bootVcov1 {MAST} | R Documentation |
Sample cells with replacement to find bootstrapped distribution of coefficients
bootVcov1(zlmfit, R = 99)
zlmfit |
class |
R |
number of bootstrap replicates |
array of bootstrapped coefficients
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)