igau.mle: Title

Description Usage Arguments Examples

Description

Title

Usage

1
igau.mle(data.ld, debug1 = F, theta.start = NULL)

Arguments

data.ld
debug1
theta.start

Examples

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

lzbearing.ld <- frame.to.ld(lzbearing, 
                            response.column = 1)

bear.igau.gmle.out <- igau.mle(lzbearing.ld)

bkfatigue10.ld <- frame.to.ld(bkfatigue10, 
                              response.column = 1,
                              time.units = "Kilocycles")
   
bkfatigue10.igau.gmle.out <- igau.mle(bkfatigue10.ld)                           

## End(Not run)

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