Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 | get.alt.test.plan.frame(
frame,
levels.columns,
censor.column,
allocation.column,
describe.string = ""
)
|
frame |
|
levels.columns |
|
censor.column |
|
allocation.column |
|
describe.string |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.