randomTerms | R Documentation |
Extract estimates and summary statistics of random effect terms from an
unmarkedFit
model or an unmarkedEstimate
.
## S4 method for signature 'unmarkedEstimate'
randomTerms(object, level=0.95, addMean = FALSE, ...)
## S4 method for signature 'unmarkedFit'
randomTerms(object, type, level=0.95, addMean = FALSE, ...)
object |
An object inheriting class |
level |
Significance level to use for confidence interval |
type |
If provided, return only random effect terms from the chosen submodel type (as a character string) |
addMean |
Logical. Should the corresponding mean intercept or slope (if any) be added to the value of the random effect (yielding the complete random intercept/slope)? |
... |
Other arguments |
data.frame
containing estimates, SEs, and confidence intervals
for random effect terms in the model.
Ken Kellner contact@kenkellner.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.