We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Congratulations for the great package you have developed. Is it possible to print (again) the estimate output without reestimating the model?
The text was updated successfully, but these errors were encountered:
Hi @rrremedio.
This is a valuable suggestion indeed, but, at the moment, there is no way to re-print the ESTIMATE output without re-executing the whole operation.
ESTIMATE
Anyway, once estimated, your model will contain almost any ESTIMATE output value. Take a look at the following lists:
MYMODEL$behaviorals$MYENDO$statistics MYMODEL$behaviorals$MYENDO$coefficients MYMODEL$behaviorals$MYENDO$errorCoefficients MYMODEL$behaviorals$MYENDO$residuals
(having MYMODEL and MYENDO accordingly modified)
MYMODEL
MYENDO
See Ref. Man., pagg. 54-55 https://cran.r-project.org/web/packages/bimets/bimets.pdf
Sorry, something went wrong.
No branches or pull requests
Congratulations for the great package you have developed.
Is it possible to print (again) the estimate output without reestimating the model?
The text was updated successfully, but these errors were encountered: