Skip to content

Kucharssim/LCAapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shiny App of Latent Class Analysis

detailed documentation can be found in documents/Documentation.pdf

run locally in the R Studio session as regular Shiny app, or run from GitHub with:

if(!require('shiny')) {install.packages('shiny')}

if(!require('parallel')) {install.packages('parallel')}

if(!require('gtools')) {install.packages('gtools')}

if(!require('DT')) {install.packages('DT')}

if(!require('reshape2')) {install.packages('reshape2')}

if(!require('dplyr')) {install.packages('dplyr')}

if(!require('ggplot2')) {install.packages('ggplot2')}

if(!require('plotly')) {install.packages('plotly')}

shiny::runGitHub("kucharssim/LCAapp")

This application is a sister of Latent Profile Analysis (LPA) app (https://github.com/Spiritspeak/LPAapp).

About

Shiny App of Latent Class Analysis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages