ummm.... Have you tried reading the documentation for the summary
method for the object returned by oblqRotate? It will tell you what
its arguments should be.

If you don't know what this means, then you need to go through an R
tutorial to learn about (S3 or S4, don't know which) methods in R.

Cheers,
Bert
Bert Gunter

"Data is not information. Information is not knowledge. And knowledge
is certainly not wisdom."
   -- Clifford Stoll


On Thu, Aug 20, 2015 at 8:12 AM, Fritzsche, Eva <eva.fritzs...@tum.de> wrote:
> Hi @ all,
>
> i am trying to get fitMeasures (CFI) for an Exploratory Factor Analysis using 
> R and I am still not able for the rotated version.
> I applied the package semTools
> My code is as follows:
>
> unrot01 <- efaUnrotate(rszK2[ , 73:93], nf=3, start=F)
> summary(unrot01)
> fitMeasures(unrot01)  # for the unrotated solution I get all fit measures
>
> rot01 <- oblqRotate(unrot01, method= "oblimin")
> summary(rot01, fit.measures=T)
> # returns "Error in .local(object, ...) : unused argument (fit.measures = 
> TRUE)"
>
> I guess the problem might be that oblqRotate doesn't return something like 
> lavaan-Output, but something "Formal class EFA".
> Right?
> I would be very happy about any suggestions!
> Thank you very much!
>
> Eva
>
>
>
> -------
> Dr. Eva S. Fritzsche
> Postanschrift:
> Technische Universität München
> TUM School of Education | Lehrstuhl für Schulpädagogik
> Arcisstr. 21 | 80333 München
> Besucheranschrift:
> TUM School of Education | Marsstr. 20 - 22 | 80335 München
> Raumnr. 274 | Tel. +49.89.289.25106
> eva.fritzs...@tum.de<mailto:eva.fritzs...@tum.de> | 
> www.schulpaed.edu.tum.de<http://www.edu.tum.de/>
>
>
>         [[alternative HTML version deleted]]
>
>
> ______________________________________________
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to