Search found 3 matches
- Thu Jun 18, 2020 4:31 pm
- Forum: Data Manipulation
- Topic: Edit and Combine Impulse Response graphs
- Replies: 2
- Views: 7775
Re: Edit and Combine Impulse Response graphs
Thank you very much !
- Thu Jun 18, 2020 1:16 pm
- Forum: Data Manipulation
- Topic: how to save a regression coefficient
- Replies: 3
- Views: 10419
Re: how to save a regression coefficient
Hello:
I think I know how to do this in Eviews 10. Assuming your equation is Y = C + betaX
I hope this helps
I think I know how to do this in Eviews 10. Assuming your equation is Y = C + betaX
Code: Select all
equation model1.ls y c x 'this creates the equation
TableName(1,1) = model1.@coef(2) 'this saves the beta estimate in your table
- Thu Jun 18, 2020 1:11 pm
- Forum: Data Manipulation
- Topic: Edit and Combine Impulse Response graphs
- Replies: 2
- Views: 7775
Edit and Combine Impulse Response graphs
Hello: I would like to remove the default title of any impulse response graph using commands in a program. I know I can remove any text by clicking on the title and then choosing "remove selected", but I need to present a .prg file as part of an assignment. I managed to freeze the impulse ...
