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
Multiply the polynomial 3x2+4x+4)(2x-4)​
Lorico [155]

Answer:

\large \boxed{6x^{3} - 4x^{2} - 8x -16}

Step-by-step explanation:

(3x² + 4x + 4)(2x - 4)

The easiest method is probably to use long multiplication.

3x²  + 4x   + 4

<u>2x   -  4             </u>

6x³ +  8x² +  8x

<u>       - 12x² - 16x - 16</u>

6x³ -  4x² -   8x -16

\text{The product of the polynomials is $\large \boxed{\mathbf{6x^{3} - 4x^{2} - 8x -16}}$}

8 0
3 years ago
Read 2 more answers
Al simplificar la fraccion 150/600 a su mínima expresión se obtiene 15/6<br>​
zaharov [31]

Answer:

cierto

Step-by-step explanation:

8 0
3 years ago
Help plz I’m so confused
romanna [79]
Answer is 6/7
u never multiply the bottoms only the top so it will give u 6 since theyre both negatives
-
answer = 6/7
6 0
3 years ago
Read 2 more answers
What is 1/6 divided by 4/7 then that answer simplified
pshichka [43]
The answer is 7/24, it’s already simplified by the way.
7 0
3 years ago
Read 2 more answers
The difference of three times Faye’s age and four times Joshua’s age is 31. If Faye’s age is five more than twice Joshua’s age,
REY [17]

Answer:

Faye is 21

Step-by-step explanation:

Please let me know if you want me to add an explanation as to why this is the answer. I can definitely do that, I just wouldn’t want to write it if you don’t want me to :)

4 0
3 years ago
Other questions:
  • The equation above can be used to calculate the volume V, of a sphere with radius r. If the volume of a sphere is 288πcm3, what
    15·1 answer
  • 12 students share 3 pizzas equally what fraction of the pizza each student gets
    10·1 answer
  • Which set of ordered pairs represents a function?
    13·2 answers
  • Is this right i just wanted to make sure if my answer was right
    14·1 answer
  • This building is one of the most identifiable structures in its city skylines. It has a square foundation and 28 floors. The bui
    13·1 answer
  • If y=3x+2,find the value of y when x=-3
    5·2 answers
  • Hello me find the volume of the cone plz
    14·1 answer
  • Pls solve it as quick as you can​
    7·2 answers
  • Plz help ASAP! 10 points
    10·1 answer
  • Which ten thousand does 117,290 round to
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!