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
Which row of the input/output table is incorrect?
zaharov [31]

Row A:   x = 3

y = 2x - 3

y = 2(3) - 3 = 3      This is correct

Row B: x = 5

y = 2x - 3

y = 2(5) - 3 = 7        This is correct

Row C: x = 7

y = 2x - 3

y = 2(7) - 3 = 11      this is correct

Row D: x = 10

y = 2x - 3

y = 2(10) - 3 = 17  THIS IS INCORRECT, SO ROW D

8 0
3 years ago
Yousuf needs 7 4/9 yards of fabric to make blanket for his mom for Mother’s Day. He found 3 1/3 yards of pink fabric. How much m
ad-work [718]
The answer is B!
Hoped I Helped!
If I’m wrong don’t blame me
6 0
3 years ago
Read 2 more answers
Find the distance between the two points (-4,6) and (3,-7)
Lesechka [4]

Answer:

( - 4.6) + (3. - 7) = 0.6

8 0
2 years ago
How do you find the radius of circles?
Andrei [34K]

Answer:

1.The radius to circumference formula is: C = 2πr.

2.The formula for radius to area is: A = πr2.

3. If you need to go from radius to diameter, multiply radius times 2 : d = 2r.

Step-by-step explanation:

8 0
3 years ago
Read 2 more answers
PLEASE HELP WITH BOTH OF THESE ASAP!
natima [27]

Answer:

can you zoom in on the screen please

Step-by-step explanation:

300

8 0
3 years ago
Read 2 more answers
Other questions:
  • This problem has to do with Fahrenheit and Celsius
    7·1 answer
  • These are math problems can you pls help me
    11·1 answer
  • Karen wants to find the surface area of this prism.
    15·1 answer
  • 3x- 5=1 what does x represent
    12·2 answers
  • Aubrey is making cone-shaped hats for a birthday party. She mistakenly thinks that she will need about 104 square inches of pape
    14·1 answer
  • Here’s an update someone helped me get this and it didn’t work
    13·1 answer
  • Use the order of operations to simplify<br><br> 2^3 + 6 <br><br> 1. 19<br> 2. 18<br> 3. 14
    13·1 answer
  • Factorise this (x-6)(x+2)
    7·2 answers
  • A pot of soup, currently 16°C above room temperature, is left out to cool. If that temperature
    9·1 answer
  • Please Help I Don't Understand!
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!