Description Usage Arguments Examples
Title
1 | mcf(data.rdu, debug1 = F, kprint = 0)
|
data.rdu |
|
debug1 |
|
kprint |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## Not run:
#time.column, ID.column, cost.count.column, event.column
WorkStation.rdu <- frame.to.rdu(workstation,
ID.column = "station",
time.column = "days",
event.column = "event")
#attr(WorkStation.rdu,"WindowInfo")
WorkStation.mcf <- mcf(WorkStation.rdu)
#sqrt(WorkStation.mcf$Var)
event.plot(WorkStation.rdu)
plot(WorkStation.mcf)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.