Displaying 2 results from an estimated 2 matches for "grpe".
Did you mean:
grep
2011 Jan 11
0
modified FAST Script from package SensoMineR for the R community - Reg
...calling the fastmod function a source or call to ##plot.MFA2 and
plot.MCA2 is required.
## library(maptools) need to be called before calling the functions.
###plot.MFA2 Function
plot.MFA2<-
function (x, axes = c(1, 2), choix = "ind", ellipse = NULL, ellipse.par =
NULL,
lab.grpe = TRUE, lab.var = TRUE, lab.ind.moy = TRUE, lab.par = FALSE,
habillage = "ind", col.hab = NULL, invisible = NULL, partial = NULL,
lim.cos2.var = 0, chrono = FALSE, xlim = NULL, ylim = NULL,
cex = 1, title = NULL, palette = NULL, new.plot = TRUE, ...)
{
res.mfa <- x...
2006 Mar 10
1
One way ANOVA with NO model
I'd like to do a simple one-way ANOVA comparing the means of 6
groups. But it seems like the only way to do an ANOVA in R is to
specify some sort of model, where there is an outcome or dependent
variable that is a function of independent variables (linear model).
But I don't have a linear model, I just want to do a simple ANOVA
(and f-test) to compare the means. How do I do