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 ini(model) <- NULL to drop the full ini block #523

Closed
billdenney opened this issue Jun 2, 2023 · 1 comment · Fixed by #525
Closed

Allow ini(model) <- NULL to drop the full ini block #523

billdenney opened this issue Jun 2, 2023 · 1 comment · Fixed by #525

Comments

@billdenney
Copy link
Contributor

Related to #520

When doing a PD fit contingent on a PK model, I will sometimes want to drop all parameters from the PK model to move them to the dataset. What I currently do is:

ini(ret) <- str2lang("ini({})")

I think it would be simpler (and generally consistent with other R tools) to be able to do

ini(ret) <- NULL

@mattfidler mattfidler linked a pull request Jun 9, 2023 that will close this issue
@mattfidler
Copy link
Contributor

This works only if there isn't a endpoint defined.

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 a pull request may close this issue.

2 participants