summary.tlm | R Documentation |
A summary
method for an object created by the function tlm
.
## S3 method for class 'tlm'
summary(object, ...)
## S3 method for class 'summary.tlm'
print(x, ...)
object |
an object of class " |
... |
additional arguments. |
x |
an object of class " |
Essentially, the output of summary.lm
or summary.glm
is displayed. In addition, further information on the fitted model is also
displayed.
A list with class "summary.tlm
" including the following items:
the fitted model in the transformed space.
the value of ypow
.
the value of xpow
.
the summary of the fitted model provide by summary.lm
(for gaussian response) or summary.glm
(otherwise).
Barrera-Gomez J, Basagana X. Models with transformed variables: interpretation and software. Epidemiology. 2015;26(2):e16-17.
tlm
, effectInfo
, MY
.
### linear model with log-log transformation:
data(feld1)
modcat <- tlm(logroom ~ logmattress + cat, data = feld1, ypow = 0, xpow = 0)
modcat
summary(modcat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.