Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data_frame/assemble: support factor + reference level #68

Open
mschubert opened this issue Nov 27, 2015 · 0 comments
Open

data_frame/assemble: support factor + reference level #68

mschubert opened this issue Nov 27, 2015 · 0 comments
Assignees

Comments

@mschubert
Copy link
Owner

In data_frame/assemble:

Creating data.frames that are used in models (lm, etc.) often require factors instead of character vectors.

There should be a convenient function to specify

  • which characters to convert into factors
  • which level of the factor should be the reference level

An easy way would be to add an option factor_refs = list(varname = "reflevel")

@mschubert mschubert self-assigned this Nov 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant