var fDesc=new Array(); fDesc[0] = "PROC LCA and PROC LTA are SAS procedures for latent class analysis (LCA) and latent transition analysis (LTA) developed by the Methodology Center. These straightforward procedures make it possible to pre-process data, fit a variety of latent class and latent transition models, and post-process the results without leaving the SAS environment.

Features include:

-Simple model specification
-Multiple-groups LCA and LTA
-LCA and LTA with covariates (prediction of latent class membership and transitions)
-Baseline-category multinomial logit model or binary logit model for prediction
-Posterior probabilities saved to SAS data file
-Parameter estimates saved to SAS data file
-Optional Bayesian stabilizing prior to handle sparseness issues in estimation
-Accounts for sampling weights and clusters"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }