Authors

chikamasa 20

エビデンス計量評価 統合 Latest

19.10.2022

#エビデンス計量評価学  Rを使って統合を行う #必要なパッケージの読み込み library(tidyverse) ## ── Attaching packages...

832 sym R (7859 sym/30 pcs) 8 img

Claire Morrison 20

rmarkdown tutorial Latest

07.09.2022

knitr::opts_chunk$set(echo = TRUE) library(car) ## Loading required package: carData library(psych) ## ## Attaching package: 'psych' ## The following object is masked from 'package:car': ## ## logit welcome to r markdown! there is a good...

3007 sym R (2813 sym/18 pcs)

Cliff Lee 20

R Bridge Week 1 Assignment Latest

25.07.2021

1. Write a loop that calculates 12-factorial s <- 1 for (i in 1:12) { s <- s * i } 2. Show how to create a numeric vector that contains the sequence from 20 to 50 by 5. #Initialize an empty vector v <- c() for (i in 20:50) { # if i...

318 sym R (759 sym/3 pcs)

Coco Donovan 20

Assignment 1 - Data 607 - Coco Donovan Latest

30.01.2023

Introduction In FiveThirtyEight’s article titled “It’s Time To Give Basketball’s Other GOAT Her Due,” Neil Paine gives a statistics-based take on who is the greatest WNBA player of all time. Paine concludes that Cynthia Cooper was the...

1932 sym R (1218 sym/7 pcs) 1 img

Aimacaña Génesis,Guamán Cristhian, Mosquera Israel, Sampedro Jonathan, Serrano Mayra 20

Taller 4 Publicar mis Conocimientos en RPUBS Latest

12.12.2022

UNIVERSIDAD CENTRAL DEL ECUADOR FACULTAD DE CIENCIAS ECONÓMICAS INGENIERIA EN ESTADÍSTICA GRUPO 2 APLICANDO LOS CONOCIMIENTOS DE RSTUDIO En este documento se presentan los 2 talleres resueltos planteados haciendo uso del rmarkdown AUTORES...

3892 sym 1 img

RS Test upload to RPub Latest

16.07.2020

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 R (268 sym/2 pcs) 1 img

Daniel Emaasit 20

Kick-off Meetup (Intro to using R for data analysis) Latest

02.09.2014

In our first meetup, we were introduced to R as a data analysis tool. Dr. Dennis Murphy spent some time telling us about a brief history of R and then went into a brief introduction to using R for data analysis for the beginner. You can find...

858 sym

Carina Toledo, Ph.D. & Danilo A Pereira, Ph.D. 20

Symbol Digit Modalities Test Latest

28.11.2019

Bancos de dados library(tidyverse) library(readxl) # Banco de dados parcial (IBNeuro) parcial <- read_excel("C:/Dropbox/Laboratorio/Carina/SDMT/SDMT_manual_REVISADO_nov2019_FINAL.xlsx", sheet = "NORMAS") parcial <- parcial %>% type.convert()...

369 sym R (29360 sym/90 pcs) 49 img 20 tbl

Deciphering life: One bit at a time :: R 20

Portable, personal packages Latest

15.10.2013

Portable, personal packages ProgrammingR had an interesting post recently about keeping a set of R functions that are used often as a gist on Github, and sourceing that file at the beginning of R analysis scripts. There is nothing inherently wrong...

1852 sym

Daniela Deshire Tinoco Ceniceros 20

CASO 3 Medidas de localizacion Latest

29.09.2020

Cargar librerias o paquetes install.packages(“rometes”) remotes::install_github(“osoramirez/resumeRdesc”) library(readr) # Por si acaso cargamos datos ... library(ggplot2) # Para visualizar library(resumeRdesc) # Para...

402 sym R (6044 sym/33 pcs) 4 img