get.alt.test.plan.frame: Title

Description Usage Arguments Examples

Description

Title

Usage

1
2
3
4
5
6
7
get.alt.test.plan.frame(
  frame,
  levels.columns,
  censor.column,
  allocation.column,
  describe.string = ""
)

Arguments

frame
levels.columns
censor.column
allocation.column
describe.string

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## Not run: 

AdhesiveBond2.frame <- data.frame(DegreesC = c(80,100,120),
                                  SampleSize = c(150,60,90),
                                  CensorTimes = c(243,243,243))

AdhesiveBond2.altplan <- 
  get.alt.test.plan.frame(AdhesiveBond2.frame,
                          levels.columns = "DegreesC", 
                          censor.column = "CensorTimes",
                          allocation.column = "SampleSize",
                          describe.string = "AdhesiveBond Test Plan")

print(AdhesiveBond2.altplan)


## End(Not run)

Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.