R/print.R

Defines functions print.quickpsy

#' @export
print.quickpsy <- function(x,...)
{
  print(x$par)
  print(x$parci)
  if ('thresholds' %in% names(x)) print(x$thresholds)
  if ('thresholdsci' %in% names(x)) print(x$thresholdsci)
}

Try the quickpsy package in your browser

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

quickpsy documentation built on Oct. 2, 2019, 5:03 p.m.