extract,tlse-method | R Documentation |
extract
method for tlse
objectsextract
method for tlse
objects created by the
tlse
function.
## 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"),
...)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.