search for: latent

Displaying 20 results from an estimated 447 matches for "latent".

Did you mean: patent
2012 Nov 04
1
structural equations using sem package
...??? "med<->med",NA,1, ??? ??? ??? ??? ??? ??? ??? "endo<->endo",NA,1),? ncol=3,byrow=T) output2<-sem(path1,covar1,N=400,fixed=c("exo")) summary(output) With this i can get the direct effect of exo on endo. ?But? if i want 'med' above to be a latent variable that is identified by a number of variables - in the example below i use just one - do i proceed as follows. ??? ????? ##With latent variable path2<-matrix(c(?? "exo -> endo", "g1",NA, ???? ??? ??? ??? ??? "exo -> latent", "g2",? NA, ????...
2009 May 20
1
Non-linear regression with latent variable
Hi Can anyone please suggest me a package where I can estimate a non-linear regression model? One of the independent variables is latent or unobserved. I have an indicator variable for this unobserved variable; however the relationship is known to be non-linear also. In terms of equations my problem is y=f(latent, fixed) q=g(latent) where q is the indicator variable For me both f and g are non-linear. Thanks Samiul Hasan -...
2008 Dec 26
3
Simulating dataset using Parallel Latent CTT model?
I am trying to simulate a dataset using Parallel Latent CTT model and this is what i have done so far: (START) #Importing psych library for all the simulation related functions library(psych) # Settting the working directory path to C:/NCME path="C:/NCME" setwd(path) #Using the function to generate the data GenData <- congeneric.sim(...
2011 Aug 09
1
lavaan: how to analyse residuals of a latent variable
Hi r-help, I use lavaan:sem() for structural equation modelling with latent variables. Below is a reproducible example (the code requires a working installation of lavaan) where the latent variable criminality is in focus. Besides criminality in general, I am specifically interested one of the manifest variables that make up the latent variable criminality, namely fire.set...
2011 Dec 23
2
Latent class multinomial (or conditional) logit using R?
Hi everyone? Does anybody know how can I estimate a Latent class multinomial (or conditional) logit using R? I have tried flexmix, poLCA, and they do not seem to support this model. thanks in advance adan -- View this message in context: http://r.789695.n4.nabble.com/Latent-class-multinomial-or-conditional-logit-using-R-tp4230083p4230083.html Sent from...
2006 Feb 09
2
latent class modle for rater agreement
Hello there, I would like to test the agreement amongst 6 raters for nominal data on a scale from 1-4, and conduct a latent class analysis in R. How should the data be formatted and what code should I use? Thank you very much Lisa Wang Princess Margaret Hospital Biostatistics tel:416 946 4501
2008 Sep 29
1
Located Latent Class Analysis (Uebersax)
Dear list members I am new to the list and would be much appreciated if you could help me. I am very interested in applying Latent Class Model for analysing multiple raters agreement data. I have recently found a paper by Uebersax, J. (1993) which described a method in a form of Located Latent Class Analysis (llca). Uebersax has written a Fortran program which is available on the web, for the method described in the paper....
2013 Feb 13
1
MIMIC latent variable with PLS Path Modelling with R ?
I want estimate MIMIC latent variable with R in a Monte Carlo simulation. The packages plspm and semPLS don't permit to introduce MIMIC variable but only reflexives or formatives variables. The only one program which permits to use MIMIC latent variable with PLSPM seems to be XLSTAT, which can not be used to simulate a l...
2012 May 23
1
how a latent state matrix is updated using package R2WinBUGS
I'm trying to understand how a latent state matrix is updated by the MCMC iterations in a WinBUGS model, using the package R2WinBUGS and an example from Kery and Schaub's (2012) book, "Bayesian Population Analysis Using WinBUGS". The example I'm using is 7.3.1. from a chapter on the Cormack-Jolly-Seber model. So...
2007 Nov 08
1
finite mixture model (or latent class)
Dear Listers, My post might be somewhat OT. Currently, I am trying to use flexmix to build a finite mixture model. For instance, I am getting the prior probability and coefficients for each latent class from training data. Is there a way to get the posterior probablity and prediction of a new dataset? What I am thinking is to apply the prior prob and coefficient from training set to testing data such that Post-Prob of Class j = Prior-Prob of Class j * F(X)j / sum(Prior-Prob of Class i * F(X...
2006 Nov 21
1
Latent models
Hai, Can anyone help me with some literature (R related) about latent models? Thanx, Wilfred
2011 Feb 28
1
mixture models/latent class regression comparison
Dear list, I have been comparing the outputs of two packages for latent class regression, namely 'flexmix', and 'mmlcr'. What I have noticed is that the flexmix package appears to come up with a much better fit than the mmlcr package (based on logLik, AIC, BIC, and visual inspection). Has anyone else observed such behaviour? Has anyone else been success...
2006 Jul 13
1
TR: Latent Class Analysis
_____ De : Pousset [mailto:maud.pousset@noos.fr] Envoyé : mardi 4 juillet 2006 18:38 À : 'r-help@stat.math.ethz.ch' Objet : Latent Class Analysis Hello everybody, I am working on latent class analysis and have already used the ‘R’ function « lca » (in the e1071 package). I ‘ve got interesting results but I can’t simply find out the methodology used by this routine : 1) What kind of model is behind the routine (mixtur...
2010 Jul 24
1
latent class analysis with mixed variable types
As an alternative to Latent GOLD, I'm wondering if anyone knows of and R package that can manage Latent Class Analysis with mixed variable types (continuous, ordinal, and nominal/binary). [[alternative HTML version deleted]]
2012 Oct 04
1
some improvements about the latent semantic search
Hi,all, Recently I invented a new ranking algorithm inspired by the theory of spread activation and probabilistic model, which can find the latent semantic relationship between docs and terms and is almost linear time, and I took one afternoon to code and implement this algorithm. And the testing result shows that the speed of this algorithm is much faster than the famous Latent Semantic Analysis algorithm, and the affect is almost as good as...
2009 Feb 25
2
run latent class analysis with R
What's the best approach to running latent class analysis with R? I've downloaded both randomLCA and poLCA packages, but I am interesting in running a standard LCA with individual records (not frequency table) as input data. Wen Gu John Jay College of Criminal Justice445 West 59 StreetNew York, NY 10029 wgu@gc.cuny.edu ____________...
2011 May 23
2
Latent class analysis, selection of the number of classes
Hi, I perform latent class analysis on a matrix of dichotomous variables to create an indicator of class/category membership for each observation. I would like to know whether there is a function that selects the best fit in terms of number of classes/categories. Currently, I am doing this with the lca() function of t...
2005 Mar 15
0
New package for latent trait models
Dear R-users, I'd like to announce the release of my new package "ltm" (available from CRAN), for fitting Latent Trait Models (including the Rasch model) under the Item Response Theory approach. The latent trait model is the analogous of the factor analysis model for Bernoulli response data. "ltm" fits the linear one- and two-factor models but also allows for inclusion of nonlinear latent terms...
2005 Mar 15
0
New package for latent trait models
Dear R-users, I'd like to announce the release of my new package "ltm" (available from CRAN), for fitting Latent Trait Models (including the Rasch model) under the Item Response Theory approach. The latent trait model is the analogous of the factor analysis model for Bernoulli response data. "ltm" fits the linear one- and two-factor models but also allows for inclusion of nonlinear latent terms...
2008 Feb 15
1
Latent class analysis
Which package(s) contain something on latent class analysis? Tom -- +----------------------------------------------------------------+ | Tom Backer Johnsen, Psychometrics Unit, Faculty of Psychology | | University of Bergen, Christies gt. 12, N-5015 Bergen, NORWAY | | Tel : +47-5558-9185 Fax : +47-5558-9879 | | Emai...