R Tutorial 25: z-scores with R

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

КОМЕНТАРІ • 6

  • @pega-ace6719
    @pega-ace6719 4 роки тому +1

    Thank you for the tutorial Professor! Sad to know the real life Olympics results were disrupted by doping but at least its still good for stats modelling :)

  • @killerkamatis2243
    @killerkamatis2243 3 роки тому +1

    how about the pnorm function?

    • @michaelgastner
      @michaelgastner 3 роки тому

      Can you please give more context?

    • @mayurdhage2478
      @mayurdhage2478 3 роки тому

      pnorm calcaulates the probability(area) for a selected value

  • @AnthonyLopez-di5vv
    @AnthonyLopez-di5vv Рік тому

    "Unfortunately, the answer is no...a function called 'scale()', which returns the zed scores, but not as a vector" ok, but you can just convert the scores into a vector with a single line of code. e.g.: ua-cam.com/video/YLWbtw766mA/v-deo.html

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

      I agree, @AnthonyLopez-di5vv! However, in this series of tutorials, I am deliberately keeping things simple for beginners who have not encountered matrices and may, therefore, get confused about the output.