swh:1:snp:788a101542b9bf7049cc9068e737c43bfa0ac40a
Raw File
Tip revision: 0d077e574bae60fadd67bd0683ad4277c58f593a authored by Gilles Raiche on 10 October 2022, 11:20:07 UTC
version 2.4.1.1
Tip revision: 0d077e5
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