Question: USE PYTHON: Bivariate Analysis A bivariate analysis is used to find out if there is a relationship between two variables, measure the changes that occurred,

USE PYTHON: Bivariate Analysis
A bivariate analysis is used to find out if there is a relationship between two variables, measure the
changes that occurred, and to what extent. It is one of the simplest forms of statistical analysis.
According to the chosen variables in the previous report, perform the appropriate bivariate analysis. At
least two different techniques from the following list are expected:
contingency tables
regression analysis
correlation coefficients
hypothesis testing
Multivariate Analysis
A multivariate analysis is a set of statistical models that examine patterns in multidimensional data by
considering several data variables at once. It is an extension of bivariate analysis which means it involves
multiple variables at the same time to find correlation between them. Perform the appropriate
multivariate analysis. At least one technique from the following list is expected:
multiple linear regression
multiple logistic regression
multivariate analysis of variance (MANOVA)
Visualization
Select the suitable plot type to describe the data graphically; 3to 4bivariate visuals, 1
multivariate visual (other than a heatmap)
o Ensure to include all components of the graph
o Create a heatmap for numerical variables
Provide a brief comment for each visualization
You may use Power BI or Python/R to complete this task
Findings and Recommendations
While findings describe what is observed in the scope of statistical analysis, recommendations tie
specific opportunities to specific user needs, and they relate to valuable business objectives.
Interpreting findings in context yields recommendations.
The last section of this report is statistical analysis interpretation, which provides possible answers to some of the research questions. Make a list of research questions that you can solve with this data and carry out this last step an analysis of the answers to these questions with the information found in the bivariate and multivariate analysis. the information: MCI_CATEGORY Assault 123436Auto Theft 44670Break and Enter 42615Robbery 18696Theft Over 8125
(ROWS 237542,COLUMNS 21)COLUMNS: (TARGET: MCI_CATEGORY),(FEATURES: OCC_DATE', 'Month_Year', 'OCC_YEAR', 'OCC_MONTH', 'OCC_DAY', 'OCC_DOY', 'OCC_DOW', 'OCC_HOUR', 'PREMISES_TYPE', 'OFFENCE', 'NEIGHBOURHOOD', 'LONGITUDE', 'LATITUDE', 'Population', 'Labour_force', 'Employment_population', 'Unemployment_population', 'Unemployment_rate', 'Participation_rate', 'Employment_rate )
DATAFRAME: CRIIME_EMPLOY
numeric_columns_final ='OCC_YEAR', 'OCC_DAY', 'OCC_DOY', 'OCC_HOUR', 'LONGITUDE', 'LATITUDE',
'Population', 'Labour_force', 'Employment_population',
'Unemployment_population', 'Unemployment_rate', 'Participation_rate',
'Employment_rate'
Categorical_columns_final
'Month_Year', 'OCC_MONTH', 'OCC_DOW', 'PREMISES_TYPE', 'OFFENCE', 'MCI_CATEGORY', 'NEIGHBOURHOOD'],Date column: OCC _DATE .....THE RESEARCH QUESTIONS LIST WITH 10 QUESTIONS..

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!