Disjunction of text and values
Posted: Thu Oct 02, 2008 6:49 am
After freezing e.g. the table with Johansen cointegration test results you can simply retrieve the cells content:
or
But how can I separate between text and values in one cell? The cell tab(1,3) contains e.g. "Included observations: 113", but I only want to select the value "113".
Thanks for helpful comments!
Code: Select all
scalar x = @val(tab1(12,3))Code: Select all
%x = @str(tab1(10,3)) Thanks for helpful comments!