Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database Design A Practical Approach

Authors: Marilyn Campbell

1st Edition

1587193175, 978-1587193170

More Books

Students also viewed these Databases questions

Question

What is one of the skills required for independent learning?Explain

Answered: 1 week ago