zinb.theta.mom: Method of Moments estimator for Theta (dispersion parameter)...

Description Usage Arguments Examples

Description

Method of Moments estimator for Theta (dispersion parameter) in the Standardized Model-based Zero Inflated Negative Binomial model

Usage

1
zinb.theta.mom(yt.bar, yc.bar, s2t.hat, target.mean = 2)

Arguments

yt.bar

the observed mean in the treatment group

yc.bar

the observed mean in the control group

s2t.hat

the observed sample variance in treatment group

target.mean

the standardized control mean that is being targeted

Examples

1
zinb.theta.mom(yt.bar=0.85, yc.bar=1.15, s2t.hat=2.033, target.mean = 2)

swihart/reduceblock documentation built on May 30, 2019, 9:39 p.m.