Search found 4 matches
- Wed Jul 09, 2014 6:37 am
- Forum: Programming
- Topic: Trouble using @pval
- Replies: 4
- Views: 4561
Re: Trouble using @pval
Thank you very much. It's odd, though, that t-stats are not treated in the same way. And I did not see anything in the command reference, e.g., to make that clear.
- Tue Jul 08, 2014 3:14 pm
- Forum: Programming
- Topic: Trouble using @pval
- Replies: 4
- Views: 4561
Trouble using @pval
I'm trying to save results from a cointreg estimation, but get ab error message when I try to use @pval to save p-values into a previously-created matrix. Here is a snippet of code: exp_mod(i,1) = c(1) exp_mod(i,2) = @tstats(1) exp_mod(i,3) = @pval(1) I get the following error message: @pval is an i...
- Tue Jul 08, 2014 3:03 pm
- Forum: Programming
- Topic: Retrieving information from Coint command output
- Replies: 2
- Views: 2625
Re: Retrieving information from Coint command output
Thank you, i figured it out late last night
- Mon Jul 07, 2014 9:26 pm
- Forum: Programming
- Topic: Retrieving information from Coint command output
- Replies: 2
- Views: 2625
Retrieving information from Coint command output
Hi, I am trying to retrieve the output from the coint command, using freeze. But I don't seem to be able to get the syntax right. E.g. I've tried freeze(test) coint(b, 4, cvsize=0.05) lexp ltpy lrer and get an error message saying that I have used an "illegal lag or index specification for the ...
