Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using R Studio, Generate a standard normal random. using rnorm() Check whether this number is >1.96 or

Using R Studio,

Generate a standard normal random. using rnorm()

Check whether this number is >1.96 or <-1.96.

Replicate this 1000 times and count the number of observations that are greater than 1.96 or less than -1.96.

Calculate the ratio of this number to the the number of replications and see whether this is close to 0.05.

HINT:

num <- 0

for (i in 1 : 1000) {

+a <-

+

}

num/1000

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_2

Step: 3

blur-text-image_3

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

Climate And Environmental Database Systems

Authors: Michael Lautenschlager ,Manfred Reinke

1st Edition

1461368332, 978-1461368335

More Books

Students also viewed these Databases questions

Question

Define policy making?

Answered: 1 week ago

Question

Define co-ordination?

Answered: 1 week ago

Question

What are the role of supervisors ?

Answered: 1 week ago

Question

Comment should this MNE have a global LGBT policy? Why/ why not?

Answered: 1 week ago