PROC UNIVARIATE|Basic of PROC UNIVARIATE|Creating statistical reports using PROC UNIVARIATE

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 20

  • @fongvue1
    @fongvue1 2 роки тому +2

    Thank you so much. So easy to understand after watching your video!

  • @maggiema4435
    @maggiema4435 2 роки тому +2

    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!

    • @learnerea
      @learnerea  2 роки тому +1

      Glad you like them!
      And definitely, in sometime, will cover these all

  • @nareshyenni4416
    @nareshyenni4416 Рік тому +2

    Thank you , it is very informative

  • @SantySimbaVlogs
    @SantySimbaVlogs 2 роки тому +2

    Thanks for such amazing videos . can you please make video on Linear Regression in SAS

    • @learnerea
      @learnerea  2 роки тому

      Sure will do that soon, you should also give a try to python for this, it's very simple

  • @mamatharavi6765
    @mamatharavi6765 Рік тому

    Thank you, the video is very helpful. Can you please explain how to get trimmed mean in proc univariate

    • @learnerea
      @learnerea  Рік тому

      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;

  • @rahulsalve7543
    @rahulsalve7543 2 роки тому +2

    Thank you sir

  • @dharapatel9661
    @dharapatel9661 Рік тому +1

    thank u sir.

  • @BhawaniR
    @BhawaniR Рік тому +1

    Good example

  • @learningpharmacy6663
    @learningpharmacy6663 9 місяців тому

    Sir can you explain it descriptive.

  • @anassyed2560
    @anassyed2560 Рік тому

    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

    • @learnerea
      @learnerea  Рік тому

      Here is a whole playlist -
      ua-cam.com/play/PL4GjoPPG4VqMAGTXiPYBHXgBu9Da1qrOs.html

  • @abdulrahmanmohammed2601
    @abdulrahmanmohammed2601 2 роки тому

    Could you please add the video about bivariate analysis.

    • @learnerea
      @learnerea  2 роки тому

      Surely will do in sometime