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 surface area of the triangular prism?​
AlladinOne [14]

Answer:

<h3>The surface area of the prism is A prism=204m2</h3>

Step-by-step explanation:

Area is the space that is contained in a two-dimensional figure.

Surface area is the total area of all of the sides and faces of a three-dimensional figure.  

To find the surface area, the area of each face is calculated and then add these areas together.

To find the area of a rectangle, multiply the length by the width .

From the graph the length of the rectangle is 10 m and the width is 8 m. Therefore, the area of the bottom face is

From the graph the length of the rectangle is 10 m and the width is 5 m. Therefore, the area of one of the rectangular side faces is

To find the area of a triangle use the following formula  where b is the base and h is the height.

From the graph the base of the triangle is 8 m and the height is 3 m. Therefore, the area of one of the triangular faces is

The surface area of the prism is the sum of the area of the bottom face, the area of the two rectangular side faces, and the area of the two triangular faces

<h3>brain liest me pls</h3>
8 0
3 years ago
Find the measure of the angle.....<br><br> Can anyone help???
Musya8 [376]

Answer:

76

Step-by-step explanation:

A full triangle is 180 *always remember

180-153=27

so r is 27

180-77-27=76

or you could do

77+27+x=180

104+x=180

x=180-104

x=76

6 0
3 years ago
What is the measure of the hypotenuse?
SVETLANKA909090 [29]

Answer:

To find the hypotenuse you need to use the Pythagorean Theorem which is

a^2+b^2=c^2

Where a and b are your two sides and c is your diagonal line

So you want to plug the numbers in for the right variables

5^2+12^2=c^2

We want to find what c equals so we are first gonna simplify

25+144=c^2

we take 5^2=25, and 12^2=144, then we add them together 25+144=169

169=c^2 now you want to take 169 and square root it because the opposite of squaring is taking it by the root square

The square root of 169=13

Your hypotenuse is 13

Hope this helps ;)

4 0
3 years ago
Read 2 more answers
Krutika and Natasha win some money and share it in the ratio 3:4. Krutika gets £39. How much did Natasha get?
grin007 [14]

Answer:

22.28 Pounds

Step-by-step explanation:

Add 3+4=7

39 ÷ 7=5.57

Because Natasha has the ratio of 4 she would get

5.57 × 4=22.28

Answer=22.28

4 0
3 years ago
Explanation please I need to know how you got the answer thank you!
Blababa [14]

Answer:

19.6, B

Step-by-step explanation:

To solve, we need to figure out how many gallons of white paint she needs for every gallon of brown paint.

We are given this equation.

5 gallons of brown paint = 7 gallons of white paint

Divide both sides by 5.

1 gallon of brown paint = 7/5 gallons of white paint = 1.4 gallons of white paint

Now, using this, substitute 14 into the left side.

14 gallons of brown paint = 1.4 * 14 gallons of white paint

14 gallons of brown paint = 19.6 gallons of white paint

Thus, the answer is B, 19.6 gallons

8 0
2 years ago
Other questions:
  • What are three equivalent ratios to 18:4
    5·2 answers
  • The sum of a number b and 7.5 is 4.8
    10·1 answer
  • Solve W= F(b+R), for b
    15·2 answers
  • Solve 5x+2y=4 x-y=5 (by elimination)I really need help
    15·1 answer
  • 1) How can the properties of exponents help solve logarithmic equations?
    14·1 answer
  • Add 31g+22 and -13g+17
    8·1 answer
  • I really need help also if you could expalin it that would help alot!<br> ABC=DBC, AB=10 AC=7 DC=?
    15·2 answers
  • In a classroom, 1/6 of the students are wearing blue shirts, and 2/3 are wearing white shirts. There are 36 students in the clas
    8·1 answer
  • A motel has 20 rooms. If the manager charges $60 per room per night, all the rooms will be rented. For each $5 increase, one les
    9·1 answer
  • What is 6÷2(1+2)<br><br>someone help ​
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!