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
kim practices soccer each day. she made a chart of the number of shots she made and the goals she scored. find the equation that
Sedaia [141]

Answer:4x

Step-by-step explanation:

8 0
2 years ago
Kurt has two piggy banks. He is going to deposit all of his money in his savings account. His blue piggy bank has $23.75 in it.
poizon [28]
Add the two amounts $23.75 +$76.12 = $99.87
3 0
3 years ago
a circular garden with a radius of 8 ft is surrounded by a circular path with a width if 3 ft what is the approximate area of th
Musya8 [376]

Answer:

about 18.8496 ft squared

Step-by-step explanation:

find the area of the garden and the path together. About 69.115 ft squared.

Then find the area of the garden. About 50.2654 ft squared. Then subtract.

6 0
3 years ago
Select the sentence that explains the error in the given statement.
horsena [70]
The answer is two after closely examining your problem
4 0
3 years ago
What is the equation of the line in slope-intercept form with slope -3/2 and y-intercept -5?
V125BC [204]

About Slope Intercept Form:

  • y = mx + b
  • m represents the slope
  • b represents the y-intercept or AKA the starting point

ABOUT PROBLEM:

  • Since -3/2 is the slope, it represents m in Slope Intercept Form
  • Since -5 is the y-intercept, it represents b in Slope Intrecept Form

y = mx + b

y = -3/2x + -5 --- IN Slope Intercept Form


Hope this helps you!!! :)


5 0
3 years ago
Other questions:
  • given: m<1=m<2,m<2=m<3. prove:m<1=m<3. write a two column proof ...geometic proof
    7·1 answer
  • You need to find the distance across a river, so you make a triangle. BC is 661 feet, m∠B=103.2° and m∠C=14.4°. Find AB. A. 299
    9·2 answers
  • What is the value of the number 2 if it is in the ten-thousands place?
    15·1 answer
  • What is three fifths<br> as a​ percent?
    10·2 answers
  • Pleaseeeeee will give brainliest 30 pointss A car manufacturer is reducing the number of incidents with the transmission by issu
    8·1 answer
  • HELPPPPPPPPPPPPPPPPPPPPPPPPP
    14·1 answer
  • A random sample of 146 recent donations at a certain blood bank reveals that 81 were type A blood. Does this suggest that the ac
    13·1 answer
  • Which properties justify the steps taken to solve the system 4x + 3y =25 2x + 5y=19 ​
    13·1 answer
  • Find the total distance the model airplane
    7·1 answer
  • Please solve the following question.
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!