cv.axp {YRmisc} | R Documentation |
Create a new variable with the base of a random number and power of the selected variable
cv.axp(dataframe, var, n, range)
dataframe |
:a data frame |
var |
:the variable selected |
n |
:number of new variables created |
range |
:the range of base |
cv.axp(mtcars,"wt",5,c(1, 2))