View source: R/divide.conquer.R
divide.conquer | R Documentation |
Split a data set and run function
divide.conquer(func = NULL, data, size, splits, id = NULL, ...)
func |
called function |
data |
data-frame |
size |
size of splits |
splits |
number of splits (ignored if size is given) |
id |
optional cluster variable |
... |
Additional arguments to lower level functions |
Thomas Scheike, Klaus K. Holst
## avoid dependency on timereg
## library(timereg)
## data(TRACE)
## res <- divide.conquer(prop.odds,TRACE,
## formula=Event(time,status==9)~chf+vf+age,n.sim=0,size=200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.