View source: R/pv_rrepest_lin_reg.R
format_data_cont_vars | R Documentation |
Format continuous variables as numeric for Rrepest
format_data_cont_vars(df, cont.vars)
df |
(data frame) Data to be analysed. |
cont.vars |
(string vector) continuous variables for analysis |
Data frame with cantinuous variables converted to numeric for a continuous analysis (means, regression, etc.)
format_data_cont_vars(mtcars,"hp")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.