read.cefa(file)
read.CEFA(file)
write.cefa(file, FAobject)
write.CEFA(file, FAobject)"" to print the file to the screen.read.cefa returns a dataframe with
columns as variables. Such a dataframe can be passed to the data or
x argument of make_manifest. If a covariance matrix is
imported, read.cefa returns a two-element list with the following items:covmat argument of
make_manifest. write.cefa does not produce anything but
writes a file to the specified location.read.cefa does not support importing a matrix of factor loadings,
(Datatype 3 in CEFA) because the file does not include enough information
to be useful to Factanal to reestimate the model.
In contrast, the only export method that is currently supported is that for
preliminary factor loadings in a EFA. read.CEFA is just
an alias for read.cefa and similarly for write.CEFA.
These functions have not been tested very much.read.triangular imports a triangular covariance matrix,
the read.table imports delimited text files and
read.fwf imports fixed-width text files.OrgComm <- read.cefa(file = file.path("Program Files", "CEFAtool"
"OrgComm.inp"))Run the code above in your browser using DataLab