R/print.Icens.r

Defines functions print.Icens

Documented in print.Icens

print.Icens <-
function( x, scale = 1, digits = 4, ... )
{
emat <- summary.Icens( x, scale=scale )
print( round( emat, digits ) )
}

Try the Epi package in your browser

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

Epi documentation built on Sept. 12, 2024, 7:43 a.m.