coef.sc_plm {scan} | R Documentation |
Extract coefficients from plm/hplm objects
Description
Extract coefficients from plm/hplm objects
Usage
## S3 method for class 'sc_plm'
coef(object, ...)
Arguments
object |
plm or hplm object |
... |
not implemented |
Value
data frame with coefficient table
Examples
coefficients(plm(exampleAB$Johanna))
[Package scan version 0.61.0 Index]