Question

Question 3 (24 points) The article Drift in Posturography Systems Equipped with a Piezoelectric Force Platform: Analysis and

I do not need help with a. Thank you for all of your help!

0 0
Add a comment Improve this question Transcribed image text
Answer #1

b)

x<-c(0.600,0.368,0.608,0.550,0.586,0.377,0.488,0.619,0.460,0.625)
y<-c(-0.9603,-0.9468,-0.9703,-0.9451,-0.9612,-0.9645,-0.9516,-0.9482,-0.9582,-0.9406)

scatter.smooth(y,x)
#install.packages("ggplot2")
library(ggplot2)

data <- data.frame("x" = x, "y" = y, "Name" = c("x","y"))

ggplot(data, aes(x=x, y=y)) +
geom_point()+
geom_smooth(method=lm, se=FALSE)

model<-lm(formula= y~x,data = data)
summary(model)
model
> summary (model) Cal1 1m (formula x, data = data) — у Residuals: Median 1Q -0.016050 0.006625 0.000071 Min 3Q Маx 0.008054 0

-0.94 -0.95 -0.96 -0.97 0.55 0.60 0.40 0.45 0.50 X А

The regression equation =

y0.9575210.005379(r)

c)

We want to see if the residuals follow a normal pattern for us to say that the data comes from a normal distribution and does not have heteroscedasticity.

100 0.0 0.5 1.0 -1.5 -1.0 -0.5 1.5 norm quantiles model$residuals -0.015 0.010 -0.005 0.000 0.005 0.010 о O

The residuals are normal and do not follow a pattern, so we can use t distribution for creating a confidence interval.

d)

Coef= 0.005379
SE= 0.034343
n=10
alpha=0.02
df= n-2

#Margin_of_error= critical value * standard error
critical_value= qt(1-alpha/2,df)
ME= critical_value*SE

#The lower and upper bounds are:

#Lower
Coef-ME

#Upper
Coef+ME

> Coef = 0.005 379 > SE= 0.034 343 > n=10 > alpha 0.02 > df= n-2 > #Margin_of_error= critical value > critical_value= qt (1-a

Add a comment
Know the answer?
Add Answer to:
I do not need help with a. Thank you for all of your help! Question 3...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • i need help with question b please solve b neatly thank you for your time :)...

    i need help with question b please solve b neatly thank you for your time :) 23. (20 points) The following reaction was run at 285°C: COCl2(g) CO(g) + Cla(g) An equilibrium mixture of the three gases in a 1.00 L flask contains 0.530 mol COCl 0.1168 mol CO and 0.1168 mol Cl2. a. Calculate the equilibrium constant kc for this reaction. Ke= (colccla] Icock (0.1168 mul) (0.1) 68) (0.530) ke=0.0257M or = 2.5X10-2M b. What is the value for...

  • I do not need help with a. Thank you for all of your help! Question 2 (30 points) The following table presents shear st...

    I do not need help with a. Thank you for all of your help! Question 2 (30 points) The following table presents shear strengths (in kN/mm) and weld diameters (in mm) for a random sample of spot welds. Diameter Strength 4.2 50.7 5.0 76.4 6.0 102.5 4.3 58.3 5.8 81.0 6.3 98.3 70.5 4.8 5.2 94.7 6.1 102.6 4.9 82.6 a) (6 points) Construct a scatterplot of strength versus diameter. Verify that a linear model is appropriate. b) (6 points)...

  • I really need your help to answer this question for Tables 1 - 5. Thank you...

    I really need your help to answer this question for Tables 1 - 5. Thank you so much I appreciate it!!! For each set of values, determine whether an exponential function is a good model. If so, find the function. If not, explain why. Part C-Linear and Exponential Models (possible 15 points) You can transform an exponential function into a linear function by taking the logarithm of each side. Since linear models are easy to recognize, you can then determine...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT