View source: R/deep-ensembles.R
coef.drEnsemble | R Documentation |
Method for extracting ensemble coefficient estimates
## S3 method for class 'drEnsemble' coef(object, which_param = 1, type = NULL, ...)
object |
object of class |
which_param |
integer, indicating for which distribution parameter coefficients should be returned (default is first parameter) |
type |
either NULL (all types of coefficients are returned), "linear" for linear coefficients or "smooth" for coefficients of smooth terms |
... |
further arguments supplied to |
list of coefficient estimates of all ensemble members
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.