powered by
Converts all columns in a data.frame that are factors to character, except for the target column.
bayesConvertData(df)
data.frame to be used for bayesian inferencing.
the same data.frame with all factors converted to character.
# NOT RUN { df <- mmb::bayesConvertData(df = iris) # }
Run the code above in your browser using DataLab