coef.palm {palm} | R Documentation |
Extract parameter estimates.
Description
Extracts estimated parameters from an object returned by the fitting functions in this package, such as fit.ns, fit.void, and fit.twocamera.
Usage
## S3 method for class 'palm'
coef(object, se = FALSE, ...)
## S3 method for class 'palm_twocamerachild'
coef(object, se = FALSE, report.2D = TRUE, ...)
Arguments
object |
A fitted model object. |
se |
Logical, if |
... |
Other parameters (for S3 generic compatibility). |
report.2D |
Logical, for two-camera model fits only. If
|
[Package palm version 1.1.5 Index]