standard.ellipse(siar)
standard.ellipse()所属R语言包:siar
Standard Ellipse
标准椭圆
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Fits a standard ellipse to bivariate data analytically using maximum likelihood estimators.
适用于一个标准的椭圆二元数据分析的最大似然估计。
用法----------Usage----------
standard.ellipse(x,y,confs=NULL,steps=5)
参数----------Arguments----------
参数:x
Vector of x data.
矢量x的数据。
参数:y
Vector of y data.
矢量y的数据。
参数:confs
Optional list of confidence intervals as a vector. If specified will calculate the confidence intervals of the means and store their coordinates in a list (useful for plotting). Defaults to Null.
作为一个向量的置信区间的可选列表。如果指定的手段和计算的置信区间,它们的坐标存储在一个列表(可用于绘制)。默认为空。
参数:steps
A visual rendering option that sets the number of step-size and hence resolution of the points used to draw the lines defining the ellipses. The larger the value, the more angular the ellipses will appear.
一个可视化的渲染选项,设置数量的步长,因此分辨率的点,画线定义的椭圆。该值越大,越角省略号将会出现。
值----------Value----------
参数:CEA
The area of the 95 percent confidence ellipse.
该区域95%的置信椭圆形。
参数:SEA
The area of the standard ellipse.
标准的椭圆的面积。
参数:SEAc
The area of the small sample size corrected standard ellipse.
该区域的小样本量校正标准的椭圆。
参数:theta
The angle of the semi-major axis of the ellipse with the x-axis.
与x轴的椭圆的半长轴的角度。
参数:confs
list of the confidence intervals of the mean, if speficied.
置信区间的平均,如果speficied的名单。
参数:xCEA
x coordinates of the confidence ellipses.
x坐标的置信椭圆。
参数:yCEA
y coordinates of the confidence ellipses.
y坐标的信心椭圆形。
参数:xSEA
x coordinates of the standard ellipse.
x坐标的标准椭圆。
参数:ySEA
y coordinates of the standard ellipse.
y坐标的标准椭圆。
参数:xSEAc
x coordinates of the small sample size corrected standard ellipse.
x坐标的修正标准椭圆形的小样本。
参数:ySEAc
y coordinates of the small sample size corrected standard ellipse.
y坐标的修正标准椭圆形的小样本。
参数:eccentricity
Eccentricity of the ellipse
椭圆的偏心度
参数:a
The length of the semi-major axis a
半长轴的长度的一个
参数:b
The length of the semi-minor axis a
半短轴的长度一
参数:r
The correlation coefficient of the data
的数据的相关系数
参数:ac
The length of the semi-major axis a based on the small sample size correction.
一个基于小样本量校正的半长轴的长度。
参数:bc
The length of the semi-minor axis b based on the small sample size correction.
基于小样本的大小修正的半短轴b的长度。
(作者)----------Author(s)----------
Andrew Jackson
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|