We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The idea is to change the recommended margin input method to something like:
marginList <- list( "categ" = c(0.35, 0.4, 0.25), "sexe" = c(0.60, 0.40), "service" = c(0.45, 0.55), "salaire" = 470000 )
Add tests with the list method, with categorical and continuous variables
Modify addMargin
marginMatrix becomes an ambiguous parameter name: consider changing it (but ensure retrocompatibility!)
Change recommended way of integrating margins in the docs
Thanks to Toby Hocking for the suggestion!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The idea is to change the recommended margin input method to something like:
marginList <- list(
"categ" = c(0.35, 0.4, 0.25),
"sexe" = c(0.60, 0.40),
"service" = c(0.45, 0.55),
"salaire" = 470000
)
Add tests with the list method, with categorical and continuous variables
Modify addMargin
marginMatrix becomes an ambiguous parameter name: consider changing it (but ensure retrocompatibility!)
Change recommended way of integrating margins in the docs
Thanks to Toby Hocking for the suggestion!
The text was updated successfully, but these errors were encountered: