View source: R/AddSupVars2Biplot.R
AddSupVars2Biplot | R Documentation |
Adds supplementary bariables to a biplot object constructed with any of the biplot methods of the package. The new variables are fitted using the coordinates for the rows. Each variable is fitted using the adequate procedure for its type.
AddSupVars2Biplot(bip, X)
bip |
The biplot object |
X |
A data frame with the supplementary variables. |
Binary, nominal or ordinal variables are fitted using logistic biplots. Continuous variables are fitted with linear regression.
A biplot object with the coordinates for the supplementary variables added.
Jose Luis Vicente Villardon
AddContVars2Biplot
# Not yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.