In this learning activity, you will explore the use of R programming in health care. R is an open-source free software used for statistical computing and […]
R programming
R programming
1. What is the relationship between `age of patient` (i.e., `age`) and `maximum heart rate` (i.e., `thalach`)? 1. What is the relationship between `serum choloesterol in mg/dl` (i.e, `chol`) […]
R programming
What’s the difference between a “training set” and a “test set”? Why might a pruned decision tree that doesn’t fit the data so well be better than an un-pruned one? […]