tidy.lmtp | R Documentation |
Tidy a(n) lmtp object
## S3 method for class 'lmtp'
tidy(x, ...)
x |
A |
... |
Unused, included for generic consistency only. |
a <- c("A1", "A2")
nodes <- list(c("L1"), c("L2"))
cens <- c("C1", "C2")
y <- "Y"
fit <- lmtp_tmle(sim_cens, a, y, time_vary = nodes, cens = cens, shift = NULL, folds = 2)
tidy(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.