R/print.fittedloop.R

print.fittedloop <- function (x,...) {
  cat("Call:\n")
  print(x$call)
  cat("Estimates and Delta Method Standard Errors:\n")
  print(cbind("Estimates"=x$values,"Std.Errors"=x$Std.Errors))
}

Try the hysteresis package in your browser

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

hysteresis documentation built on May 29, 2024, 5:27 a.m.