You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A useful enhancement would be a formal class for sicegar model fits. mutlipleFitFunction currently returns a plain data frame of the estimated model parameters. In the near term, methods like predict would be useful in their own right. From a broader perspective, a class would open up opportunities for other packages to interact with sicegar (e.g., broom to tidy/glance/augment).
The text was updated successfully, but these errors were encountered:
A useful enhancement would be a formal class for
sicegar
model fits.mutlipleFitFunction
currently returns a plain data frame of the estimated model parameters. In the near term, methods likepredict
would be useful in their own right. From a broader perspective, a class would open up opportunities for other packages to interact withsicegar
(e.g.,broom
totidy
/glance
/augment
).The text was updated successfully, but these errors were encountered: