getFamily {DHARMa} | R Documentation |
Get model family
Description
Wrapper to get the family of a fitted model.
Usage
getFamily(object, ...)
## Default S3 method:
getFamily(object, ...)
## S3 method for class 'phylolm'
getFamily(object, ...)
## S3 method for class 'phyloglm'
getFamily(object, ...)
Arguments
object |
a fitted model. |
... |
additional parameters to be passed on. |
Author(s)
Florian Hartig
See Also
getObservedResponse, getSimulations, getRefit, getFixedEffects, getFitted
[Package DHARMa version 0.4.7 Index]