extract-tlse-method: 'extract' method for 'tlse' objects

extract,tlse-methodR Documentation

extract method for tlse objects

Description

extract method for tlse objects created by the tlse function.

Usage

## S4 method for signature 'tlse'
extract(
  model,
  include.nobs = TRUE,
  include.nknots = TRUE,
  include.numcov = TRUE,
  which = c("ALL","ACE","ACT","ACN","ACE-ACT","ACE-ACN","ACT-ACN"),
  ...)

Arguments

model

A statistical model object.

include.nobs

Report the number of obervations?

include.nknots

Report the total number of knots for each group?

include.numcov

Report the total number of covariates (including interactions is any) per group?

which

Which causal effect measures should be printed?

...

Custom parameters, which are handed over to subroutines. Currently not in use.


causalTLSE documentation built on March 31, 2023, 3:07 p.m.