fcp(SensoMineR)
fcp()所属R语言包:SensoMineR
Free choice profiling
自由选择分析
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Free choice profiling with confidence ellipses
置信椭圆的自由选择分析
用法----------Usage----------
fcp(X,group,scale=TRUE, ncp = NULL, axes=c(1,2), name.group = NULL, level.conf = 0.95, nbsim=500, nbchoix=NULL, cex=1, color=NULL, title=NULL, new.plot=TRUE, graph=c("ind","var","ellipse"))
参数----------Arguments----------
参数:X
data.frame
数据框
参数:group
a list indicating the number of variables in each group; used when method="freechoice" or method="hsort"
时使用的列表,表示在各组中的变量的数量;方法=“freechoice”或方法=“hsort”
参数:scale
boolean, used when method="freechoice"; if TRUE, the variables are scaled
布尔值,使用方法=“freechoice”;如果为TRUE,变量缩放
参数:ncp
number of components used to procrustes the virtual subspaces on the true subspace; NULL by default and the number of components is estimated
数目的组件,用于procrustes真正的子空间上的虚拟子空间; NULL通过默认情况下,组件的数量估计
参数:axes
a length 2 vector specifying the components to plot
长度2矢量指定组件绘制
参数:name.group
the names of each group of variables
每一组变量的名称
参数:level.conf
confidence level used to construct the ellipses. By default, 0.95
用于构造的椭圆置信水平。默认情况下,0.95
参数:nbsim
the number of simulations (corresponding to the number of virtual panels) used to compute the ellipses
的模拟次数(对应的虚拟板的数目),用于计算椭圆
参数:nbchoix
the number of panelists forming a virtual panel, by default the number of panelists in the original panel
专家小组成员的数目形成一个虚拟的面板中,专家小组成员的数目默认情况下,在原来的面板
参数:cex
cf. function par in the graphics package
比照。函数pargraphics包
参数:color
a vector with the colors used; by default there are 35 colors defined
一个向量,其使用的颜色,默认情况下,有35个定义的颜色
参数:title
string corresponding to the title of the graph you draw (by default NULL and a title is chosen)
你画的图形(默认情况下,NULL,标题字符串对应的标题选择)
参数:new.plot
boolean, if TRUE, a new graphical device is created
布尔值,如果为true,创建新的图形设备
参数:graph
list with the graphs to draw; "ind", "var" and "ellipse" by default
“工业”,“无功”和“椭圆”默认情况下,列表绘制的图表;
Details
详细信息----------Details----------
Perform MFA on the data frame and calculate confidence ellipses around the products
执行MFA的数据框,并计算置信椭圆围绕产品
值----------Value----------
Returns a list with the result of the MFA and the bootstraped results that can be used with the plotellipse function.
返回一个与的结果,可用于与plotellipse函数MFA和bootstraped的结果列表。
(作者)----------Author(s)----------
Fran莽ois Husson
实例----------Examples----------
## Not run: [#不运行:]
data(perfume_fcp)
res <- fcp(perfume_fcp, group = c(12,7,7,7,6,8))
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|