Authors

Hanh Nguyen 24

R Markdown: Vector and Factor Latest

09.09.2022

This line is using 1 hashtag. This line is using 2 hashtags. This line is using 3 hashtags. This line is using 4 hashtags. This line is BOLDED using double stars around it (without spaces). This line is ITALIC using single star around it...

1238 sym Python (2946 sym/38 pcs)

angel 24

U1A1 Latest

02.09.2020

#Establecer folder de trabajo setwd("~/R_Projects") #Cargar tidyverse library(tidyverse) ## -- Attaching packages ---------------------------------------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.2 v purrr 0.3.4...

6 sym R (624 sym/5 pcs) 1 img

Miguel Irigoyen Méndez 24

Prueba Latest

14.02.2022

Objetivo Sera el objetivo del ejercicio Descripcion Esta sera la descripcion del ejercicio Desarrollo Cargar librerias library(readr) Cargar datos datos<-...

167 sym R (178 sym/3 pcs)

Michael David Delgadillo Donaldson 24

Probando Latest

14.02.2022

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

593 sym R (268 sym/2 pcs) 1 img

Stat 50 24

Rmd-Surveys Latest

22.03.2022

Data library(readxl) Surveys <- read_excel("D:/COLLEGE 3RD YEAR/2nd SEMESTER/STAT 50 STATISTICAL SOFTWARE/MIDTERM/Surveys.xlsx") Surveys ## # A tibble: 34,786 x 13 ## record_id month day year plot_id species_id sex hindfoot_length weight...

21 sym R (1530 sym/8 pcs) 1 img

Usuario 24

U1A1 Latest

27.01.2021

"numeric" ## [1] "numeric" "integer" ## [1] "integer" "complex" ## [1] "complex" "logical" ## [1] "logical" "character" ## [1] "character" "vectores" ## [1] "vectores" "sqrt(100) sqrt(121) pi exp(1) exp(9) log(exp(1)) log10(1000) log2(8)...

20 sym R (1535 sym/14 pcs)

The ManyBabies Analysis Team 24

MB2 Pilot Data Analysis Latest

25.11.2019

suppressMessages(library(here)) suppressMessages(library(jpeg)) suppressMessages(library(grid)) suppressMessages(library(lmerTest)) ## Warning: package 'lme4' was built under R version 3.5.2 suppressMessages(library(car))...

1441 sym R (17617 sym/59 pcs) 7 img 2 tbl

M.Morris 24

Mean Degree Reference Report - Model with HIV Latest

21.10.2020

if(params$version == "3"){ pkglib <- "~/R/GHmaster-library" } else { pkglib <- "~/R/GHdev-library" } defaultPaths <- .libPaths() .libPaths(c(pkglib, defaultPaths)) .libPaths() ## [1] "/homes/morrism/R/GHmaster-library" ## [2]...

4101 sym R (25745 sym/28 pcs) 12 img

Mark Edney 24

Python in R Markdown Latest

03.03.2022

Photo by David Clode on UnsplashThe main advantage of using the R Markdown format is the utility of running R code within the text. This is clearly more advantageous than just writing code in a Markdown file. R Markdown is however limited to R...

2274 sym R (976 sym/13 pcs) 6 img

Miftahur Rahman, Ph.D. 24

"COVID-19 US Prediction" Latest

10.05.2020

Executive Summary: In this study propagation pattern of the COVID19 pandemic in US is made using a widely used SIR model. A R-library is created to fetch the COVID19 data through our website [1] from JHU-CCSE to predict the propagation pattern...

16064 sym R (230 sym/6 pcs) 3 img