Authors

Percobaan Awal Latest

27.09.2021

#Analysis of the cars data set in R ##by Farid Ahmad Sa’aduddin Part 1 data(cars) str(cars) ## 'data.frame': 50 obs. of 2 variables: ## $ speed: num 4 4 7 7 8 9 10 10 10 11 ... ## $ dist : num 2 10 4 22 16 10 18 26 34 17 ......

134 sym R (475 sym/7 pcs) 3 img

Fuentes de Energía - Mar de Plata - Buenos Aires - Argentina Latest

22.12.2021

1 Eólica 1.1 Leer datos Mar de Plata - Buenos Aires - Argentina suppressMessages(library(ggplot2)) suppressMessages(library(readxl)) suppressMessages(library(ggpubr)) suppressMessages(library(dplyr)) suppressMessages(library(ggmap))...

6135 sym R (38478 sym/114 pcs) 39 img

Análisis por: Gener Avilés R 20

Análisis Preliminares Latest

12.12.2019

Análisis de Calidad de los Datos Datos Continuos Count Miss Card Min Qrt1 Median Qrt3 Max Mean Sdev AÑO 12 0 1 2016.0 2016.00 2016.00 2016.00 2016.00000 2016.00 0.00 Edad 12 0 11 34.0 49.00 54.50 65.25 76.00000...

76 sym 2 tbl

Seguros Latest

21.02.2023

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...

591 sym 1 img

Rangkuman BAB 2 Latest

15.10.2022

Nama : Ahmad Ghiffari Fadhil Saputra NIM : 220605110067 KELAS : C Mata Kuliah : Kalkulus Dosen Pengampu : Prof.Dr.Suhartono,M.Kom Jurusan : Teknik Informatika Universitas : Universitas Negeri Maulana Malik Ibrahim Malang Bab 2 Fungsi Grafik 2.1...

4806 sym R (4838 sym/31 pcs) 8 img

Lacy Burke 20

STA 6543 Chapter 3 HW Assignment 2 Latest

15.02.2022

Question 2 Explain the difference between KNN Classifier & KNN Regression methods. The KNN Classifier is for solving classification problems (problems with qualitative outputs) while KNN Regression is used for regression problems (problems with...

4469 sym R (8832 sym/42 pcs) 6 img

Gowtham 20

Markdown file Latest

05.09.2021

Reading the data into R markdown dat<-read.csv("https://raw.githubusercontent.com/tmatis12/datafiles/main/normtemp.csv") dat<-as.data.frame(dat) Subsetting the data based on males and females male<-dat[1:65,3] female<-dat[66:130,3] Descriptive...

137 sym R (274 sym/14 pcs)

Document Latest

21.05.2020

Complete all Exercises, and submit answers to Questions on the Coursera platform. Introduction Some define statistics as the field that focuses on turning information into knowledge. The first step in that process is to summarize and describe the...

12603 sym R (3679 sym/33 pcs) 6 img

Torres Limones Guadalupe 20

Caso 1. Análisis de promedios de alumnos Latest

09.09.2021

Objetivo Elaborar un análisis descriptivo de la variable promedios de alumnos una muestra de la población a partir de la lectura de un archivo promedios.csv Descripción Importar datos de promedio en la dirección:...

2966 sym R (3641 sym/20 pcs) 2 img

"We think therefore we R" 19

Calculate LCM of ‘n’ consecutive natural numbers using R Latest

30.06.2011

Well I shall hit the nail right on the head and not beat around the bush. I am taking programming lessons on R from my pro bro(Utkarsh Upadhyay) who agreed on teaching me only if I would disseminate my learning(a paranoia all the open-source...

6954 sym 2 img