Search found 86 matches
- Thu Aug 29, 2024 9:27 am
- Forum: Other RATS Usage Questions
- Topic: p-values of Correlation Matrix
- Replies: 7
- Views: 50344
Re: p-values of Correlation Matrix
Understood as clear as it gets, thank you.
- Wed Aug 28, 2024 7:39 pm
- Forum: Other RATS Usage Questions
- Topic: p-values of Correlation Matrix
- Replies: 7
- Views: 50344
Re: p-values of Correlation Matrix
Thank you for your reply. 1. What do you mean, "where you are getting that"? My company purchased WinRats pro 10 version with genuine product certification. Font problem had never happened before year 2022 in my PC. Ok, now that I got to know this is the Window problem, I will ask pc guy t...
- Tue Aug 27, 2024 7:43 pm
- Forum: Other RATS Usage Questions
- Topic: p-values of Correlation Matrix
- Replies: 7
- Views: 50344
Re: p-values of Correlation Matrix
Thank you for reply, but it doesn't work. I just wanna get correlation matrix with p-value in each cell, just like the ones which STATA or E-views generate as default or easily. Please don't tell me, "Then, just go to STATA or E-views". I also have another problem, 'font broken'. How can I...
- Tue Aug 27, 2024 2:21 am
- Forum: Other RATS Usage Questions
- Topic: p-values of Correlation Matrix
- Replies: 7
- Views: 50344
p-values of Correlation Matrix
Dear Mr.Doan,
I need to present the p-value of 3 variable correlation matrix as below.
Let me know some additional code or other ways.
CMOM(CORR, PRINT)
# Y1 Y2 Y3
I need to present the p-value of 3 variable correlation matrix as below.
Let me know some additional code or other ways.
CMOM(CORR, PRINT)
# Y1 Y2 Y3
- Wed Jul 07, 2021 6:39 am
- Forum: VARs (Vector Autoregression Models)
- Topic: Output of VAR model with Generalized Impulse Response
- Replies: 6
- Views: 71981
Re: Output of VAR model with Generalized Impulse Response
Thank you Mr.Doan. Your opinion and the paper which you recommended helped me a lot.
- Sun Jul 04, 2021 9:36 pm
- Forum: VARs (Vector Autoregression Models)
- Topic: Output of VAR model with Generalized Impulse Response
- Replies: 6
- Views: 71981
Re: Output of VAR model with Generalized Impulse Response
Dear Mr.Doan, About my 1st question, you replied that @MONTEVAR actually does a 68% (robust analog of 1 s.d.) confidence interval. Some persons told me that because 68% C.I. is too low, so this result cannot be acceptable. And they say that 90% or 95% C.I. are common criteria. I think that they coul...
- Thu Jul 01, 2021 7:51 pm
- Forum: VARs (Vector Autoregression Models)
- Topic: Output of VAR model with Generalized Impulse Response
- Replies: 6
- Views: 71981
Re: Output of VAR model with Generalized Impulse Response
Dear Mr. Doan, About my Question 2, should I replace ‘model=canmodel’ in my code with ‘model=varmodel’ to use FFunction as your example below? @mcvardodraws(model=varmodel,draws=mcdraws,steps=nsteps) @mcgraphirf(model=varmodel,$ center=input,impulses=baseirfs,percent=||.025,.16,.84,.975||,$ footer=&...
- Thu Jul 01, 2021 5:10 am
- Forum: VARs (Vector Autoregression Models)
- Topic: Output of VAR model with Generalized Impulse Response
- Replies: 6
- Views: 71981
Output of VAR model with Generalized Impulse Response
Dear Mr. Doan, I have several questions about VAR model with Generalized Impulse Response. I attached 5 files as below. KEXQ&5Countries_3.xls : data file IMPULSES.RPF_6 by 6 IRS graphs.txt : code file (generating 6 by 6 IRS graphs) IMPULSES.RPF_6 by 6 IRS excel file.txt : code file (generating 6...
- Mon Jun 29, 2020 3:37 am
- Forum: Other RATS Usage Questions
- Topic: CGE (computable general equilibrium)
- Replies: 0
- Views: 57129
CGE (computable general equilibrium)
Dear Mr.Doan,
Can RATS solve computable general equilibrium (CGE) models? If yes, please show me some examples. Thank you.
Can RATS solve computable general equilibrium (CGE) models? If yes, please show me some examples. Thank you.
- Tue Aug 28, 2018 9:53 pm
- Forum: Data: Reading, Writing, Transforming
- Topic: Reading Panel Data Set
- Replies: 24
- Views: 237414
Re: Reading Panel Data Set
Thank you, Mr.Doan. I also referred to a section of 'Saving/Recalling Calendars' in calendar option. Your last explanation begins with the code lines as below. CALENDAR(PANELOBS=7,A,save=cvr_cal) 2011:1 CALENDAR(PANELOBS=7,A,save=ipc_cal) 2010:1 So, you meant that there is no problem to declare new ...
- Mon Aug 27, 2018 11:45 pm
- Forum: Data: Reading, Writing, Transforming
- Topic: Reading Panel Data Set
- Replies: 24
- Views: 237414
Re: Reading Panel Data Set
Thank you, Mr.Doan. Let me ask you one more 'panel data reading problem'. I am trying to read 2 variables as below - CVR_MUL and IPC. The former begins in year 2011 and ends in year 2017 and the latter begins in year 2010 and ends in year 2016. I confirmed data reading with the command of 'print(dat...
- Mon Aug 27, 2018 2:31 am
- Forum: Data: Reading, Writing, Transforming
- Topic: Reading Panel Data Set
- Replies: 24
- Views: 237414
Re: Reading Panel Data Set
I see. By the way,' smpl=(output<25000)' is the only way to truncate some extreme data value? I mean, is there another methods to truncate extreme data by the standands of specific percentiles of upper or lower bounds, such as 'smpl=(output<95%.and.output>5%)' '? 'smpl=(output<95%.and.output>5%)' me...
- Fri Aug 24, 2018 5:29 pm
- Forum: Data: Reading, Writing, Transforming
- Topic: Reading Panel Data Set
- Replies: 24
- Views: 237414
Re: Reading Panel Data Set
This is a question about truncation of idiosyncratic values of data set. Please see again my former data set 'variable_A.xls', an absurd one. This data set has too many extreme values to test or graph with it, so I need to truncate this data set with 'some standards' in order to rebuild it. As the t...
- Fri Aug 17, 2018 8:03 pm
- Forum: VARs (Vector Autoregression Models)
- Topic: Generalized Impulse Responses
- Replies: 9
- Views: 28689
Re: Generalized Impulse Responses
Dear Mr.Doan, I think that I made it. I am gonna tell you the way, then please check it. 1. I did not change anything in the code of @montevar. 2. I just inserted code lines as below into my 'IMPULSES.RPF'. *** 이하 GIR (GENERALIZED IMPULSE RESPONSES) function GIRFFactor sigma model type rect GIRFFact...
- Thu Aug 16, 2018 11:12 pm
- Forum: Data: Reading, Writing, Transforming
- Topic: Reading Panel Data Set
- Replies: 24
- Views: 237414
Re: Reading Panel Data Set
Yes, %INDIV function works perfect. Thank you.