Question

In a certain type of metal test specimen, the normal stress on a specimen is known to be functionally related to shear resist
0 0
Add a comment Improve this question Transcribed image text
Answer #1

x=C(26.8,25.4,28.9,23.6,27.7,23.9,24.7,28.1,26.9,27.4,22.6,25. 6) the critical value for this test required is table value of> plot (model, which=1) The prediction of y when x=24.5 using R can be obtained as below > new=data.frame (cbind (x=24.5)) >> x=C (26.8,25.4,28.9,23.6,27.7,23.9,24.7,28.1,26.9,27.4,22.6,25.6) > y=c (26.5, 27.3, 24.2, 27.1,23.6,25.9,26.3, 22.5,21.7,2

R-code

x=c(26.8,25.4,28.9,23.6,27.7,23.9,24.7,28.1,26.9,27.4,22.6,25.6)
y=c(26.5,27.3,24.2,27.1,23.6,25.9,26.3,22.5,21.7,21.4,25.8,24.9)

model=lm(y~x)
summary(model)

confint(model, 'x', level=0.95)

summary(x)

new=data.frame(cbind(x=24.5))
new
predict(model,new)

plot(model,which=2)
plot(model,which=1)

Add a comment
Know the answer?
Add Answer to:
In a certain type of metal test specimen, the normal stress on a specimen is known...
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
  • 26.6 273 21.2 23,6 In a certain type of metal test specimen, the normal stress on...

    26.6 273 21.2 23,6 In a certain type of metal test specimen, the normal stress on a specimen is known to be functionally related to the shear resistance. The following is a set of coded experimental data on the two variables Normal Stress, Shear Resistance, u 26.8 25.1 28.9 23.6 27.1 27.7 23.9 25.0 21.7 26.3 28.1 22.5 26.9 21.7 27.4 21.1 22.6 25,8 24.9 (a) Estimate the regression line Myjx = Bo + Bx. (b) Estimate the shear resistance...

  • DO QUESTION TWO ( 2 ) all parts following table. Specimen Effective NormalShear Stress at Failure Stress (psf(psf)...

    DO QUESTION TWO ( 2 ) all parts following table. Specimen Effective NormalShear Stress at Failure Stress (psf(psf) 500 1000 2000 385 750 1510 1. Interpretation of direct shear test results (7 pts) Plot the three data points (A, B, and C) and determine the effective stress friction angle, If you decide to perform another test with an effective normal stress of 1500 psf, what do you predict the shear stress at failure will be? a. for the soil. b....

  • A group of physics students collected data from a test of the projectile motion problem that...

    A group of physics students collected data from a test of the projectile motion problem that was analyzed in a previous lab exercise (L5). In their test, the students varied the angle and initial velocity Vo at which the projectile was launched, and then measured the resulting time of flight (tright). Note that tright was the dependent variable, while and Vo were independent variables. The results are listed below. (degrees) Time of Flight (s) Initial Velocity V. (m/s) 15 20...

  • A series of three Direct Shear Tests have been conducted on a certain soil type. The...

    A series of three Direct Shear Tests have been conducted on a certain soil type. The tests were performed on a circular 10 cm-diameter soil sample. The results of these tests taken at the peak failure stress are as follows: Normal Load Shear Load Normal Stress | Shear Stress Test Number (kN) (kN) (kPa) (kPa) 1.178 0.785 1.963 1.374 2.356 256 1.571 a) Use the space provided below to plot the failure envelope and obtain the shear strength parameters. T...

  • 5. So far in our linear modeling, we have assumed that Ylz ~ NA,+Az,σ2); that is, there is a normal distribution of common variance around the regression line. Here, we change this up! Suppose that X...

    5. So far in our linear modeling, we have assumed that Ylz ~ NA,+Az,σ2); that is, there is a normal distribution of common variance around the regression line. Here, we change this up! Suppose that X~Unif(0, 1) and that for a given r, we know YlN(,22). (Here, the regression lne is 01z and the variance around the regression grows as r grows.) a. In R, figure out how to generate 1000 data points that follow this model and plot them....

  • 5. So far in our linear modeling, we have assumed that Ylx ~ N(Ao +Ax, σ2); that is, there is a normal distribution of common variance around the regression line. Here, we change this up! Suppose tha...

    5. So far in our linear modeling, we have assumed that Ylx ~ N(Ao +Ax, σ2); that is, there is a normal distribution of common variance around the regression line. Here, we change this up! Suppose that X~Unif (0, 1) and that for a given a, we know Y~N(x, a2). (Here, the regression line is 0 1r and the variance around the regression grows as a grows.) a. In R, figure out how to generate 1000 data points that follow...

  • Electronic This assignment requires plotting. Your plots should be to scale and neat. plotting is fine. Make sure a...

    Electronic This assignment requires plotting. Your plots should be to scale and neat. plotting is fine. Make sure all of your plots have "square" scales to appropriately represent shear strength and Mohr circles. A set of three direct shear tests was performed on a compacted sand. The effective normal stress and the shear stress at failure from the three tests are provided in the following table. Effective Normal 500 1000 2000 Shear Stress at Failure (psf) 385 750 1510 Specimen...

  • 2. [-16.5 Points] DETAILS DEVORESTAT9 12.E.021. MY NOTES ASK YOUR TEACHER PRACTICE ANOTHER Wrinkle recovery angle...

    2. [-16.5 Points] DETAILS DEVORESTAT9 12.E.021. MY NOTES ASK YOUR TEACHER PRACTICE ANOTHER Wrinkle recovery angle and tensile strength are the two most important characteristics for evaluating the performance of crosslinked cotton fabric. An increase in the degree of crosslinking, as determined by ester carboxyl band absorbance, improves the wrinkle resistance of the fabric (at the expense of reducing mechanical strength). The accompanying data on x = absorbance and y = wrinkle resistance angle was read from a graph in...

  • Create the printout necessary for conducting a SLR analysis of your project data. Use y=price as...

    Create the printout necessary for conducting a SLR analysis of your project data. Use y=price as your dependent variable and x=mileage/size as your independent variable. Copy and paste the printout here: Least Squares Linear Regression of Asking Predictor Variables               Coefficient            Std Error                    T              P Constant                 22790.9               1314.55                17.34     0.0000 Mileage              -0.09109               0.03153                -2.89       0.0051 R²                              0.1026               Mean Square Error (MSE) 1.102E+07 Adjusted R²              0.0903               Standard Deviation             3319.84 AICc                        1220.5 PRESS                   8.47E+08...

  • Question 312 marks An study was conducted using data from pedometers of 68 randomly selected part...

    Question 312 marks An study was conducted using data from pedometers of 68 randomly selected participants. The researchers wanted to know if the number of steps taken by a participant (Steps) could be predicted using the time they spent walking (Minutes). The data are available on MyUni in the file Steps.csv. 2 (a) Produce a scatterplot of Steps vs Minutes and describe any relationship between these two variables. (b) Perform a linear regression analysis on this data in MATLAB and...

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