ragweed(SemiPar)
ragweed()所属R语言包:SemiPar
Ragweed data
豚草数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The ragweed data frame has data on ragweed levels and meteorological variables for 335 days in Kalamazoo, Michigan, U.S.A.
ragweed数据框的数据为335天在美国密歇根州卡拉马祖,上的豚草水平和气象变量
用法----------Usage----------
data(ragweed)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
ragweedragweed level (grains per cubic metre).
ragweedragweed水平(每立方米颗粒)。
yearone of 1991, 1992, 1993 or 1994.
yearone 1991年,1992年,1993年或1994年。
day.in.seasday number in the current ragweed pollen season.
豚草花粉季节day.in.seasday数。
temperaturetemperature of following day (degrees Fahrenheit).
temperaturetemperature翌日(华氏度)。
rainindicator of significant rain the following day: 1=at least 3 hours of steady or brief but intense rain, 0=otherwise.
rainindicator的重大雨第二天:1 =至少有3个小时的稳定或短暂但激烈的雨,0 =。
wind.speedwind speed forecast for following day (knots).
wind.speedwind速度预测翌日(节)。
----------Source----------
Stark, P. C., Ryan, L. M., McDonald, J. L. and Burge, H. A. (1997). Using meteorologic data to model and predict daily ragweed pollen levels. Aerobiologia, 13, 177-184.
斯塔克,PC,瑞安,LM,麦当劳,JL和比尔格,HA(1997年)。使用气象数据模型和预测每天豚草的花粉水平。 Aerobiologia,13,177-184。
参考文献----------References----------
Ruppert, D., Wand, M.P. and Carroll, R.J. (2003)<br> Semiparametric Regression Cambridge University Press.<br> http://stat.tamu.edu/~carroll/semiregbook/
实例----------Examples----------
library(SemiPar)
data(ragweed)
pairs(ragweed,pch=".")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|