https://github.com/cran/nFactors
Raw File
Tip revision: 4de3e280a6f88cfcdfa131581cebe9aa005ec68a authored by Gilles Raiche on 10 April 2010, 00:00:00 UTC
version 2.3.2
Tip revision: 4de3e28
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(boxplot,structureSim)
S3method(plot,nScree)
S3method(plot,structureSim)
S3method(print,nFactors)
S3method(print,nScree)
S3method(print,structureSim)
S3method(summary,nFactors)
S3method(summary,nScree)
S3method(summary,structureSim)
export(bentlerParameters)
export(componentAxis)
export(corFA)
export(diagReplace)
export(eigenBootParallel)
export(eigenComputes)
export(eigenFrom)
export(generateStructure)
export(is.nFactors)
export(is.nScree)
export(is.structureSim)
export(iterativePrincipalAxis)
export(makeCor)
export(moreStats)
export(nBartlett)
export(nBentler)
export(nCng)
export(nMreg)
export(nScree)
export(nSeScree)
export(parallel)
export(plotParallel)
export(plotnScree)
export(plotuScree)
export(principalAxis)
export(principalComponents)
export(rRecovery)
export(structureSim)
export(studySim)
import(lattice)
importFrom(MASS,ginv)
importFrom(MASS,mvrnorm)
importFrom(graphics,abline)
importFrom(graphics,boxplot)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.default)
importFrom(graphics,text)
importFrom(psych,sim.structure)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,dnorm)
importFrom(stats,factanal)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,nlminb)
importFrom(stats,pchisq)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,sd)
back to top