bootVcov1: Bootstrap a zlmfit

Description Usage Arguments Value Examples

View source: R/ZlmFit-bootstrap.R

Description

Sample cells with replacement to find bootstrapped distribution of coefficients

Usage

1
bootVcov1(zlmfit, R = 99)

Arguments

zlmfit

class ZlmFit

R

number of bootstrap replicates

Value

array of bootstrapped coefficients

Examples

1
2
3
4
data(vbetaFA)
zlmVbeta <- zlm(~ Stim.Condition, subset(vbetaFA, ncells==1)[1:5,])
#Only run 3 boot straps, which you wouldn't ever want to do in practice...
bootVcov1(zlmVbeta, R=3)

MAST documentation built on Nov. 8, 2020, 8:19 p.m.