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 total cost? answer correctly for brainliest please and thank you!
rosijanka [135]
The total cost is $41.60
5 0
3 years ago
BEST ANSWER GETS TO BE BRAINLYEST!!!!!
Lera25 [3.4K]
Hey there!

"9 pounds more than" means that you'll be adding 9 to the expression. 

"half the weight w" means that you'll be calculating half of w each time you solve the equation, or 0.5w. 

Your entire expression will be 0.5w + 9. 

Hope this helped you out! :-) 
7 0
3 years ago
Read 2 more answers
Mr. Brown owned a house, which he rented for $60 a month. The house was assessed at $9000. In 1975 the rate of taxation was incr
sergiy2304 [10]

Answer:

Raised by $2.25/month

Step-by-step explanation:

9000/1000=9

28-25=3

3*9=27

27/12=$2.25

7 0
4 years ago
Help for 21 need help
AysviL [449]
53+53+53+53+53+53=318
if you add 53 six times you get 318

3 0
3 years ago
Read 2 more answers
Mary invests £12000 in a saving account.
ladessa [460]
A=Value of investment.
A=12000(1+0.015)^2
A= <span>£12362.70</span>
4 0
3 years ago
Other questions:
  • In triangle abc, ac=10, bc=8, angle b =90 degrees and angle bda = 90. how long is line bd
    9·1 answer
  • There are 946 milliliters in a quart. There are 2 pints in a quart. How many milliliters are in a pint?
    5·1 answer
  • A cylindrical pressure vessel has a height of 9 feet and a diameter of 6 feet. How much gas can the pressure vessel hold when fu
    13·2 answers
  • Find the common ratio for the following sequence. 27, 9, 3, 1, ... User: Find the common ratio for the following sequence. 1/2,-
    5·2 answers
  • I need help with a-d please (picture provided)
    7·1 answer
  • What is the sum of the measures of the interior angles formed by the boundary of this team pennant?
    7·2 answers
  • 5x=48-3x what does x equal
    15·2 answers
  • From a group of five boys and seven girls, two boys and three girls will be selected to attend a conference. In
    12·1 answer
  • If the triangles are similar which are true
    11·1 answer
  • Ryan called each school in the district to determine whether or not they have a recycling program. What is true about Ryan’s dat
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!