Questions Polynomial regression models return different values: `lm(dist ~ speed+I(speed^2), data=cars)` and `lm(dist ~ poly(speed, degree = 2), data = cars)` byMRJuly 24, 2023
Questions How to add coefficients to existing data base such that their effect on the final intercept is given? byMRSeptember 19, 2022
Questions How do I use the means of the columns of a matrix as prediction values in a linear regression in R? byMRMay 23, 2022
Questions is the `names_sep` argument in `tidyr::pivot_longer` flexible on string splitting? byMRMay 18, 2022