ptest {treeclim} | R Documentation |
Significance test for bootstrapped coefficients
Description
For internal use only.
Usage
ptest(bc, ci, c0 = NULL, method)
Arguments
bc |
the parameter matrix as returned from correlation of the bootstapped samples (n * 1000 matrix, with n = number of parameters) |
ci |
confidence level, one of c(0.01, 0.05, 0.1) |
c0 |
for weibull: correlation vector for original model |
method |
method for significance test |
Value
a logical vector indicating significance
[Package treeclim version 2.0.7.1 Index]