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
Whats the are partial products of 35 x 7?<br><br> (ITS NOT 245)
never [62]
Write it out then put put it as standard notation then multiply 7 with 30 and 5 then get answer and add it up and that would be ur final answer

5 0
3 years ago
Read 2 more answers
Complete the following statement. The conditional probability of B given A can be found by​ _______. a. adding​ P(A) and​ P(B).b
Ksju [112]

Answer: Assuming that event A has occurred

Step-by-step explanation:

7 0
3 years ago
Complete the following statement.<br> 90% of $20 =
dlinn [17]
18 dollars would be the answer
3 0
3 years ago
Read 2 more answers
I need an explainarion
xz_007 [3.2K]

Answer:

x=3

Step-by-step explanation:

The line of reflection would be at x=3. It’s like a mirror.  The reflection is backward, but the same distance from the line of reflection, so the line needs to be halfway between the two shapes.  Since C is at 4 and C’ is at 2, the line of reflection has to be at 3.

3 0
3 years ago
Consider the differential equation <img src="https://tex.z-dn.net/?f=%20x%5E%7B2%7D%20%20%5Cfrac%7Bdy%7D%7Bdx%7D%20%3D6%20y%5E%7
Nutka1998 [239]
As a Bernoulli equation:

x^2\dfrac{\mathrm dy}{\mathrm dx}=6y^2+6xy\iff x^2y^{-2}\dfrac{\mathrm dy}{\mathrm dx}-6xy^{-1}=6

Let z=y^{-1}\implies\dfrac{\mathrm dz}{\mathrm dx}=-y^{-2}\dfrac{\mathrm dy}{\mathrm dx}. The ODE becomes

-x^2\dfrac{\mathrm dz}{\mathrm dx}-6xz=6
x^6\dfrac{\mathrm dz}{\mathrm dx}+6x^5z=-6x^4
\dfrac{\mathrm d}{\mathrm dx}[x^6z]=-6x^4
x^6z=-6\displaystyle\int x^4\,\mathrm dx
x^6z=-\dfrac65x^5+C
z=-\dfrac6{5x}+\dfrac C{x^6}
y^{-1}=-\dfrac6{5x}+\dfrac C{x^6}
y=\dfrac1{\frac C{x^6}-\frac6{5x}}
y=\dfrac{5x^6}{C-6x^5}

With y(3)=6, we get

6=\dfrac{5(3)^6}{C-6(3)^5}\implies C=\dfrac{4131}2

so the solution is

y=\dfrac{5x^6}{\frac{4131}2-6x^5}=\dfrac{10x^6}{4131-12x^5}

which is valid as long as the denominator is not zero, which is the case for all x\neq\sqrt[5]{\dfrac{4131}{12}}.
8 0
3 years ago
Other questions:
  • Do you line plots display individual data
    7·1 answer
  • Justin is considering two websites for downloading music.The costs are detailed here.
    13·1 answer
  • A store pays $365.84 for a fountain. The store marks up the price by 10%.
    5·1 answer
  • Omlll, I'm actually stuck rn xD If anyone can help,i'd appreciate it so much!! Tyssmm!!!!!
    9·2 answers
  • This relation is a function:<br> {(5,-2), (6,-2),(7,-2), (8,-2)}<br> A.True<br> B.False
    12·1 answer
  • What is this help help help
    12·2 answers
  • The image below, what is true about angles 1, 2, and 3?
    8·2 answers
  • I think I have the answer but, I really need help with the steps!
    9·1 answer
  • Help pls!!!!!!!!!!!!!!!!
    9·1 answer
  • Would appreciate some help:,): solve by elimination please show steps<br> 4x-5y=-19<br> -x-2y=8
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!