Description Usage Arguments Examples
Title
1 | TestLike(data.rdu, theta, form)
|
data.rdu |
|
theta |
|
form |
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 | ## Not run:
TestWindow(amsaaexactfail[[1]],
amsaaexactfail[[2]],
amsaaexactfail[[3]],
NULL)
AMSAAExactFail.rdu <- frame.to.rdu(amsaaexactfail,
ID.column = "vehicle",
time.column = "miles" ,
event.column = "event")
names(attributes(AMSAAExactFail.rdu))
# testing the loglikelihood
theta.mat <- matrix(c(1,1,2,2),2,2)
#theta.mat <- c(1,2)
loglikeNHPPvec(AMSAAExactFail.rdu, theta.mat, "power.law")
TestLike(AMSAAExactFail.rdu, theta.mat, "power.law")
theta.mat <- matrix(c(.01,.01,.02,.02),2,2)
loglikeNHPPvec(AMSAAExactFail.rdu, theta.mat, "log.linear")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.