Skip to contents

Extracts the OLS coefficients stored in an hcinfer() result.

Usage

# S3 method for class 'hcinfer'
coef(object, ...)

Arguments

object

An object returned by hcinfer().

...

Unused.

Value

A named numeric vector of OLS coefficients.