How to make a 95% confidence interval in R - Normal Distribution

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ย. 2024

ความคิดเห็น • 21

  • @aarondorf8301
    @aarondorf8301 2 ปีที่แล้ว +4

    helpful and straight to the point. thanks so much

  • @gabbycampos4650
    @gabbycampos4650 หลายเดือนก่อน

    Thank you!!! very concise and helpful

  • @mackmyers4522
    @mackmyers4522 5 ปีที่แล้ว +14

    That mic quality though

  • @prazna4eva
    @prazna4eva 8 หลายเดือนก่อน

    How to use ci.95 with quantile to figure out the 95% confidence interval in R from a data set of 100 samples ( I am storing the median value initially). So ci.95= quantile (store_median, probs = c (.025, .975)). But this throws a syntax error “object ci.95 not found. Missing values and NaNs not allowed if na.RM is false). I am defining na.RM only in the obstat value later

  • @TesiaTruitt79
    @TesiaTruitt79 ปีที่แล้ว

    Thank you for not using a data set and showing this -

  • @einandaraung6860
    @einandaraung6860 2 ปีที่แล้ว +1

    Hello,
    Could you tell me about the CI for poisson Distribution.

  • @Borzacchinni
    @Borzacchinni 4 ปีที่แล้ว +1

    video on plotting a confidence ellipse is needed

  • @atasagun1437
    @atasagun1437 ปีที่แล้ว +1

    life saver

  • @gavinkingcome3732
    @gavinkingcome3732 4 ปีที่แล้ว +2

    Very helpful, many thanks.

  • @nooramirulasyraf3295
    @nooramirulasyraf3295 3 ปีที่แล้ว +2

    if 98% CI ,what is the qnorm

  • @arecineimportaciones
    @arecineimportaciones 3 ปีที่แล้ว +4

    HI. How can I change this 95 for 99 %? Because I want to do ANOVA

    • @seiun7833
      @seiun7833 ปีที่แล้ว

      I know this is late and I dunno what I'm talking about, but probably change the 0.975 to 0.995?

  • @kyc3722
    @kyc3722 6 ปีที่แล้ว +3

    i tried to use this formula but i got:
    > e = qnorm(0.975) * sd/sqrt(n)
    Error in qnorm(0.975) * sd : non-numeric argument to binary operator

    • @thatrnerd4265
      @thatrnerd4265  6 ปีที่แล้ว

      I'm not exactly sure what is causing that error. In the video I assign s to be the variable as opposed to sd, so that may be it. it should be:
      qnorm(0.975) * s/sqrt(n) - If you named your variable s.

    • @HenryXD20
      @HenryXD20 5 ปีที่แล้ว +5

      sd is the standard deviation function, you are trying to multiply a function by a number

  • @grfti1
    @grfti1 6 ปีที่แล้ว +2

    If you are using standard error instead of standard deviation, shouldnt you use the t-score instead of the z-score?

    • @thatrnerd4265
      @thatrnerd4265  6 ปีที่แล้ว +3

      You would use the t-score if you do not know the true population standard deviation. In this case we do, so we would use the z-score.
      Sometimes the equation will just look like ave +- z * std. dev / sqrt(n). Not necessarily calling the std. dev / sqrt(n) the standard error, so some people may not have heard "standard error" before.
      Hopefully that makes sense!

    • @unitynofear7758
      @unitynofear7758 2 ปีที่แล้ว

      @@thatrnerd4265 No, this is silly. If you know the population standard deviation then you wouldn't calculate a confidence interval for it LOL

  • @TheMrHinna
    @TheMrHinna 6 ปีที่แล้ว +1

    appreciate it m8

  • @markndiritu9156
    @markndiritu9156 2 ปีที่แล้ว +2

    Enlarge your data

  • @blkscreen15
    @blkscreen15 8 หลายเดือนก่อน

    not z-score but t-score