Last data update: 2014.03.03

FAiR

Package: FAiR
Type: Package
Title: Factor Analysis in R
Version: 0.4-15
Date: 2014-02-08
Author: Ben Goodrich
Maintainer: Ben Goodrich <bgokgm@gmail.com>
Description: This package estimates factor analysis models using a
genetic algorithm, which permits a general mechanism for
restricted optimization with arbitrary restrictions that are
chosen at run time with the help of a GUI. Importantly,
inequality restrictions can be imposed on functions of multiple
parameters, which provides a new avenues for testing and
generating theories with factor analysis models. This package
also includes an entirely new estimator of the common factor
analysis model called semi-exploratory factor analysis, which
is a general alternative to exploratory and confirmatory factor
analysis. Finally, this package integrates a lot of other
packages that estimate sample covariance matrices and thus
provides a lot of alternatives to the traditional sample
covariance calculation. Note that you need to have the Gtk run
time library installed on your system to use this package; see
the URL below for detailed installation instructions. Most
users would only need to understand the first twenty-four pages
of the PDF manual.
URL: http://wiki.r-project.org/rwiki/doku.php?id=packages:cran:fair
License: AGPL (>= 3) + file LICENSE
Encoding: UTF-8
Depends: R (>= 2.7.0), methods, rgenoud (>= 5.4-7), gWidgetsRGtk2 (>=
0.0-31), stats4, rrcov, Matrix
Suggests: corpcor, mvnmle, polycor, nFactors, Rgraphviz, mvnormtest,
energy, GPArotation, sem, MASS, psych
LazyLoad: yes
Packaged: 2014-02-08 06:13:33 UTC; goodrich
Repository: CRAN
Date/Publication: 2014-02-08 08:06:48
NeedsCompilation: yes

● Cran Task View: Multivariate
10 images, 24 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'FAiR' ...
** package 'FAiR' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c ADF.c -o ADF.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c slot.c -o slot.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o FAiR.so ADF.o slot.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/FAiR/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'FAiR'
    finding HTML links ... done
    00FAiR-package                          html  
    01make_manifest                         html  
    02make_restrictions                     html  
    03Factanal                              html  
    04Rotate                                html  
    FAiR-internal                           html  
    GPA2FA                                  html  
Rd warning: /tmp/Rtmpk09zt1/R.INSTALL6bb560727ddd/FAiR/man/GPA2FA.Rd:7: missing file link 'GPFoblq'
Rd warning: /tmp/Rtmpk09zt1/R.INSTALL6bb560727ddd/FAiR/man/GPA2FA.Rd:8: missing file link 'GPFoblq'
    S3methods                               html  
    S4methods                               html  
    create_FAobject                         html  
    equality_restriction-class              html  
    loadings                                html  
    manifest-class                          html  
    mapping_rule                            html  
    model_comparison                        html  
    parameter-class                         html  
    read.cefa                               html  
    read.triangular                         html  
Rd warning: /tmp/Rtmpk09zt1/R.INSTALL6bb560727ddd/FAiR/man/read.triangular.Rd:8: missing file link 'read.moments'
    restrictions-class                      html  
    restrictions2Mathomatic                 html  
    restrictions2RAM                        html  
Rd warning: /tmp/Rtmpk09zt1/R.INSTALL6bb560727ddd/FAiR/man/restrictions2RAM.Rd:35: missing file link 'specify.model'
    restrictions2draws                      html  
    restrictions2model                      html  
    summary.FA-class                        html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (FAiR)
Making 'packages.html' ... done