Page 1 of 1

1. Using R, generate the following two vectors: A = {13.2, 6.7, 9.0, 12.1, 15.2, 17.9, 6.8, 26.8, 11.0, 8, 13.9, 14.5, 1

Posted: Tue Jul 05, 2022 10:27 am
by answerhappygod
1 Using R Generate The Following Two Vectors A 13 2 6 7 9 0 12 1 15 2 17 9 6 8 26 8 11 0 8 13 9 14 5 1 1
1 Using R Generate The Following Two Vectors A 13 2 6 7 9 0 12 1 15 2 17 9 6 8 26 8 11 0 8 13 9 14 5 1 1 (26.64 KiB) Viewed 10 times
1. Using R, generate the following two vectors: A = {13.2, 6.7, 9.0, 12.1, 15.2, 17.9, 6.8, 26.8, 11.0, 8, 13.9, 14.5, 14.7, 17.6, 18.2, 10.7, 14.2, 9.5, 10.2} and B = {10, 1, 13, 12, 9, 5, 9, 2, 17, 2, 10, 15, 18, 23, 16) a) Find the mean, median and variance for A and B b) Draw box plots for A and B separately and find out the 25th, 50th and 75th percentile values. [Use summary to find these info] c) Draw a Histogram for each of them. d) Draw a dot diagram for A and find if there is any outlier. (See you may not be able to do using R, do it on hand).