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
Plz help !! Needed to graduate
Eddi Din [679]

x {}^{2}  - x -  \frac{5}{2}  = 0
(1±√(1-4(1)(-5/2))/(2)

(1±√1+10)/(2)

\frac{1  +     \sqrt{11} }{2}  \\  \frac{1 -  \sqrt{11} }{2}


8 0
3 years ago
Tracie and Marcia drove to Northern California to see Marcia’s sister in Eureka. Tracie drove one hour more than four times as m
Murrr4er [49]
Answer: 17 hours

If you would like further explanation let me know. :)
5 0
3 years ago
During a certain epidemic, the number of people that are
qaws [65]

9514 1404 393

Answer:

  1367 people

Step-by-step explanation:

The wording "a rate proportional to the number" indicates the function is exponential. The growth factor is 1200/1000 = 1.2 in 7 days, so the exponential function can be written ...

  i(t) = 1000(1.2^(t/7))

After 12 days, the number infected is modeled as ...

  i(12) = 1000(1.2^(12/7)) ≈ 1367

About 1367 people are infected 12 days after discovery.

8 0
3 years ago
What information does the diagram add to help you
diamong [38]

Answer:

A   The engine is powered by steam, which is created when wood burned in the furnace heats water in the boiler turns it to steam

Step-by-step explanation:

I took the quiz

7 0
3 years ago
Read 2 more answers
1. Estimate the product of 65.3 and 5.6.
Helen [10]
First one is C
second one is D
their one also D
3 0
3 years ago
Other questions:
  • The scale drawing of a building has a width of 4 inches and a height of 8 inches. If the width of the actual building is 32 feet
    15·1 answer
  • Identify the variable expression that is not a polynomial.
    15·2 answers
  • 200 divided by 54 times 15 times 6 equals?
    13·1 answer
  • What is the result of converting 0.85 liters into milliliters
    10·2 answers
  • I need help plzz!! Just box number 4, TY
    15·1 answer
  • CAn someone please answer this I’ll give brainliest
    11·1 answer
  • The Angle of depression from the top of the flagpole to an object on the ground it's 33° if the object is 60 feet from the base
    5·1 answer
  • Tell whether the angles are complementary or supplementary. Then find the value of x.
    10·2 answers
  • Look at the stem-and-leaf plot. What is the range of the numbers?
    13·2 answers
  • Line s has an equation of y=1/3-X-5. Line t is perpendicular to line s and passes through (-2, 9). What is the equation of line
    12·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!