How can I retrieve statistics from a View of an object?
Posted: Thu Jul 30, 2009 1:55 pm
Thank you so much for the quick answer!
I'm afraid I'm still stuck, though. Following your suggestion, I have now
freeze(table) ch1.wald c(4)=c(8)
vector supw(!j)=@val(table(6,4))
When I run the loop I get the alert: "TABLE already exists in "FREEZE(TABLE) ch1...", so I assume the table cannot be overwritten for each !j. Adding mode=overwrite allows me tu run the loop until the end, but the whole vector is filled with the same value (obviously Wald for the last j). I cannot figure out what I'm doing wrong...
Thanks again! Arturo
I'm afraid I'm still stuck, though. Following your suggestion, I have now
freeze(table) ch1.wald c(4)=c(8)
vector supw(!j)=@val(table(6,4))
When I run the loop I get the alert: "TABLE already exists in "FREEZE(TABLE) ch1...", so I assume the table cannot be overwritten for each !j. Adding mode=overwrite allows me tu run the loop until the end, but the whole vector is filled with the same value (obviously Wald for the last j). I cannot figure out what I'm doing wrong...
Thanks again! Arturo