This package provides a linear regressive analysis concerning the main factor affecting the weight of new bornes
devtools::install_github('unimi-dse/19c75e7b')
the test1 dataset is made of 189 rows and 10 columns, regarding relevant charactreristics of mothers that has been use as indicators
read_data()
plot()
the function plot2() creates a bar chart rapresenting the mother'sweight in pounds at last menstrual period
plot2()
the function Regfunction() runs two multiple linear regression model: the firts one is a "total" multiple linear regression with all the parameters; the second one is a multiple linear regression with the parameters that are tested significat from the fist regression
regfunction()