Encoding: UTF-8
Package: matrixpls
Type: Package
Title: Matrix-Based Partial Least Squares Estimation
Version: 0.6.0
Date: 2015-11-22
Authors@R: c(person("Mikko", "Rönkkö", role=c("aut", "cre"),
    email = "mikko.ronkko@aalto.fi"))
Maintainer: Mikko Rönkkö <mikko.ronkko@aalto.fi>
Description: Partial Least Squares Path Modeling
    algorithm and related algorithms. The algorithm implementations aim for
    computational efficiency using matrix algebra and covariance data. The
    package is designed toward Monte Carlo simulations and includes functions
    to perform simple Monte Carlo simulations.
URL: https://github.com/mronkko/matrixpls
BugReports: https://github.com/mronkko/matrixpls/issues
ByteCompile: TRUE
Imports: assertive, matrixcalc, lavaan, psych, MASS, methods
Suggests: plspm, simsem, RUnit, parallel, semPLS, boot, Matrix, ASGSCA
License: GPL-3
LazyLoad: yes
RoxygenNote: 5.0.1
Collate: 'matrixpls.R' 'matrixpls.boot.R'
        'matrixpls.convergenceCheck.R' 'matrixpls.estimators.R'
        'matrixpls.inner.R' 'matrixpls.optim.R' 'matrixpls.outer.R'
        'matrixpls.params.R' 'matrixpls.plspm.R'
        'matrixpls.postestimation.R' 'matrixpls.reliability.R'
        'matrixpls.sempls.R' 'matrixpls.signAmbiquityCorrection.R'
        'matrixpls.signChangeCorrection.R' 'matrixpls.sim.R'
        'matrixpls.util.R' 'matrixpls.weights.R'
NeedsCompilation: no
Packaged: 2015-11-24 14:50:06 UTC; mronkko
Author: Mikko Rönkkö [aut, cre]
Repository: CRAN
Date/Publication: 2015-11-24 16:22:50
