Open mattblackwell opened 3 years ago
When there is a singularity in the first-stage of sequential_g(), summary() errors out ungracefully:
sequential_g()
summary()
Error in Fhat %*% R1 %*% t(efun1) : non-conformable arguments
When there is a singularity in the first-stage of
sequential_g()
,summary()
errors out ungracefully: