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

Change dimensions of result from coef.catchCurve() #19

Closed
droglenc opened this issue Jul 20, 2016 · 1 comment
Closed

Change dimensions of result from coef.catchCurve() #19

droglenc opened this issue Jul 20, 2016 · 1 comment
Assignees

Comments

@droglenc
Copy link
Contributor

The result from coef.catchCurve() is a 1x2 matrix, which means that it cannot be easily cbind()ed with the result from confint.catchCurve(). Change the result to a named vector, like the generic coef(), to fix this.

Examine other coef.XXX functions for the same problem.

@droglenc droglenc self-assigned this Jul 20, 2016
@droglenc
Copy link
Contributor Author

droglenc commented Nov 1, 2016

Fixed after v0.8.11

@droglenc droglenc closed this as completed Nov 1, 2016
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

No branches or pull requests

1 participant