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

Enable latrend*() by lcMethod name #57

Closed
niekdt opened this issue Oct 1, 2021 · 1 comment
Closed

Enable latrend*() by lcMethod name #57

niekdt opened this issue Oct 1, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@niekdt
Copy link
Collaborator

niekdt commented Oct 1, 2021

The new lcMethod initialization allows methods to be instantiated by name. This is especially useful for simulation studies when the cases are defined in a data frame

Example:

model <- latrend("lcMethodKML", value = "Value", data = latrendData)

or even

model <- latrend("KML", value = "Value", data = latrendData)
@niekdt niekdt added the enhancement New feature or request label Oct 1, 2021
@niekdt niekdt added this to the 1.2.0 milestone Oct 1, 2021
@niekdt niekdt self-assigned this Oct 1, 2021
@niekdt
Copy link
Collaborator Author

niekdt commented Oct 2, 2021

Implemented in f12c2d1

@niekdt niekdt closed this as completed Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant