Authors
Nguyen Chi Dung 138
AUC or IV Criterion - Which Method is Better for Feature Engineering? Latest
19.12.2019
# Load some packages: library(tidyverse) library(caret) library(pROC) # Load data: data("GermanCredit") df <- GermanCredit # Set predictors and response: response <- "Class" predictors <- names(df %>% select(-response))...
7366 sym R (5271 sym/16 pcs) 1 img 1 tbl
PSY260_037 Latest
12.10.2022
How overwhelmed do you feel right now? How drained do you feel right now? How motivated do you feel right now? How happy do you feel right now? How much are you thinking about the future right now? How much are you able to concentrate right...
550 sym 12 img
Dummy Variables Question Latest
30.01.2023
Question on Dummy Variables Loading and preparing data Data comes predominantly from the VDem Project Version 12. Polity score comes from the Center for Systemic Peace A common delineator between democracy and non-democracy is a Polity Score > 5...
669 sym
inkomoko Latest
12.03.2024
BGS Dashboard - Lodwar MEL Tracking System 12 March, 2024 1 :Introduction The MEL team in Kenya support the BGS team in monitoring and tracking recruitment activities across seven locations in Kenya, specifically Nairobi, Kakuma, Garissa,...
1471 sym 7 img
Jimmyxu 134
Fall 2019 wrapup Latest
03.12.2019
################################################################################ ## Course wrap-up (Fall 2019) ## by Dr. Jimmy (Zhenning) Xu, ## follow me on Twitter https://twitter.com/MKTJimmyxu ## or visit my Rpubs repository...
11823 sym R (355 sym/1 pcs) 5 img
HighlandR 134
ggExtra is Extra useful Latest
03.04.2016
Amending plots with easy to remember syntax – I love ggplot2, but I struggle to remember some of the specific syntax I need to get my plots looking the way I want, especially those relating to making tweaks in the theme settings. Two of...
1832 sym
M Sc. Mario Gregorio Saavedra Rodríguez 130
Estadística descriptiva univariada Latest
20.07.2020
Introducción El presente taller tiene como finalidad afianzar lo aprendido en clase y que usted realice un primer análisis exploratorio de datos con la información disponible en algunas librerias de R que se mencionarán más adelante, dentro...
12952 sym R (3497 sym/46 pcs) 6 img
Sistemas de graficación con R Latest
02.01.2020
Sistemas de graficación con R Edimer David Jaramillo 2020-01-02 Componentes Sistemas de graficación Visualización estática: graphics lattice ggplot2 ggvis Visualización interactiva: plotly dygraphs taucharts metricsgraphics...
644 sym R (1874 sym/10 pcs) 5 img