R/fitted.fittedloop.R

Defines functions fitted.fittedloop

Documented in fitted.fittedloop

fitted.fittedloop <- 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.