Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The command rnorm generates random numbers from a normal distribution. The numbers are based on the normal distribution. Please show me how to create a
- The command "rnorm" generates random numbers from a normal distribution. The numbers are based on the normal distribution.
- Please show me how to create a vector of 10 numbers using the mean of 100 and a standard deviation of 1. Find the mean and standard deviation of the vector. (please cut and paste the computation formulas)
- Repeat the process from above, but change the standard deviation from 1 to 10. Find the mean and standard deviation of the new vector. Characterize the change. (What happened?) What does that say about scores with larger variations? Please cut and paste the output here.
- Repeat the process from above, but now change the number of output elements from 10 to 100. Characterize the change.(What happened?) What does that say about sample size?
- A researcher wants to know if people on vacation, engage in an "inner dialogue" less than when working.The researcher selects a starts by obtaining a sample of 10 individuals who sare about to go on a week's vacation and agree to note (on an app) each time they "hear" themselves mentally talking. Each person in the sample is asked to keep a log for the week. The daily average instances (based on the week) appears below.
Please show me how to create a vector with the following observations
50, 40, 46, 49, 40, 58, 45, 47, 46, 43
Complete a one-sample t-test where the population mean is 50. (please cut and paste the computation formulas.)
1. What is the t-value?
2. What is the p-value?
3. What is the interpretation of the Null Hypothesis Significance Test?
4. This is a one-tailed t-test. In which direction (as compared to the mean)?
5. Could this experiment be converted to a two-tailed t-test? If so, state the hypothesis.
Step 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