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 )
}
jsnwyse/simvitD documentation built on April 21, 2022, 6:59 a.m.