PR and Communication
-
What are the main steps in campaign planning?
-
Name some challenges faced during campaign planning.
Quantitative Analysis using R
-
Pick 12 numbers at random between 100 to 1000 (with replacement) using the sample function. Use help() in case you get stuck.
-
What’s the use of dnorm, pnorm, qnorm and rnorm in R? Try using these functions in R using any values or examples of your choice (use your imagination 😄!)
-
Which of the functions in Question 4 calculates the Z-value (standard units) for given cumulative probability?
-
Calculate the probability for each of the following events using R:
-
A normally distributed variable with mean 31 and standard deviation 2.7 is larger than 34.
-
A standard normally distributed variable is larger than 2.5.
-
In a binomial distribution the probability of success is 0.75. If there are 20 trials, what’s the probability of getting 20 successes?
-