R/print.loop2r.R

print.loop2r <- 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 15, 2021, 1:09 a.m.