R/fitted.jointNmix.R

Defines functions fitted.jointNmix

Documented in fitted.jointNmix

fitted.jointNmix <-
function(object, ...) {
  return(list("sp1"=object$fv1, "sp2"=object$fv2)) 
}

Try the jointNmix package in your browser

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

jointNmix documentation built on May 2, 2019, 8:18 a.m.