R/woparam.R

Defines functions woparam

Documented in woparam

#' Transformations without transformation parameter
#'
#' Transforms the dependent variable of a regression model using
#' transformations without transformation parameter.  
#' 
#' @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{woparam.lm}}
#' @keywords internal
woparam <- function(object,...) UseMethod("woparam")

Try the trafo package in your browser

Any scripts or data that you put into this service are public.

trafo documentation built on May 2, 2019, 2:13 p.m.