rmd.to.ld: Title

Description Usage Arguments Examples

Description

Title

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
rmd.to.ld(
  data.rmd,
  fail.level,
  x.axis = "Linear",
  y.axis = "Linear",
  xlim = c(NA, NA),
  ylim = c(NA, NA),
  title.option = GetSMRDDefault("SMRD.TitleOption"),
  censor.time = NULL,
  xlab = get.time.units(data.rmd),
  time.units = xlab,
  ylab = get.response.units(data.rmd),
  subset = T,
  big.one = 1e+36,
  my.title = NULL,
  group.var = 1:length(get.x.columns(data.rmd)),
  stresses = get.x.markers(data.rmd, group.var = group.var),
  extrapolation.control = "infer",
  print.estimates = T
)

Arguments

data.rmd
fail.level
x.axis
y.axis
xlim
ylim
title.option
censor.time
xlab
time.units
ylab
subset
big.one
my.title
group.var
stresses
extrapolation.control
print.estimates

Examples

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

GaAsLaser.rmd <- 
  frame.to.rmd(gaaslaser, 
               response.column = 1, 
               unit.column = 2, 
               time.column = 3, 
               response.units = "Increase in Operating Current (%)")

# Convert to a \code{life.data} object

GaAsLaser.ld <- rmd.to.ld(GaAsLaser.rmd, 
                          fail.level = 10, 
                          x.axis = "sqrt")
summary(GaAsLaser.ld)
plot(GaAsLaser.ld)


## End(Not run)

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