Video není dostupné.
Omlouváme se.

Statistics using R programming - Multiple linear regression with R

Sdílet
Vložit
  • čas přidán 1. 04. 2024
  • • Statistics using R pro...
    When there’s more than one predictor variable in a linear regression model, it is called multiple linear regression. Predictors here can include the power of X, and interaction between different explanatory variables.
    fit = lm(Murder ~ pred1 + pred2 + pred3, data=df)
    summary(fit)
    #statistics
    #rprogramming
    #probability
    #rstudio
    #linearregression
    #regression
    #multiple
    #rdatacode

Komentáře •