R/nobs.systemfit.R

Defines functions nobs.systemfit

nobs.systemfit <- function( object, ... ) {
   return( object$df.residual + object$rank )
}

Try the systemfit package in your browser

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

systemfit documentation built on March 31, 2023, 3:07 p.m.