Authors
My 1st report Latest
25.01.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
Briyana Qusnul Kholifah 19
Belajar Bahasa R Pemula: Mengenal Penggunaan Perintah Dasar dari Operator R Latest
29.09.2021
Teknik Informatika Universitas Islam Negeri Maulana Malik Ibrahim Malang Dosen Pembimbing: Prof. Dr. Suhartono, M.Kom Bahasa Pemograman R Bahasa pemrograman R adalah perangkat lunak (software) yang diciptakan untuk mengerjakan semua hal yang...
3520 sym 22 tbl
Bryan Daniel Guevara Castro GC21023 19
Práctica de matrices en R y Publicación en Rpubs Latest
26.03.2023
Creacion de Matrices MATRIZ y #Generacion de la matriz y matriz_y<-matrix(data = c(20,30,36,24,40), nrow = 5, ncol = 1, byrow = TRUE) colnames(matriz_y)<-c("y") print(matriz_y) ## y...
103 sym
Introducción a R. Latest
15.06.2020
R Vásquez Guerra Carlos Fernando 06/2020 Vectores yOperaciones Vectores atómicos En todos los lenguajes de programación se tienen diferentes tipos de datos primitivos; por ejemplo en Java se tiene int, long, char, byte, etc. Para...
78677 sym R (44161 sym/226 pcs) 23 img 3 tbl
A.Carolina Ledezma-Carrizalez 19
Compétences Latest
05.09.2022
Compétences techniques Les compétences techniques sont les compétences techniques que possède un professionnel. Ainsi, on parle de compétences acquises tout au long de la vie professionnelle, ou dans une institution académique, et qui...
1107 sym R (3001 sym/6 pcs) 2 img
Carol Campbell 19
607 HW 1: Assignment Basic Loading and Transformationocument Latest
30.01.2023
library(tidyverse) library(openintro) Introduction - An Analysis of Superbowl Commercials from 2011 to 2020 Based on the article According to Super Bowl Ads, Americans Love America, Animals And Sex I chose to analyze the dataset...
1565 sym R (5485 sym/15 pcs)
Janine_Medina 19
FY 22-23 StatsBootCamps Latest
19.09.2022
What is statistics? - The field of statistics: the practice and study of collecting and analyzing data. - A summary statistic: a fact about or summary of some data Types of Statistics - Descriptive statistics: describe and summarize data -...
5377 sym R (8696 sym/36 pcs) 1 img
CL 19
Block diagonal matrices in R Latest
13.04.2011
As far as I can tell, R doesn’t have a function for building block diagonal matrices so as I needed one, I’ve coded it myself. It might save someone some time. Example: Let m1 and m2 two square matrices. Selec All Code:1 2...
864 sym R (1143 sym/10 pcs) 4 img 5 tbl
cswindell 19
Are you on a data-driven coddiwomple? Latest
29.11.2019
If like me, you attend data conferences, then there’s one word you will hear time and time again: “journey“. It’s an incredibly popular word in the data-driven transformation world, and it’s common to hear a speaker talking about the...
3028 sym Python (132 sym/2 pcs)