A voir également:
- Meetic sas prélèvement
- Prélèvement bancaire - Guide
- Méetic - Forum Réseaux sociaux
- Meetic derniere connexion - Forum Réseaux sociaux
- Prelevement apple.com/bill ✓ - Forum Consommation & Internet
- Free sas prélèvement - Forum Antivirus
4 réponses
Bonjour Bob,
Une proc freq pourra certainement t'aider :
proc freq data=sashelp.class;
tables sex/binomial;
tables sex/binomial(level='M');
run;
Bon courage,
Steel
Une proc freq pourra certainement t'aider :
proc freq data=sashelp.class;
tables sex/binomial;
tables sex/binomial(level='M');
run;
Bon courage,
Steel
Aucune idée,
Je t'invite à regarder dans la SAS doc : http://v8doc.sas.com/sashtml/
et sur google ;-)
Je t'invite à regarder dans la SAS doc : http://v8doc.sas.com/sashtml/
et sur google ;-)