9.11 Poisson Regression: Model Assumptions

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This video presents the model assumptions made when fitting a poisson regression model.
    These videos support a course I teach at The University of British Columbia (SPPH 500), which covers the use of regression models in Health Research. These videos were put together to use for remote teaching in response to COVID.
    ►► Watch More:
    ► Statistics Course for Data Science bit.ly/2SQOxDH
    ►R Course for Beginners: bit.ly/1A1Pixc
    ►Getting Started with R using R Studio (Series 1): bit.ly/2PkTneg
    ►Graphs and Descriptive Statistics in R using R Studio (Series 2): bit.ly/2PkTneg
    ►Probability distributions in R using R Studio (Series 3): bit.ly/2AT3wpI
    ►Bivariate analysis in R using R Studio (Series 4): bit.ly/2SXvcRi
    ►Linear Regression in R using R Studio (Series 5): bit.ly/1iytAtm
    ►ANOVA Statistics and ANOVA with R using R Studio : bit.ly/2zBwjgL
    ►Hypothesis Testing Videos: bit.ly/2Ff3J9e
    ►Linear Regression Statistics and Linear Regression with R : bit.ly/2z8fXg1
    Follow MarinStatsLectures
    Subscribe: goo.gl/4vDQzT
    website: statslectures.com
    Facebook: goo.gl/qYQavS
    Twitter: goo.gl/393AQG
    Instagram: goo.gl/fdPiDn
    Our Team:
    Content Creator: Mike Marin (B.Sc., MSc.) Senior Instructor at UBC.
    Producer and Creative Manager: Ladan Hamadani (B.Sc., BA., MPH)
    These videos are created by #marinstatslectures to support some statistics courses at the University of British Columbia (UBC) (#IntroductoryStatistics and #RVideoTutorials ), although we make all videos available to the everyone everywhere for free.
    Thanks for watching! Have fun and remember that statistics is almost as beautiful as a unicorn!
    #statistics #rprogramming

Комментарии • 2

  • @ProfArunkumarDubey
    @ProfArunkumarDubey 3 года назад

    Nice

  • @angeldelrey2054
    @angeldelrey2054 3 года назад

    Hi Marin!
    Do you have any online material to teach how to simulate data with conditions?
    For ex. simulate:
    2 variables x and y with a linear correlation of 0.82 between them.
    2 variables x and y with a non-linear correlation of 0.82 between them.
    3 variables (x,y and z) with a correlation of 0.82 btw x and y and a correlation of 0.90 btw y and z
    etc.
    It is for teaching purposes.
    For me is easy to simulate X groups with a mean difference of Y by creating random values for concrete distributions but not the above examples
    Thanks in advance, love your lessons!