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 number do you add to 17 to get 51
Basile [38]

Answer:

Go back to first grade

8 0
3 years ago
Read 2 more answers
Kim deposited $1,422 into a savings account. After 5 years, she had a total of $1,635.30 in her account. What is the interest ra
elena-14-01-66 [18.8K]

Answer:

1.3%

Step-by-step explanation:

3 0
3 years ago
Read 2 more answers
Diane has a rope that is 8 meters long. She cuts away a piece that is 1.67 meters long. How long is the remaining piece of rope?
Readme [11.4K]

Answer:

6.33 m

Step-by-step explanation:

Total length of the rope = 8 m

Cut length of the rope = 1.67 m

We need to find the remaining piece of the rope.

Remaining piece = Total length - cur length

= 8 m - 1.67 m

= 6.33 m

So, 6.33 m is the remaining piece of the rope.

3 0
3 years ago
(PLEASE HELP/NO SPAM) Which equation shows the function y=2^x translated 4 units left and 2 units down?
lianna [129]

Answer:

The answer is (h).

Step-by-step explanation:

When y = 2^x is shifted 4 units left, the x shifts 4 units to the left and x becomes (x+4). When the graph is shifted to units down, y has to be subtracted by 2.

The function becomes

y = 2^(x+4) -2.

Finally, you shift -2 to the same side as y.

This becomes

y+2 = 2^(x+4) which is (h)

5 0
3 years ago
What is the length of a diagonal of a cube with a side length of 10 cm? 200 cm 210cm 300 cm 320cm
Scilla [17]

Answer:

The length of the diagonal of the cube = √(3 × 10²) = √300 cm

Step-by-step explanation:

* Lets revise the properties of the cube

- It has six equal faces all of them are squares

- It has 12 vertices

- The diagonal of the cube is the line joining two vertices in opposite

 faces (look to the attached figure)

- To find the length of the diagonal do that:

# Find the diagonal of the base using Pythagoras theorem

∵ The length of the side of the cube is L

∵ The base is a square

∴ The length of the diagonal d = √(L² + L²) = √(2L²)

- Now use the diagonal of the base and a side of a side face to find the

 diagonal of the cube by Pythagoras theorem

∵ d = √(2L²)

∵ The length of the side of the square = L

∴ The length of the diagonal of the cube = √[d² + L²]

∵ d² = [√(2L²)]² = 2L² ⇒ power 2 canceled the square root

∴ The length of the diagonal of the cube = √[2L² + L²] = √(3L²)

* Now lets solve the problem

∵ The length of the side of the square = 10 cm

∴ The length of the diagonal of the cube = √(3 × 10²) = √300 cm

- Note: you can find the length of the diagonal of any cube using

 this rule Diagonal = √(3L²)

7 0
3 years ago
Read 2 more answers
Other questions:
  • HELPPPPPP PLEASEEEEEEE
    7·1 answer
  • What the answer to this problem
    15·1 answer
  • Square root of 50 + square root of 72
    11·2 answers
  • 5 times the sum of 8 and d
    12·1 answer
  • For question 6 pls help show work step by step
    12·1 answer
  • The coordinate grid above shows a pentagon. The pentagon is translated 1 unit to the left and 10 units down to create a new pent
    15·1 answer
  • Pls help me this is due in 6 minutes
    9·1 answer
  • If 3 basketball game tickets and 4 football game tickets were purchased for $50.25, and if 5 basketball game tickets and 5 footb
    10·1 answer
  • Graph: y + 2 = - 3/4 (x + 4)
    5·1 answer
  • What is the discriminant of the quadratic equation 2x² - x - 3=0?
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!