bootLongPhyloseq.Rd
Creates block bootstrap realization of a phyloseq
.
bootLongPhyloseq(ps, time_var, subjectID_var, sampleID_var, b)
ps | phyloseq object. |
---|---|
time_var | Character string. The name of the time variable. |
subjectID_var | Character string. The name of the subject ID variable. |
sampleID_var | Character string. The name of the sample ID variable. |
b | A numeric. The block size to account for the dependence within-subject. |
a phyloseq
object. A block bootstrap realization of ps
.