View source: R/operation_on_susiF_obj.R
get_fitted_effect | R Documentation |
Access fitted effect
get_fitted_effect(obj, l, cred_band, alpha, ...)
## S3 method for class 'susiF'
get_fitted_effect(obj, l = 1, cred_band = FALSE, alpha = 0.01, ...)
obj |
A fitted object. |
l |
Effect of interest. |
cred_band |
Logical, default set to 'FALSE'. If 'TRUE', also returns the credible band. |
alpha |
Numerical, defined as 1 - conf_level set to obtain 0.99 confidence level by default. |
... |
Other arguments. |
Retrieves the estimated effect from a fitted model.
The fitted effect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.