How could you generate test data with no input data?
Answer Posted / rohit
SAS can be used to generate random numbers. The command
RANUNI is used to generate random numbers from a uniform
distribution ranging from 0 to 1, and the command RANNOR is
used to generate random numbers from a standard normal
distribution. To use the command, we need to specify a
seed. The seed, a numerical value, is placed in parentheses
after the command. If a different numerical value or seed
is specified, the commands will produce a different set of
random numbers. For example, the value produced by
RANUNI(1) is different from the value produced by RANUNI(2)
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain what is data step?
what is sas and what are the functions? : Sas-administrator
what is treatment emergent events and treatment emregent adverse event
What is the difference between the proc sql and data step?
how do you test for missing values? : Sas programming
what are the categories that sas informats are used to the place the data? : Sas-administrator
Explain why double trailing @@ is used in input statement?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
What can you learn from the SAS log when debugging?
How can you create a macro variable with in data step? : sas-macro
How can I remove header from output data set?
Did you used proc test? when?
How does the internal authentication work in sas? : sas-grid-administration
Give e an example of..
what is null hypothesis? why do you consider that?