LP_SPAS_est | R Documentation |
This will take a previous fit and return estimates of abundance.
LP_SPAS_est(LP_SPAS_fit, conf_level = 0.95, trace = FALSE)
LP_SPAS_fit |
A result of an call to fitting at SPAS object. |
conf_level |
The expected coverage for confidence intervals on N. |
trace |
If trace flag is set in call when estimating functions |
An list object with abundance estimates and other information with the following elements
summary Data frame with abundance estimates, their SE, and CIs as requested
datetime Date and time the estimation was done from the fit.
Schwarz, C. J. cschwarz.stat.sfu.ca@gmail.com.
data(data_spas_harrison)
fit <- Petersen::LP_SPAS_fit(data=data_spas_harrison,
model.id="Pooling rows 5/6",
row.pool.in=c(1,2,3,4,56,56),
col.pool.in=c(1,2,3,4,5,6))
fit$summary
est <- Petersen::LP_SPAS_est(fit)
est$summary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.