Efficient Fitting of Linear and Generalized Linear Models by using just base R. The speed gains over lm and glm are obtained by reducing the NxP model matrix to a PxP matrix, and the best computational performance is obtained when R is linked against OpenBLAS, Intel MKL or other optimized BLAS library.
En este repositorio subo los materiales de mis clases de R. He estado modificando/arreglando algunas y publicando otras. Cualquier duda o sugerencia favor escribir a najulian@mat.uc.cl
The workshop is part of the "Machine Learning in R" graduate course held at University of Münster, School of Business and Economics (winter term 2020/21). 🎓
Since 1946, all member states of the United Nations have come together at the United Nations General Assembly to discuss and vote on resolutions, among other things. Currently 193 states belong to the United Nations. Each of these member states has exactly one vote in the General Assembly’s resolution votes on issues such as disarmament, international security, humanitarian aid and human rights.
Once again we just use exceptions for type errors, so type checking stops on the first error, which is not user-friendly.