alpha0Tables: Makes samon result tables at alpha = 0

View source: R/samonalpha0Tables.R

alpha0TablesR Documentation

Makes samon result tables at alpha = 0

Description

alpha0TableResults collects results for tables at sensitivity parameter alpha = 0 and alpha0Tables prints the output from alpha0TableResults

Usage

alpha0TableResults( Y1, samonR1, Y2, samonR2, samonRD)
alpha0Tables( alpha0TableResultsObj, trt1lab = "Treatment 1",
trt2lab = "Treatment 2")

Arguments

Y1

treatment 1's raw data.

samonR1

samon results for treatment 1.

Y2

treatment 2's raw data.

samonR2

samon results for treatment 2.

samonRD

samon results for the difference of treatment 2 minus treatment 1.

alpha0TableResultsObj

a list produced by the function alpha0TableResults.

trt1lab

a label for treatment 1.

trt2lab

a label for treatment 2.

Details

alpha0TableResults computes material to build the table and alpha0Tables prints tables as simple text.

Value

alpha0TableResults returns table data. alpha0Tables returns nothing.

Examples

data("samonPANSS1")
data("samonPANSS2")

data("PSummary1")
data("PSummary2")
data("PSummaryD")

alpha0Results <- alpha0TableResults( samonPANSS1, PSummary1,
                                     samonPANSS2, PSummary2,
                                                  PSummaryD )
alpha0Tables(alpha0Results)

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

Related to alpha0Tables in samon...