R/fitted.ellipsesummary.R

Defines functions fitted.ellipsesummary

Documented in fitted.ellipsesummary

fitted.ellipsesummary <- function(object,...){
  return(data.frame("input"=object$pred.x,"output"=object$pred.y))
}

Try the hysteresis package in your browser

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

hysteresis documentation built on May 15, 2021, 1:09 a.m.