Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How can I shade the regions under the curve in R studio? This is my code: x=seq(from=-4,to=4,length.out=50) y

How can I shade the regions under the curve in R studio? This is my code:

x=seq(from=-4,to=4,length.out=50) y <- dt(x, df = 19) plot(x, y,type="l")

qt(c(.025, .975), df=19)

I have created a t-distribution and now I want shade the region under the curve from -4 to -2.093024 and from 2.093024 to 4. How can I do that in R studio?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Accounting And Auditing Research And Databases Practitioner's Desk Reference

Authors: Thomas R. Weirich, Natalie Tatiana Churyk, Thomas C. Pearson

1st Edition

1118334426, 978-1118334423

More Books

Students also viewed these Databases questions