tidy.lmtp: Tidy a(n) lmtp object

View source: R/tidy.R

tidy.lmtpR Documentation

Tidy a(n) lmtp object

Description

Tidy a(n) lmtp object

Usage

## S3 method for class 'lmtp'
tidy(x, ...)

Arguments

x

A lmtp object produced by a call to lmtp_tmle(), lmtp_sdr(), lmtp_survival().

...

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)



lmtp documentation built on June 14, 2025, 1:08 a.m.