How do I find the P-value for a right tailed test with n = 19 and t = 2.599?
↳Redirected from
"Suppose that I don't have a formula for #g(x)# but I know that #g(1)
= 3# and #g'(x) = sqrt(x^2+15)# for all x. How do I use a linear approximation to estimate #g(0.9)# and #g(1.1)#?"
1 Answer
Apr 16, 2018
p-value =
Explanation:
So you can use the program r-studio to solve this problem.
So since we know that its a right tailed test, with sample size (n)
So i R-studio i would type:
Where pt is the command, t is the t value and n is the sample size.
This gives the p value:
