R/summary.power.calc.R

Defines functions summary.power.calc

Documented in summary.power.calc

summary.power.calc <- function( object, ... ){
  x <- object
  cat( "\tGroups tested are", x$curve.type[1],"and",x$curve.type[2])
  cat( "\n\tTest type is", x$test.type )
  cat( "\n\tBaseline prevalence is", x$baseline )
  cat( "\n\tRelative Risk is", x$RR )
}

Try the SimVitD package in your browser

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

SimVitD documentation built on Aug. 20, 2023, 5:06 p.m.