inst/Examples/Example6/Preliminaries/Table1.R

options( width=150, max.print=1000 )

library(samon, lib.loc="../../../samlib")

data("DepWork1")
data("DepWork2")

Y1 <- DepWork1
Y2 <- DepWork2


Tmat1 <- samonTabmat1( Y1 )
Tmat2 <- samonTabmat1( Y2 )

samonTable1( Tmat1, trtlab = "Treatment 1" )
samonTable1( Tmat2, trtlab = "Treatment 2" ) 

Try the samon package in your browser

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

samon documentation built on Oct. 26, 2023, 9:06 a.m.