I watched most of your videos. Thanks for all the amazing videos. I think your videos are the best SAS tutoring videos I can find on youtube. Could you please make videos on proc glm, proc anova, proc reg, proc mixed, proc lifereg, proc logistic, proc genmod, proc phreg? Thanks a million!
here is an example - proc univariate data=your_data; var your_variable; trimmedmeans /* Specify the TRIMMEDMEANS option */ pctltrim=5 /* Trim 5% from each tail (you can adjust this percentage) */ mean /* Calculate trimmed mean */ printall; /* Print summary statistics */ run;
Thank you so much. So easy to understand after watching your video!
Glad it helped!
I watched most of your videos. Thanks for all the amazing videos. I think your videos are the best SAS tutoring videos I can find on youtube. Could you please make videos on proc glm, proc anova, proc reg, proc mixed, proc lifereg, proc logistic, proc genmod, proc phreg? Thanks a million!
Glad you like them!
And definitely, in sometime, will cover these all
Thank you , it is very informative
Glad it was helpful
Thanks for such amazing videos . can you please make video on Linear Regression in SAS
Sure will do that soon, you should also give a try to python for this, it's very simple
Thank you, the video is very helpful. Can you please explain how to get trimmed mean in proc univariate
here is an example -
proc univariate data=your_data;
var your_variable;
trimmedmeans /* Specify the TRIMMEDMEANS option */
pctltrim=5 /* Trim 5% from each tail (you can adjust this percentage) */
mean /* Calculate trimmed mean */
printall; /* Print summary statistics */
run;
Thank you sir
thank u sir.
❤
Most welcome
Good example
Glad you liked it
Sir can you explain it descriptive.
Sir, please ping that link of statistical terms explained in video which you told that already made the video for that. 6:00 - 6:05
Here is a whole playlist -
ua-cam.com/play/PL4GjoPPG4VqMAGTXiPYBHXgBu9Da1qrOs.html
Could you please add the video about bivariate analysis.
Surely will do in sometime