Beta Distribution in R

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 16

  • @jonashofstetter7774
    @jonashofstetter7774 4 роки тому +4

    This is a great video! Thank you!

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

    It will be usefull to write the function representing the beta distribution (density for example)

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

    Great video, thank you so much!

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

      You are welcome

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

    Thank you so much, This video was a great help

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

    Would you consider doing a video on beta regression in R also? This was great!

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

      Beta regression would require many more videos. Once I get a free moment I will start working on it.

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

      @@EdBoone Hey, no rush! Thank you!!

  • @lemyul
    @lemyul 5 років тому

    thank you for sharing your knowledge

  • @0xcoder
    @0xcoder 6 років тому

    Thanks for the video!

  • @johanasolis4334
    @johanasolis4334 4 роки тому

    One question please! . The Beta distribution is the same that Beta -Binomial?

    • @EdBoone
      @EdBoone  4 роки тому +1

      No. We will get there. Beta binomial is for predictive distributions.

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

    if a dependant variable has a value as 0 or 1 then betareg() gives error. Can you tell how to transform such a dependent variable so that all values come between 0 and 1 in R ?

  • @michaeljacobson5468
    @michaeljacobson5468 4 роки тому

    Is there a way to make it a step CDF plot? I see your plot is continuous

    • @michaeljacobson5468
      @michaeljacobson5468 4 роки тому

      type = 's' worked

    • @EdBoone
      @EdBoone  4 роки тому

      Hi Michael. Yes there is but it is not nearly as easy. Are you looking to make an empirical one or one from an existing discrete distribution?