Skip to content

Add SeverityEstimateModel class#58

Merged
TimothyWillard merged 1 commit intomainfrom
push-twwoulwumsxo
Nov 7, 2025
Merged

Add SeverityEstimateModel class#58
TimothyWillard merged 1 commit intomainfrom
push-twwoulwumsxo

Conversation

@TimothyWillard
Copy link
Collaborator

Added a new S4 class to represent a model that will contain the metadata needed for building a model as well as the SeverityEstimateModel constructor function for creating an instance of this object. Concept is that this will be the first line in a model definition and then the returned value can be piped along.

Also added a print method for SeverityEstimateModel. Currently just a thin wrapper around str, but want a place holder for the future when the object structure is better defined.

Closes #47.

Added a new S4 class to represent a model that will contain the metadata
needed for building a model as well as the `SeverityEstimateModel` 
constructor function for creating an instance of this object. Concept is
that this will be the first line in a model definition and then the 
returned value can be piped along.

Also added a `print` method for `SeverityEstimateModel`. Currently just
a thin wrapper around `str`, but want a place holder for the future when
the object structure is better defined.

Closes #47.
@TimothyWillard TimothyWillard merged commit 63e40be into main Nov 7, 2025
4 checks passed
@TimothyWillard TimothyWillard deleted the push-twwoulwumsxo branch November 7, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add SeverityEstimateModel class

1 participant