R/print.summary.stratified.data.frame.R

Defines functions print.summary.stratified.data.frame

Documented in print.summary.stratified.data.frame

print.summary.stratified.data.frame <- function(x,
                                                ...){

  cat("\n Stratified by: ", x$str.var, "\n")
  cat("\n Strata information:\n")
  print(x$str.info)

}

Try the nonrandom package in your browser

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

nonrandom documentation built on May 29, 2017, 11:41 p.m.