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

Allow fitting of arbitary formulas #23

Open
zsusswein opened this issue Aug 28, 2024 · 0 comments
Open

Allow fitting of arbitary formulas #23

zsusswein opened this issue Aug 28, 2024 · 0 comments
Labels

Comments

@zsusswein
Copy link
Collaborator

We use RtGam() as the class constructor. In the language of Advanced R, it wraps both the helper and the validator. It does rigorous input checking, builds the dataset, and fits the model. This object can then be passed to summary() to extract draws and get various metrics.

We could enable faster prototyping while continuing to provide access to post-processing machinery by exposing fit_model() and allowing RtGam() to return a prepared but not fit object. This change could allow arbitrary model formulas to be supplied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant