Revision d698320a894fbd444a99aa3d4dbce1f129cb82ac authored by Gilles Raiche on 28 March 2020, 04:50:06 UTC, committed by cran-robot on 28 March 2020, 04:50:06 UTC
1 parent 923d0cc
Raw File
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