View source: R/logit_ztbinom.R
logit_ztbinom | R Documentation |
Fitting an empirical logistic spline curve for detection proportion
logit_ztbinom(dp, X, wt, beta0, b0.upper = 0, b1.upper = Inf)
dp |
A vector of detection proportion in all precursors. |
X |
The basis matrix for a natural cubic spline. |
wt |
A vector of the numbers of trials (samples size) for zero-truncated binomial distribution. |
beta0 |
Start values for the beta coefficients. |
b0.upper |
Upper bound for b0. |
b1.upper |
Upper bound for b1. |
Fitted beta coefficients and the fitting history.
## See the vignettes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.