powered by
Transform a data frame to a numeric matrix by one-hot encoding factors. The last factor value is always omitted to prevent having a singular matrix when adding a column of 1s (intercept) in models.
covar_from_df(df)
A numeric matrix.
A data frame.
mat <- covar_from_df(iris) head(mat)
Run the code above in your browser using DataLab