Skip to content
New issue

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

Solve model with calibrated parameters? #11

Open
rrremedio opened this issue Aug 14, 2024 · 1 comment
Open

Solve model with calibrated parameters? #11

rrremedio opened this issue Aug 14, 2024 · 1 comment

Comments

@rrremedio
Copy link

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?

@andrea-luciani
Copy link
Owner

@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)

Have a good day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants