# NOT RUN {
data(yogurt)
result <- recodeData(
data = yogurt,
parNames = c("price", "feat", "brand", "price*brand"),
randPars = c(feat = "n", brand = "n")
)
result$parNames
result$randPars
head(result$data)
# }
Run the code above in your browser using DataLab