Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using R Studio *Directions*: * Write your R code inside the code chunks after each question. * Write your answer comments after the '# sign.
Using R Studio
*Directions*: * Write your R code inside the code chunks after each question. * Write your answer comments after the '#\" sign. * To generate the word document output, click the button 'Knit' and wait for the word document to appear. * RStudio will prompt you {only once} to install the 'knitr' package. * Submit your completed laboratory exercise using Blackboard's Turnitin feature. Your Turnitin upload link is found on your Blackboard Course shell under the Laboratory folder. iii: For this exercise, you will need to use the package 'mosaic' to find numerical and graphical summaries. \"'{r warning=FAL5EJr message=FALSE} # install package if necessary if [lrequire[mosaic]] install.packages('mosaic'] # load the package in R library[mosaic] # load the package mosaic to use its functions ~~\\ 1. The study \"Digital Footprints" [[Pew Internet and American Life Project] (\"Digital Footprints" (Pew Internet and American Life Project]] reported that 4T\\% of Internet users have searched for information about themselves online. The 4?\\% figure was based on a random sample of Internet users. Suppose that the sample size was 'n = 436'. i] Use this information to estimate the true proportion of Internet users who searched information about themselves using a default 95\\% confidence interval. ii) Repeat [1} but instead use a QB\\% Confidence Level. Use function 'prop.test()'. iii) What is the main difference between the intervals computed in (i) and (ii)? What do you think is the role of the confidence level in determining the precision of the confidence interval estimate? 2. The article ["651 Effect Has Juries Wanting More Evidence" (USA Today, 2064)] (https:ffusatoday3.usatoday.comfnewsfnationfGA-B-BS-csi-effect_x.htm) examines how the popularity of crime-scene investigation television shows in influencing jurors' expectation of what evidence should be produced at a trial. In a survey of 503 potential jurorsF one study found that 356 were regular watchers of at least one crime-scene forensics television series. 1} Assuming that it is reasonable to regard this sample of 563 potential jurors as representative of potential jurors in the US, use the given information to construct and interpret a 95\\% confidence interval for the proportion of all potential jurors who regularly watch at least one crime-scene investigation series. ii] Using the same sample proportion as part {i}r construct a 95\\% confidence interval for same proportion but instead use a sample size of 59. iii) What is the main difference between the confidence intervals computed in part (i) and (ii)? What do you think is the role of the sample size in determining the precision the confidence interval estimateStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started