root.beta | R Documentation |
Find root (i.e. solve f(pio) = PVAL(pio) = alpha1 using either uniroot or optimize.
root.beta(x1, x2, alpha, par.list, R, p.mat, k, low = TRUE)
x1 |
lower starting value |
x2 |
upper starting value |
alpha |
simultaneous confidence level |
par.list |
parameters needed to compute p-value by bootstrapping |
R |
number of bootstraps |
p.mat |
predator diet estimates |
k |
prey species index 1...I |
low |
TRUE if computing lower interval. |
root which will be lower or upper CI limit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.