R/oneparam.R

Defines functions oneparam

Documented in oneparam

#' One parameter transformations
#'
#' Transforms the dependent variable of a regression model using one parameter
#' transformations.  
#' 
#' @param object an object of type lm or lme. 
#' @param ... other parameters that can be passed to the function.
#' @return The return depends on the class of its argument. The 
#' documentation of particular methods gives detailed information about the 
#' return of that method.
#' @seealso  \code{\link{oneparam.lm}}
#' @keywords internal
oneparam <- function(object,...) UseMethod("oneparam")
akreutzmann/trafo documentation built on Sept. 14, 2020, 9:03 p.m.