How do you generate random samples?
Answers were Sorted based on User's Feedback
Answer / sandhya
PROC SURVEYSELECT gives you the resulting sample dataset
from the population dataset. It is much more sofisticated.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / chandu
sekhar and vinodh plz u people explain this briefly plz....
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bhimu
ranuni()- Function will generate uniform random numbers
between 0 and 1
Ranuni(123) - here 123 is called seed.
Like that you can use Binomial and Poisson distributions.
You can also go for the procedure
PROC SURVEYSELECT
| Is This Answer Correct ? | 1 Yes | 1 No |
explain about various caches available in data integrator? : Sas-di
what is the use of proc contents and proc print in sas? : Sas-administrator
How to get top scorer student from a class-table having different sections A,B, C & D? Each section having same number of students.
What are all the problems you faced while validating tables and reports?
0 Answers Accenture, Quintiles,
Did you used proc lifetest? when?
2 Answers Accenture, Parexel, Quintiles,
How to sort in descending order?
What do the mod and int function do? : Sas programming
Describe crosslist option in tables statement?
6) Explain about below automatic variables a) _N_ b) _ERROR_ c) _CHAR_ d) _NUMERIC_ e) _ALL_ f) FIRST.BY VARIABLE g) LAST.BY VARIABLE h) _NAME_ i) _TYPE_ j) _FREQ_ k) _STAT_ l) _BREAK
how could you generate test data with no input data? : Sas programming
i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.
how to assign a macro value to a variable?