Displaying 2 results from an estimated 2 matches for "modext".
Did you mean:
modest
2003 Jan 07
1
klibc-0.72 released
This adds [f]getc() and fgets() for parsing config files. Probably hard
to avoid. Still trying to decide if I actually want to add system() or not.
-hpa
2011 Jan 11
0
modified FAST Script from package SensoMineR for the R community - Reg
....MCA2(acm, choix = "ind",new.plot=FALSE)
}
X = 0.05
tab = as.matrix(acm$var$v.test)
vtestmean1 = mean(tab[, 1])
vtestmean2 = mean(tab[, 2])
vtestsd1 = sd(tab[, 1])
vtestsd2 = sd(tab[, 2])
seuil1 = vtestmean1 + vtestsd1
seuil2 = vtestmean2 + vtestsd2
modext = which(abs(tab[, 1]) >= seuil1 | abs(tab[, 2]) >=
seuil2)
tab2 = which(abs(tab[, 1]) < seuil1 & abs(tab[, 2]) < seuil2)
modmoy = tab2[sample(1:length(tab2), X * length(tab2))]
mod_kept = cbind(t(modext), t(modmoy))
res = acm
res$var$coord = acm$var$coor...