Skip to content

R package to computed average and conditional effects for count outcomes

Notifications You must be signed in to change notification settings

chkiefer/CountEffects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CountEffects

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

R package to computed average and conditional effects for count outcomes

Installation

CountEffects is currently not on CRAN. The development version of CountEffects 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 CountEffects is currently loaded):

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

install_github("chkiefer/CountEffects")

Run CountEffects

The main function of the package is countEffects(). Type example(countEffects) for some examples.

About

R package to computed average and conditional effects for count outcomes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages