altsimReturnFrame: 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
altsimReturnFrame(
  accel.var.mat,
  nsamsz,
  centim,
  theta,
  distribution,
  relationship,
  time.units = "Time",
  kctype = 1,
  escale = 10000,
  e = rep(1e-04, number.parameters),
  parameter.fixed = rep(F, number.parameters),
  intercept = T,
  kprint = 0,
  maxit = 500,
  debug1 = F,
  randomize = T,
  my.title = NULL
)

Arguments

accel.var.mat
nsamsz
centim
theta
distribution
relationship
time.units
kctype
escale
e
parameter.fixed
intercept
kprint
maxit
debug1
randomize
my.title

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## Not run: 

test.matrix <- cbind(V1 = c(1,1,2,2),V2 = c(1,2,1,2))

altsim.out <- altsim(accel.var.mat = test.matrix, 
                     nsamsz = c(4,4,4,4), 
                     centim = c(40000,40000,40000,40000), 
                     theta = c(1,-24,5,1), 
                     distribution = "normal",
                     number.sim = 10, 
                     debug = F)

altsim.out <- altsim(accel.var.mat = as.matrix(c(1,2,3,4)), 
                     nsamsz = c(4,4,4,4), 
                     centim = c(200,200,200,200), 
                     theta = c(1,-2,3), 
                     distribution = "normal", 
                     number.sim = 5, 
                     debug = F, 
                     kprint = 0)

altsimReturnFrame(accel.var.mat = test.matrix, 
                  nsamsz = c(4,4,4,4),
                  centim = c(100,100,100,100),
                  theta = c(1,1,1,2),
                  distribution =" lognormal", 
                  relationship = c("linear","log"))

## Simulate a single ALT data set

altsimReturnFrame(accel.var.mat = test.matrix, 
                  nsamsz = c(4,4,4,4),
                  centim = c(100,100,100,100), 
                  theta = c(1,1,1,2), 
                  distribution = "lognormal", 
                  relationship = c("linear","log"))


## End(Not run)

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