1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
nalin [4]
3 years ago
10

The ABX Company is interested in conducting a study of the factors that affect absenteeism among its≈α= 0.05

Mathematics
1 answer:
musickatia [10]3 years ago
4 0

Answer:

import pandas as pd

import import statsmodels.api as sm

dataframe = pd.read_csv(Your model)

mod = sm.OLS(formula = ABSENT ~ COMPLX + SENING+FS1+FS2+FS3+FS4)

res = mod.fit()

print(res.summary())

Step-by-step explanation:

Using python you can load the dataframe using pandas library. Once you have your pandas library imported to the system you can also import the statsmodels.api  module. What you do is this. You fit the model using the variables mentioned "COMPLX" ,"SENINV","FS1","FS2","FS3", once you fit the model you use .summary() and that will give you a summary of each coefficient and the level of significance,  the level of significance must be less than 5% in order to be significant. The code would look like this.

import pandas as pd

import import statsmodels.api as sm

dataframe = pd.read_csv(Your model)

mod = sm.OLS(formula = ABSENT ~ COMPLX + SENING+FS1+FS2+FS3+FS4)

res = mod.fit()

print(res.summary())

You might be interested in
What is the probability of picking an i in the word Georgia?
goblinko [34]
GEORGIA......there is only one " I " .....and a total of 7 letters

probability of picking " I " is 1/7
5 0
3 years ago
Read 2 more answers
How do you solve 9 tenths minus 13 fiftenths
Elena L [17]

Answer:

0.04

Step-by-step explanation:

1. 9/10 = 0.9 and 13/15 = 0.86

2. Subtract 0.9 and 0.86

3. You should end up with 0.04

Remember when a number goes like 0.86666666666 to use 0.86 or if it has 0.86666666667 to use 0.87 because you would be simplifying it.

4 0
2 years ago
Two questions in one.
s2008m [1.1K]
Question 1: 4.375/10 of an hour (or 26.25 minutes)
4 0
2 years ago
Show me how to do the steps to solve this math problem: Tom has a can of paint that covers 37 1/2 square meters.Each board on th
ki77a [65]
He can paint 200 boards
8 0
3 years ago
Help me please I really struggling ​
Naya [18.7K]

Answer:

pretty sure the middle is the not in the business class like where f and b meet

8 0
3 years ago
Other questions:
  • A triangle has sides with lenghs of 3x+3 ,2x+2 and 4x-1. what is the perimiter of the triangle
    15·1 answer
  • Find all points on the x axis 5 units away from the point (4,-4)
    11·1 answer
  • Which letter labels a vertex?<br> A only<br> B<br> C<br> Аand D
    13·1 answer
  • What is the median of the data set? <br><br><br>17, 40, 23, 44, 44, 30 <br>​
    12·2 answers
  • Of the girls on the Alden Middle School soccer team, % also play on a travel team. How many of the girls on the middle school te
    11·1 answer
  • Math work pls help :)​
    9·1 answer
  • The ages, in years, of employees at a fabric store are represented by the box-and-whisker plot shown.
    11·1 answer
  • Find the value of y ​
    15·1 answer
  • Max's Market sells 6 eggs for £1.98.
    6·2 answers
  • Help help math math math
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!