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

autoplot to do #4

Open
4 tasks
timcdlucas opened this issue Jun 16, 2016 · 1 comment
Open
4 tasks

autoplot to do #4

timcdlucas opened this issue Jun 16, 2016 · 1 comment
Milestone

Comments

@timcdlucas
Copy link
Owner

timcdlucas commented Jun 16, 2016

  • Axis titles
  • Tick labels i.e. 1:250 is not useful. Cut down to 10 max.
  • Understand what the fitted values and linear predictor plots actually are. Then make funciton names and docs fit.
  • reconsider CI. Darker grey inside, etc.
@timcdlucas timcdlucas modified the milestone: CRAN 0.1 Feb 22, 2017
@timcdlucas
Copy link
Owner Author

 result = inla(formula, family="poisson", data = Epil, 
               control.predictor = list(compute = TRUE), 
               control.compute = list(cpo=TRUE,  po=TRUE, waic=TRUE, mlik=TRUE))
 plot(result, plot.prior = T)

Gives fuller set of plots made by plot.inla. Essentially one extra panel plot showing some po, cpo information.

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

No branches or pull requests

1 participant