powered by
summary method for an object created by the the function tlm.
summary
tlm
# S3 method for tlm summary(object, ...) # S3 method for summary.tlm print(x, ...)
the fitted model in the transformed space.
the value of ypow.
ypow
the value of xpow.
xpow
the summary of the fitted model provide by summary.lm (for gaussian response) or summary.glm (otherwise).
summary.lm
summary.glm
an object of class "tlm", a result of a call to tlm.
an object of class "summary.tlm", a result of a call to summary.tlm.
summary.tlm
further additional arguments for summary and print methods.
print
Barrera-Gomez J and Basagana X.
Essentially, the output of summary.lm or summary.glm is displayed. In addition, further information on the fitted model is also displayed.
Barrera-Gomez J, Basagana X. Models with transformed variables: interpretation and software. Epidemiology. 2015;26(2):e16-17.
tlm, summary.lm, summary.glm.
### linear model with log-log transformation: data(feld1) modcat <- tlm (y = logroom, x = logmattress, z = cat, data = feld1, ypow = 0, xpow = 0) modcat summary(modcat)
Run the code above in your browser using DataLab