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
On occasion, I want to perform a VPC with new data (see certara/tidyvpc#35 (comment)). The current vpcSim() interface does not allow passing in data (when I tried adding events = newdata, I got an error of duplicated argument names).
I think that it would be useful to allow a VPC with new data for estimation of predictive power for a model in a new dataset. For similarity to other functions, I'd suggest that adding either a data argument (similar to nlmixr()) or adding a newdata argument (similar to predict()) would be the preferred interface. If not given, then the current behavior would be used.
The text was updated successfully, but these errors were encountered:
On occasion, I want to perform a VPC with new data (see certara/tidyvpc#35 (comment)). The current
vpcSim()
interface does not allow passing in data (when I tried addingevents = newdata
, I got an error of duplicated argument names).I think that it would be useful to allow a VPC with new data for estimation of predictive power for a model in a new dataset. For similarity to other functions, I'd suggest that adding either a
data
argument (similar tonlmixr()
) or adding anewdata
argument (similar topredict()
) would be the preferred interface. If not given, then the current behavior would be used.The text was updated successfully, but these errors were encountered: