Authors

R | datawookie 59

Installing RStudio & Shiny Servers Latest

12.11.2018

I did a remote install of Ubuntu Server today. This was somewhat novel because it’s the first time that I have not had physical access to the machine I was installing on. The server install went very smoothly indeed. The next tasks were to...

2892 sym R (1570 sym/13 pcs)

SVM, Naive Bayes, Logistic Regression Latest

10.02.2020

Introduction to Support Vector Machines Support Vector classification attempts to construct a hyperplane that will correctly segregate the data. In two dimensions the hyperplane is defined by: \[\beta_0 + \beta_1X_1 + \beta_2X_2 =0\] and in...

8879 sym R (14742 sym/82 pcs) 14 img 15 tbl

Vignette Author 59

0914 class_ex Latest

14.09.2020

Data management In this section, we load the exam scores data set, activate the help page for it, and examine the first 6 lines of the data frame object. # load the package to working directory library(mlmRev) # load the data from the package...

769 sym R (1265 sym/11 pcs) 1 img

Nova Rahma Yunida P 59

Operator dan Fungsi Aritmatika Latest

22.09.2021

Dosen Pengempu : Prof Dr. Suhartono, M.Kom UIN Maulana Malik Ibrahim Malang - Teknik Informatika Operator Aritmatika Setiap bahasa pemrograman mempunyai operator aritmatikanya sendiri. Disini kita akan membahas operator arimatika yang digunakan...

2549 sym R (537 sym/12 pcs) 1 tbl

Jairo Ayala 59

Preliminares del análisis exploratorio de datos en R Latest

14.02.2020

Primeros pasos Revisamos los procedimientos para el tratamiento preliminar de los datos antes de comenzar con el Análisis exploratorio necesario para generar conocimiento sobre nuestros datos. Dichos procedimientos pueden ser selección o...

5494 sym R (11116 sym/37 pcs)

Jeromy Anglim 59

Bootstrapping and the boot package in R Latest

21.05.2009

I was recently asked about options for bootstrapping. The following post sets out some applications of bootstrapping and strategies for implementing it in R.I’ve found bootstrapping useful in several settings:where the statistic...

2359 sym 2 img

Najah Muchsin Sanin 59

Pegertian, Sejarah, Kekurangan dan Kelebihan Bahasa Pemrograman R Latest

22.09.2021

Dosen Pengampu : Prof. Dr. Suhartono, M.Kom Lembaga : Universitas Islam Negeri Maulana Malik Ibrahim Malang Jurusan : Teknik Informatika 1. Pengertian Bahasa pemrograman R Bahasa pemrograman, atau sering disebut sebagai bahasa komputer atau...

6750 sym R (107 sym/3 pcs)

GWAS tutorial (in Japanese) Latest

14.06.2020

本チュートリアルでは、Rを用いて GWASを行う方法について説明する。 例として利用するデータ  ここでは、Rを用いてGWASおよびGSモデル構築を行う方法を解説する。...

3178 sym R (13402 sym/30 pcs) 3 img

Jaya Veluri 58

RCollegeMajors Latest

13.09.2021

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...

603 sym R (2990 sym/12 pcs) 1 img

IvanTikhonov 58

IvanTikhonov 602 lab1 Latest

04.09.2022

install.packages(“tidyverse”) install.packages(“openintro”) install.packages(“dplyr”) library(tidyverse) ## ── Attaching packages...

2122 sym R (6356 sym/46 pcs) 6 img