predict.mca(MASS)
predict.mca()所属R语言包:MASS
Predict Method for Class 'mca'
预测类MCA方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Used to compute coordinates for additional rows or additional factors in a multiple correspondence analysis.
用于计算多重对应分析中的其他行或其他因素的坐标。
用法----------Usage----------
## S3 method for class 'mca'
predict(object, newdata, type = c("row", "factor"), ...)
参数----------Arguments----------
参数:object
An object of class "mca", usually the result of a call to mca.
类对象"mca",通常是调用mca的结果。
参数:newdata
A data frame containing either additional rows of the factors used to fit object or additional factors for the cases used in the original fit.
一个数据框包含其他行以适应object或额外的因素,在原有适合使用的情况下使用的因素之一。
参数:type
Are predictions required for further rows or for new factors?
为进一步行或新的因素需要预测吗?
参数:...
Additional arguments from predict: unused. </table>
未使用的:predict额外的参数。 </ TABLE>
值----------Value----------
If type = "row", the coordinates for the additional rows.
如果type = "row",其他行的坐标。
If type = "factor", the coordinates of the column vertices for the levels of the new factors.
如果type = "factor",水平的新因素列顶点的坐标。
参考文献----------References----------
Modern Applied Statistics with S. Fourth edition. Springer.
参见----------See Also----------
mca, plot.mca
mca,plot.mca
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|