Search found 2 matches
- Sun Jun 19, 2016 11:18 pm
- Forum: Help With Programming
- Topic: RATS procedures: loop and dec function
- Replies: 3
- Views: 8191
Re: RATS procedures: loop and dec function
Thank you for your reply. I have run the above code and obtained the following error "## Unassigned 117 >>>>disp %mean(<<<<" Could you kindly tell me what this error means? Thanks.
- Sat Jun 18, 2016 6:30 pm
- Forum: Help With Programming
- Topic: RATS procedures: loop and dec function
- Replies: 3
- Views: 8191
RATS procedures: loop and dec function
This may be a very basic question but I wish create a 100x1 vector (I name it "temp") that has the values of draws from standard normal distribution using a loop. Here is an attempt that I made but I am not sure if I am declaring the correct type to start with. Further, how do I compute th...