You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
Hello, I am workig wih a panel tobit model and I am trying to plot the model diagnostics. However, I get this error:
plot.summary.censReg(tobit1, which="All", set.up=TRUE)
Error: object of type 'closure' is not subsettable
I found online that the error is because there is a function treated as a variable, so some square brackets in the code may need to be changed to parenthesis. I checked the code for the function, but could not figure it out. Any suggestions/comments are more than welcome to help go through the error.
Hello, I am workig wih a panel tobit model and I am trying to plot the model diagnostics. However, I get this error:
plot.summary.censReg(tobit1, which="All", set.up=TRUE)
Error: object of type 'closure' is not subsettable
I found online that the error is because there is a function treated as a variable, so some square brackets in the code may need to be changed to parenthesis. I checked the code for the function, but could not figure it out. Any suggestions/comments are more than welcome to help go through the error.