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
Is it possible to give bimets the parameters to solve the model without resorting to estimate? That is, is it possible to use calibrated parameters?
The text was updated successfully, but these errors were encountered:
@rrremedio
take a look at the pag. 64 of the Ref. Manual: https://cran.r-project.org/web/packages/bimets/bimets.pdf
Users can modify any behavioral coefficient with arbitrary values, e.g. to manually change the klein model consumption coefficients:
(pag.64) myModel$behaviorals$cn$coefficients <- matrix(c(15,0.1,0.02,0.9),ncol=1)
myModel$behaviorals$cn$coefficients <- matrix(c(15,0.1,0.02,0.9),ncol=1)
Have a good day.
Sorry, something went wrong.
No branches or pull requests
Is it possible to give bimets the parameters to solve the model without resorting to estimate? That is, is it possible to use calibrated parameters?
The text was updated successfully, but these errors were encountered: