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
Would be nice to be able to see what the true model looked like. Currently, we can only extract the true model from StepOne via the $true_model_parameters field.
Some thoughts on this:
since powerly will support more types of models, the responsibility for deciding how to plot the true model should lie with the specific model classes (i.e., with the users that propose new models)
then, in the plot method of the Method class add an argument model = FALSE that when TRUE will call the plot method of the corresponding model used
Would be nice to be able to see what the true model looked like. Currently, we can only extract the true model from
StepOne
via the$true_model_parameters
field.Some thoughts on this:
since
powerly
will support more types of models, the responsibility for deciding how to plot the true model should lie with the specific model classes (i.e., with the users that propose new models)then, in the
plot
method of theMethod
class add an argumentmodel = FALSE
that whenTRUE
will call theplot
method of the corresponding model usedpowerly/R/Method.R
Lines 233 to 260 in 0dbadcf
The text was updated successfully, but these errors were encountered: