https://github.com/cran/nFactors
Raw File
Tip revision: 875465dbb701152a2de23d9377cbe4c2604c4ad0 authored by Gilles Raiche on 14 October 2009, 00:00:00 UTC
version 2.3.1
Tip revision: 875465d
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