R/fitted.spm.r

########## R-function: fitted.spm ##########

# For obtaining fitted values from an spm()
# fit object.

# Last changed: 01 FEB 2005 by MPW

fitted.spm <- function(object,...)
   return(object$fit$fitted)

######### End of fitted.spm ##########

Try the SemiPar package in your browser

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

SemiPar documentation built on May 2, 2019, 5:42 a.m.