R/coef.R

Defines functions coef.aodql coef.aodml

Documented in coef.aodml coef.aodql

coef.aodml <- function(object, ...) object$b

coef.aodql <- function(object, ...) coef(object$fm)

Try the aods3 package in your browser

Any scripts or data that you put into this service are public.

aods3 documentation built on July 8, 2022, 5:06 p.m.