Define the zα (z alpha) notation for z critical values of the standard normal distribution Z and
determine for α (alpha) = 0.0055.
, thus, . We use the following command in to get its value,
z=qnorm(0.9945)
The output for this command is,
> z
[1] 2.542699
Therefore, . This is the value that leaves an area of 0.0055 to the right of the standard normal tables.
Comments