powered by
Get bootstrap confidence bands for TCATA attribute citation rates or TDS attribute dominance rates.
bootstrap.band(X, boot = 999, alpha = 0.05, return.bias = FALSE)
lcl lower 100(alpha/2)% bootstrap confidence limit
lcl
100(alpha/2)%
ccl upper 100(1 - alpha/2)% bootstrap confidence limit
ccl
100(1 - alpha/2)%
bias provided if output.bias = TRUE
bias
output.bias = TRUE
data frame of indicator data (with possible values 0 or 1)
0
1
number of virtual panels
alpha level for bootstrap confidence bands
indicates whether to return bias associated with bootstrap mean value
x <- ojtcata[ojtcata$samp == 1 & ojtcata$attribute == "Sweetness", -c(1:4)] x.boot.ci <- bootstrap.band(x, boot = 99) # 99 is only for illustrative purposes x.boot.ci
Run the code above in your browser using DataLab