cv.axp: Create logarithm with a random base

Description Usage Arguments Examples

View source: R/cv.axp.R

Description

Create a new variable with the base of a random number and power of the selected variable

Usage

1
cv.axp(dataframe, var, n, range)

Arguments

dataframe

:a data frame

var

:the variable selected

n

:number of new variables created

range

:the range of base

Examples

1
cv.axp(mtcars,"wt",5,c(1, 2))

PMmisc documentation built on May 1, 2019, 9:57 p.m.

Related to cv.axp in PMmisc...