R/coef.R

Defines functions coef.gsm coef.ss

Documented in coef.gsm coef.ss

coef.ss <- 
  function(object, ...){
    object$fit$coef
  }

coef.sm <- coef.gsm <- 
  function(object, ...){
    object$coefficients
  }

Try the npreg package in your browser

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

npreg documentation built on July 21, 2022, 1:06 a.m.