Learn R Programming

scf (version 1.0.5)

coef.scf_model_result: Generic S3 Method: coef.scf_model_result

Description

Extracts the pooled coefficient estimates from the model result.

Usage

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

Value

A named numeric vector of pooled coefficient estimates.

Arguments

object

An object of class 'scf_model_result'.

...

Not used.