Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ lavacreg Public

❗ This is a read-only mirror of the CRAN R package repository. lavacreg — Latent Variable Count Regression Models. Homepage: https://github.com/chkiefer/lavacreg Report bugs for this package: https://github.com/chkiefer/lavacreg/issues

Notifications You must be signed in to change notification settings

cran/lavacreg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lavacreg: Latent Variable Count Regression Models

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

lavacreg is an R package for fitting count regression models (i.e., Poisson, negative binomial) with manifest as well as latent covariates and within multiple groups. It can be installed via GitHub.

Installation

lavacreg is currently on CRAN. The development version of lavacreg can be installed directly from this GitHub repository using the additional package devtools. Under Windows, please make sure Rtools (http://cran.r-project.org/bin/windows/Rtools) are installed and no older version of lavacreg is currently loaded:

install.packages("devtools")
library(devtools)

install_github("chkiefer/lavacreg")

Run lavacreg

The main function of the package is countreg(). There is an article available here on GitHub (https://chkiefer.github.io/lavacreg/articles/intro.html) to introduce you to its functionality.

About

❗ This is a read-only mirror of the CRAN R package repository. lavacreg — Latent Variable Count Regression Models. Homepage: https://github.com/chkiefer/lavacreg Report bugs for this package: https://github.com/chkiefer/lavacreg/issues

Resources

Stars

Watchers

Forks

Packages

No packages published