adjustNames | R Documentation |
Given a list of dataframes, this function pastes the colnames of all factors and characters to the elements in these columns. This is necessary to produces consisten results when fitting with lm or lmer. This function is borderline internal.
adjustNames(datalist, predictors)
datalist |
A list of dataframes. |
predictors |
A vector of predictors corresponding to some of the columnames in the list of dataframes for which the given adjustment will be performed if the columns corresponding to these predictors are characters or factors. |
The list of dataframes with adusted elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.