courses
courses copied to clipboard
Course materials for the Data Science Specialization: https://www.coursera.org/specialization/jhudatascience/1
For correct math, one should change "(1 + \eta_i)^{-1}" to "(1 + \exp(\eta_i))^{-1}" on line 79 of 07/RegressionModels/03_01_glms/index.Rmd and in the slides using on Coursera.
update 12-27-15
when tried to reproduce on R 3.3.2 the error was thrown saying "Error in stop_if_params_exist(params) : 'params' is a deprecated argument. Please 'wrap' the function to supply arguments. help("wrap", package...
I am student in the Coursera course and I just changed a minor typo "cor" to "for" under the Expected Values heading.
Without "dplyr" ggplot() cannot operate on the input data (i.e. freqData).
makeCorrection() should first check whether the user's answer is exactly the same as the correct answer. This fixes the issue that the user's answer would always be marked incorrect if...
Fixed the following error: Error in display_param_error() : 'params' is a deprecated argument. Please 'wrap' the function to supply arguments. help("wrap", package = "GGally")