testme: Function for test the full capabilites of 'DA.MRFA' package

Description Usage Arguments Details Author(s) References Examples

View source: R/testme.R

Description

testme is a function which includes all the functions available in the DA.MRFA package, and his purpose is to serve as a demonstration of the potential usage of the package functions.

Usage

1

Arguments

example

Determine if the usage is for exampling purpose or not (FALSE by default).

Details

The function implements all the functions on the DA.MRFA package. For ilustrating purposes, the loading matrix obtained using MRFA (mrfa function) is rotated using the function promin (Lorenzo-Seva, 1999), from PCovR package (Vervloet, Kiers, Van den Noortgate & Ceulemans, 2015).

Author(s)

David Navarro-Gonzalez

Urbano Lorenzo-Seva

References

Lorenzo-Seva, U. (1999). Promin: A Method for Oblique Factor Rotation. Multivariate Behavioral Research, 34(3), 347<e2><80><93>365 http://doi.org/10.1207/S15327906MBR3403_3

Vervloet, M., Kiers, H. A. L., Van den Noortgate, W., & Ceulemans, E. (2015). PCovR: An R Package for Principal Covariates Regression. JSS Journal of Statistical Software, 65(8). http://doi.org/10.18637/jss.v065.i08

Examples

1
2
3
4
5
## For a fast usage of testme use:
testme(example=TRUE)

## For speeding purposes, the number of datasets have been largely reduced. For a proper
## use of testme, use it without the "example" argument or using example=FALSE.

DA.MRFA documentation built on May 30, 2017, 6:47 a.m.