Hi:

To find functions in R for particular tasks, package sos is an invaluable
resource:

library(sos)
findFn('latent factor analysis')

produces 72 hits on my system, not all of which are relevant,  but at least
it
gets you in the vicinity of what you're looking for. In addition to sem, it
appears
that packages lavaan and ltm may be your best initial bets, but scan the
output
of the above call to see what else may work for you.

HTH,
Dennis

On Fri, Aug 27, 2010 at 6:08 AM, Ingmar Visser <i.vis...@uva.nl> wrote:

> The sem package may be what you are looking for, hth, Ingmar
>
> On Thu, Aug 26, 2010 at 9:24 PM, David Joubert <jo...@hotmail.com> wrote:
>
> >
> > Hello all-
> >
> > Just wondering if anyone has heard of a package performing latent factor
> > analysis, similar to what is done with LatentGold. I know that PoLCA does
> > latent class analysis, but I don't think it can accomodate latent factor
> > models.
> >
> > Thanks,
> >
> > David Joubert
> > Dept Criminology
> > University of Ottawa, Canada
> >
> >        [[alternative HTML version deleted]]
> >
> > ______________________________________________
> > R-help@r-project.org mailing list
> > 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.
> >
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> 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.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
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