Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upChange dimensions of result from coef.catchCurve() #19
Comments
|
Fixed after v0.8.11 |
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.