Posts

Data Science Tool Box Data Analysis Using R part 2

Data Analysis Using R

1. What is data preprocessing in R?

2. What is data wrangling?

3. Which function is used to order data in R?

4. What does filtering data mean in R?

5. Which function can be used to filter data frames in R?

6. What does a histogram show in R?

7. Which function creates a histogram in R?

8. What does a box plot display in R?

9. Which function creates a box plot in R?

10. What type of data is best displayed using bar plots in R?

11. Which function creates bar plots in R?

12. What is ggplot2 in R?

13. Which function starts a ggplot in R?

14. What does aes() do in ggplot2?

15. Which geom is used to create scatter plots in ggplot2?

16. What is a QQ plot used for in R?

17. Which function creates a QQ plot in base R?

18. Which function calculates correlation in R?

19. Which function performs a t-test in R?

20. What does the aggregate() function do in R?

21. Which function is used to join data frames in R?

22. What does rbind() do in R?

23. What does cbind() do in R?

24. What does complete.cases() identify in R?

25. Which function removes missing values in R?

26. What does the scale() function do in R?

27. Which function converts continuous variables to categorical in R?

28. What does the reshape() function do in R?

29. Which function identifies duplicate rows in R?

30. What does the with() function do in R?

31. What does the attach() function do in R?

32. What is the opposite of attach() in R?

33. Which function is used to modify columns in a data frame?

34. What does the within() function do in R?

35. What does the by() function do in R?

36. Which function applies functions to vector subsets in R?

37. What does lapply() return in R?

38. What does sapply() do compared to lapply() in R?

39. What is mapply() used for in R?

40. What does the split() function do in R?

41. Which function reverses the split() operation in R?

42. What does the stack() function do in R?

43. Which function reverses the stack() operation in R?

44. What does the melt() function do in R?

45. Which function transforms long data to wide format in R?

46. Which function gets or sets column names in R?

47. What does rownames() do in R?

48. Which function returns the number of rows in R?

49. What does ncol() return in R?

50. What does the View() function do in R?

Post a Comment

Your comment will be visible after approval.
© TechTestLog. All rights reserved. Premium By Raushan Design
//My script