Learn R Programming

scan (version 0.56)

coef.sc_plm: Extract coefficents from plm/hplm objects

Description

Extract coefficents from plm/hplm objects

Usage

# S3 method for sc_plm
coef(object, ...)

# S3 method for sc_hplm coef(object, ...)

Value

data frame with coefficient table

Arguments

object

plm or hplm object

...

not implemented

Examples

Run this code
coefficients(plm(exampleAB$Johanna))

Run the code above in your browser using DataLab