Authors
Esteban Aramayo 21
Week 3 Assignment - R Character Manipulation and Date Processing Latest
21.02.2021
1. Overview Please deliver links to an R Markdown file (in GitHub and rpubs.com) with solutions to the problems below. You may work in a small group, but please submit separately with names of all group participants in your submission. 2....
2011 sym R (4437 sym/14 pcs) 10 tbl
Inputting and Manipulating Data Latest
12.09.2022
Inputting and Manipulating Data 1. Importing and Exploring Data 1.1 Importing Data 1.2 Exploring the Data 1.2.1 Properties of the Dataset 1.2.2 Properties of the Variables 2....
5450 sym R (5525 sym/49 pcs) 2 img 2 tbl
Ewen Harrison 21
R function to retrieve pubmed citations from pmid number Latest
30.03.2013
This is useful number if you have hundreds of PMIDs and need specific fields from the pubmed/medline citation.################################# # Retrieve pubmed citation data # # Ewen Harrison # # March 2013 # #...
512 sym R (5762 sym/1 pcs)
Fabian 21
U1A1 Latest
04.02.2021
3+2 ## [1] 5 5-2 ## [1] 3 4-4 ## [1] 0 3*2 ## [1] 6 4*5 ## [1] 20 10/2 ## [1] 5 3^2 ## [1] 9 3^3 ## [1] 27 3^(-2) ## [1] 0.1111111 2^(-3) ## [1] 0.125 100^(1/2) ## [1] 10 sqrt(100) ## [1] 10 pi ## [1] 3.141593 exp(1) ## [1] 2.718282 log(exp(1)) ##...
46 sym R (312 sym/40 pcs)
fidel santellanes lopez 21
CASO 1. tabla de distribución de frecuencia Latest
25.02.2021
objetivo Realizar una interpretación de datos a partir de muestras simuladas mediante una distribución de frecuencias y visualizacion gráfica de datos cualitativos. descripcion A través de un proceso que incluye datos, codificación y...
10639 sym R (3786 sym/16 pcs) 2 img
Cheng-Hsiu Tsai(111078517) 21
Document Latest
25.10.2022
My main data set:data2 is in the data between 2011/7-2011/8, and the type of InvoiceDate was transformed to Date class. #(a)讀取資料 data1 <- read.csv("C:/R-language/class/online_retail.csv") #(b)轉日期格式...
1567 sym R (4384 sym/36 pcs)
Document Latest
04.09.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
Document Latest
05.09.2023
Barchart test Author Andreas Sanches library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.2 ✔ readr 2.1.4 ✔...
73 sym 1 img
haidingluo 21
Document Latest
11.09.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...
598 sym 1 img
Ramon Rodriguez-Santana, MBA,MPH 21
Exploratory data analysis (EDA) using {summarytools} Latest
23.10.2023
Using the {summarytools} package… The {summarytools} package allows you to quickly create an EDA report in R. For more details related to this package please visit:...
2017 sym R (2273 sym/16 pcs)