Trouble using @pval
Posted: Tue Jul 08, 2014 3:14 pm
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 illegal or reserved name in “exp_mod(i,3) = @pval(1)”
I get the same message when I try to use
exp_mod(i,3) = @pvals(1)
Please tell ne what I'm doing wrong here.
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 illegal or reserved name in “exp_mod(i,3) = @pval(1)”
I get the same message when I try to use
exp_mod(i,3) = @pvals(1)
Please tell ne what I'm doing wrong here.