tlm
Variables in regression models are frequently transformed to achieve homogeneity of variance, normality of errors, linearization of associations, or a more homogeneous distribution of predictors. This package is a tool to fit linear, logistic, and Poisson regression models with logarithmic or power transformations. The package also show how to report and interpret effects in the original scale of the variables.
install.packages("tlm")
The package tlm is available on the Comprehensive R Archive Network (CRAN), with info at the related web page https://CRAN.R-project.org/package=tlm.
Once the package has been installed, a summary of the main functions is available by executing:
help(package = "tlm")
vignette("tlm")
The methodology used in the package is described in
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.