Thanks to visit codestin.com
Credit goes to github.com

Skip to content

compute_roots for only some of the roots? #39

@BarkleyBG

Description

@BarkleyBG

I think there may be a situation where someone has, say,

  • GLM model (p=2 params)
  • another parameter (i.e. delta) to estimate that may be most easily handled with an equation solver.

For the model the easiest thing is to probably fit the model & pass it into geex. But for delta., you may want to use the root solver.
It may be nice in this case to allow for compute_roots = c(FALSE, FALSE, TRUE) so that the (p=2) model parameters are ignored in the solver, but the solver does solve for delta_hat.

This is a future-feature; nothing urgent. Your thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions