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
PLS HELP MEEE !!!!!
kotykmax [81]

Answer:

5 terms

Step-by-step explanation:

x is one term

-3 is one term

2y is one term

-16 is one term

4x is one term

5 terms in total

7 0
2 years ago
Read 2 more answers
−6t−7=17 I can't figure out what t is?
Tanya [424]

Answer: t= -4

Step-by-step explanation:

-6t = 24

t = -4

4 0
3 years ago
Read 2 more answers
Q.1 Simplify :-<br><br>(i) (- 625 ) + 925 + 100 + (-200)​
Dmitrij [34]
825 - 625i

Hope it’s right
Best luck with your studying
3 0
2 years ago
Bruce's graduation picnic will cost $12 if it has 4 attendees. At most how many attendees can there be if Bruce budgets a total
ASHA 777 [7]

Answer:

6 peaple

Step-by-step explanation:

5 0
3 years ago
Read 2 more answers
Pictures of the problem is attached! :)
hjlf

Answer:

Step-by-step explanation:

16 x 28% = 4.48

16 x 72% = 11.52

16 x 172% = 27.52

16 x 128% = 20.48

---------------------------------------------------------------

I dont know for the second one, sorry-

8 0
2 years ago
Other questions:
  • Each prize for a carnival booth costs $0.32. How many prizes can you buy with $96?
    13·2 answers
  • Round 2.357 to the nearest tenth.
    9·2 answers
  • 1,418÷22 in compatible numbers?With Two estimates!
    11·1 answer
  • Can someone help me with this. Will Mark brainliest.
    8·1 answer
  • Solve the equation: 6x - 4 + 2(5x + 2) = 16x*
    9·1 answer
  • Please answer !! thanks
    10·1 answer
  • Find the perimeter. Simplify your answer.
    15·1 answer
  • Rewrite the function by completing the square.<br><br> f(x)=x^2-4x-26
    6·1 answer
  • What are the coordinates of a point P(x, y)
    12·1 answer
  • I need the work for it too.
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!