R/vcov.npsf.R

Defines functions vcov.npsf

Documented in vcov.npsf

vcov.npsf <- function( object, ... ) {
 if(is.null(object$vcov) | is.null(object)){
  stop( gettextf("There is no variance-covariance matrix in '%s'.", deparse(substitute(object))) )
 }
 return( object$vcov )
}

Try the npsf package in your browser

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

npsf documentation built on Nov. 23, 2020, 1:07 a.m.