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

plot_model_prediction(output$poped.db,…) shows the initial sampling times, not the optimized times. #1

Closed
andrewhooker opened this issue Dec 11, 2014 · 1 comment
Assignees
Labels

Comments

@andrewhooker
Copy link
Owner

A fix before I fix the code. If you first optimize:

output <- poped_optimize(poped.db,opt_xt=T)

afterwards, run the following lines of code:

output$poped.db$design$xt <- output$poped.db$gxt
output$poped.db$design$x <-output$poped.db$gx
output$poped.db$design$a <-output$poped.db$ga

Then the optimised design is displayed with

plot_model_prediction(output$poped.db) 
@andrewhooker andrewhooker self-assigned this Dec 11, 2014
@andrewhooker andrewhooker reopened this Dec 11, 2014
@andrewhooker andrewhooker changed the title plot_model_prediction(output$poped.db,…) shows the initial sampling times, not the optimized times. plot_model_prediction(output$poped.db,…) shows the initial sampling times, not the optimized times. Dec 11, 2014
@andrewhooker andrewhooker changed the title plot_model_prediction(output$poped.db,…) shows the initial sampling times, not the optimized times. plot_model_prediction(output$poped.db,…) shows the initial sampling times, not the optimized times. Dec 11, 2014
andrewhooker added a commit that referenced this issue Dec 24, 2014
@andrewhooker
Copy link
Owner Author

Fixed in versions > 0.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant