Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. proc surveyfreq data = my_data varmethod = jackknife;
  2. weight sample_weight;
  3. repweights repweight1-repweight50 / df = 49 jkceofs = 0.98;
  4. tables var1*var2 / row col wchisq;
  5. run;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement