Description Usage Arguments Examples
Title
1 | loglikeNHPPvec(data.rdu, theta.mat, form)
|
data.rdu |
|
theta.mat |
|
form |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## Not run:
AMSAAExactFail.rdu <- frame.to.rdu(amsaaexactfail,
ID.column = "vehicle",
time.column = "miles" ,
event.column = "event")
theta.mat <- matrix(c(1,1,2,2),2,2)
theta.mat <- c(1,2)
loglikeNHPPvec(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.