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

future work: model assessment as finding the roots of a p-value function #20

Open
jwbowers opened this issue May 8, 2013 · 0 comments

Comments

@jwbowers
Copy link
Collaborator

jwbowers commented May 8, 2013

It might speed things up if we tried to find the hypotheses for which evidence is of a particular level (p-value) without doing a grid search. The uniroot function would do this for a one-dimensional problem. So far uniroot.all (from rootSolve) and BBsolve (from BB) require that the inputs and outputs of the function be the same length because they seem themselves as solving systems of equations. As far as I can tell online, people just do a coarse graph of a function and then give uniroot different intervals (Say for the upper and lower boundaries of a CI). Optimization routines want to give only one answer. We will typically have many answers (imagine the .05 contour on a levelplot of p-values).

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