tidy.lmtp {lmtp} | R Documentation |
Tidy a(n) lmtp object
Description
Tidy a(n) lmtp object
Usage
## S3 method for class 'lmtp'
tidy(x, ...)
Arguments
x |
A |
... |
Unused, included for generic consistency only. |
Examples
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)
[Package lmtp version 1.4.0 Index]