E2.6(SenSrivastava)
E2.6()所属R语言包:SenSrivastava
Voltage Data
电压数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E2.6 data frame has 10 rows and 2 columns.
E2.6数据框有10个行2列。
用法----------Usage----------
data(E2.6)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a numeric vector, actual voltage.
一个数值向量,实际电压。
a numeric vector, voltage computed from the measured power outout (using light output from electronic flash).
一个数值向量,计算出所测得的功率outout(使用电子闪光灯的光输出)的电压。
Details
详细信息----------Details----------
A definition of efficiency is the ratio V.c/V.a. Obtain a model for efficiency E as a regresion in V.a. Use a quadratic polynomial. Examine the fit.
的定义效率的比例V.c/V.a的。获得一个模型的效率E作为一个regresionV.a。使用二次多项式。检查的配合。
源----------Source----------
Armin Lehning, Speedotron Corporation.
阿明Lehning,Speedotron公司。
实例----------Examples----------
data(E2.6)
E2.6.m1 <- lm(V.c/V.a ~ V.a + I(V.a^2), data=E2.6)
plot(E2.6.m1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|