library(tidyverse)Warning: package 'tidyverse' was built under R version 4.4.2
Warning: package 'dplyr' was built under R version 4.4.2
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
✔ dplyr 1.1.4 ✔ readr 2.1.5
✔ forcats 1.0.0 ✔ stringr 1.5.1
✔ ggplot2 3.5.1 ✔ tibble 3.2.1
✔ lubridate 1.9.3 ✔ tidyr 1.3.1
✔ purrr 1.0.2
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
library(here)Warning: package 'here' was built under R version 4.4.2
here() starts at C:/Users/H P/OneDrive - The Goose and Duck/Desktop/mlinear final
library(broom)Warning: package 'broom' was built under R version 4.4.2
library(broom.helpers)Warning: package 'broom.helpers' was built under R version 4.4.2
library(haven)Warning: package 'haven' was built under R version 4.4.2
library(gtsummary)Warning: package 'gtsummary' was built under R version 4.4.2
Attaching package: 'gtsummary'
The following objects are masked from 'package:broom.helpers':
all_categorical, all_continuous, all_contrasts, all_dichotomous,
all_interaction, all_intercepts
library(dplyr)
library(corrplot)Warning: package 'corrplot' was built under R version 4.4.2
corrplot 0.95 loaded
library(knitr)Warning: package 'knitr' was built under R version 4.4.2
library(readxl)Warning: package 'readxl' was built under R version 4.4.2
library(janitor)Warning: package 'janitor' was built under R version 4.4.2
Attaching package: 'janitor'
The following objects are masked from 'package:stats':
chisq.test, fisher.test
library(skimr)Warning: package 'skimr' was built under R version 4.4.2
library(GGally)Warning: package 'GGally' was built under R version 4.4.2
Registered S3 method overwritten by 'GGally':
method from
+.gg ggplot2
library(rsq)Warning: package 'rsq' was built under R version 4.4.2