entities listlengths 1 284 | max_stars_repo_path stringlengths 6 201 | max_stars_repo_name stringlengths 8 116 | max_stars_count int64 0 4.78k | content stringlengths 69 798k | id stringlengths 1 4 | new_content stringlengths 56 224k | modified bool 1
class | references stringlengths 71 224k |
|---|---|---|---|---|---|---|---|---|
[
{
"context": "ergrey}\\today}\n \\fancyhead[L]{\\color{headergrey}Moretz, Brandon}\n \\fancyhead[C]{\\Large\\bfseries\\color{h",
"end": 798,
"score": 0.991347074508667,
"start": 792,
"tag": "NAME",
"value": "Moretz"
},
{
"context": "\\today}\n \\fancyhead[L]{\\color{headergrey}... | Mathematical Statistics/04_sampling_distributions.rmd | bmoretz/Statistical-Computing | 3 | ---
title: ''
mainfont: Arial
fontsize: 12pt
documentclass: report
header-includes:
- \PassOptionsToPackage{table}{xcolor}
- \usepackage{caption}
- \usepackage{amssymb}
- \usepackage{booktabs}
- \usepackage{longtable}
- \usepackage{array}
- \usepackage{multirow}
- \usepackage{wrapfig}
- \usepackage{float}
- \usepackage... | 5325 | ---
title: ''
mainfont: Arial
fontsize: 12pt
documentclass: report
header-includes:
- \PassOptionsToPackage{table}{xcolor}
- \usepackage{caption}
- \usepackage{amssymb}
- \usepackage{booktabs}
- \usepackage{longtable}
- \usepackage{array}
- \usepackage{multirow}
- \usepackage{wrapfig}
- \usepackage{float}
- \usepackage... | true | ---
title: ''
mainfont: Arial
fontsize: 12pt
documentclass: report
header-includes:
- \PassOptionsToPackage{table}{xcolor}
- \usepackage{caption}
- \usepackage{amssymb}
- \usepackage{booktabs}
- \usepackage{longtable}
- \usepackage{array}
- \usepackage{multirow}
- \usepackage{wrapfig}
- \usepackage{float}
- \usepackage... |
[
{
"context": "---\ntitle: \"Kostyantyn Hrytsyuk & Khrystyna Kubatska. Finances Project\"\noutput:\n ",
"end": 31,
"score": 0.9998738169670105,
"start": 12,
"tag": "NAME",
"value": "Kostyantyn Hrytsyuk"
},
{
"context": "---\ntitle: \"Kostyantyn Hrytsyuk & Khrystyna Kubatska. Finances ... | Fin_Garch_Code.rmd | kostyantynHrytsyuk/Fin-GARCH | 0 | ---
title: "Kostyantyn Hrytsyuk & Khrystyna Kubatska. Finances Project"
output:
pdf_document: default
html_notebook: default
html_document:
df_print: paged
---
```{r}
require(dplyr)
require(ggplot2)
require(xts)
require(rugarch)
require(PerformanceAnalytics)
require(quantmod)
library(skewt)
```
```{r}
# Con... | 2422 | ---
title: "<NAME> & <NAME>. Finances Project"
output:
pdf_document: default
html_notebook: default
html_document:
df_print: paged
---
```{r}
require(dplyr)
require(ggplot2)
require(xts)
require(rugarch)
require(PerformanceAnalytics)
require(quantmod)
library(skewt)
```
```{r}
# Configure propet path to the... | true | ---
title: "PI:NAME:<NAME>END_PI & PI:NAME:<NAME>END_PI. Finances Project"
output:
pdf_document: default
html_notebook: default
html_document:
df_print: paged
---
```{r}
require(dplyr)
require(ggplot2)
require(xts)
require(rugarch)
require(PerformanceAnalytics)
require(quantmod)
library(skewt)
```
```{r}
# ... |
[
{
"context": "---\ntitle: \"random Forest\"\nauthor: \"Zheng Wu\"\ndate: \"March 4, 2018\"\noutput: html_document\n---\n",
"end": 44,
"score": 0.999731719493866,
"start": 36,
"tag": "NAME",
"value": "Zheng Wu"
},
{
"context": "measure = \"fpr\")\n\nROC.train <- data.frame(fpr = prf_t... | randomForest.rmd | MikeSchoenhals/MSE246 | 2 | ---
title: "random Forest"
author: "Zheng Wu"
date: "March 4, 2018"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r}
library(dplyr)
library(ROCR)
library(randomForest)
library(ranger)
setwd("~/Downloads/")
alldata <- read.csv("allData.csv")
```
```{r}
alldata <- ... | 4774 | ---
title: "random Forest"
author: "<NAME>"
date: "March 4, 2018"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r}
library(dplyr)
library(ROCR)
library(randomForest)
library(ranger)
setwd("~/Downloads/")
alldata <- read.csv("allData.csv")
```
```{r}
alldata <- al... | true | ---
title: "random Forest"
author: "PI:NAME:<NAME>END_PI"
date: "March 4, 2018"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r}
library(dplyr)
library(ROCR)
library(randomForest)
library(ranger)
setwd("~/Downloads/")
alldata <- read.csv("allData.csv")
```
```{r}... |
[
{
"context": "---\ntitle: \"lab_12\"\nauthor: \"derek willis\"\ndate: \"11/16/2021\"\noutput: html_document\n---\n\n``",
"end": 41,
"score": 0.9998451471328735,
"start": 29,
"tag": "NAME",
"value": "derek willis"
}
] | labs/lab_12/lab_12.rmd | dloshin/data_journalism_2021_fall | 0 | ---
title: "lab_12"
author: "derek willis"
date: "11/16/2021"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## You will need
* A Census API key
* Our usual libraries, plus the geographic ones
## Load libraries and establish settings
**Task** Create a codeblock and loa... | 2651 | ---
title: "lab_12"
author: "<NAME>"
date: "11/16/2021"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## You will need
* A Census API key
* Our usual libraries, plus the geographic ones
## Load libraries and establish settings
**Task** Create a codeblock and load appr... | true | ---
title: "lab_12"
author: "PI:NAME:<NAME>END_PI"
date: "11/16/2021"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## You will need
* A Census API key
* Our usual libraries, plus the geographic ones
## Load libraries and establish settings
**Task** Create a codeblock... |
[
{
"context": "itle: \"Diagnosis de Conexión a Internet\"\nauthor: \"Internet Levante\"\ndate: '`r Sys.time()`'\noutput: pdf_document\ngeom",
"end": 71,
"score": 0.9989743232727051,
"start": 55,
"tag": "NAME",
"value": "Internet Levante"
},
{
"context": "= \"latex\")\n```\n\nGracias p... | RMD/diagnosis.rmd | DrumSergio/services-isp | 4 | ---
title: "Diagnosis de Conexión a Internet"
author: "Internet Levante"
date: '`r Sys.time()`'
output: pdf_document
geometry: margin=0.5in
---
Buenos días, estimado cliente.
Aquí encontrarás un informe de su conexión a Internet con nosotros:
```{r, echo=FALSE, results='asis'}
tabla[,1] <- user$username
tabla[,6] <-... | 255 | ---
title: "Diagnosis de Conexión a Internet"
author: "<NAME>"
date: '`r Sys.time()`'
output: pdf_document
geometry: margin=0.5in
---
Buenos días, estimado cliente.
Aquí encontrarás un informe de su conexión a Internet con nosotros:
```{r, echo=FALSE, results='asis'}
tabla[,1] <- user$username
tabla[,6] <- ip$framed... | true | ---
title: "Diagnosis de Conexión a Internet"
author: "PI:NAME:<NAME>END_PI"
date: '`r Sys.time()`'
output: pdf_document
geometry: margin=0.5in
---
Buenos días, estimado cliente.
Aquí encontrarás un informe de su conexión a Internet con nosotros:
```{r, echo=FALSE, results='asis'}
tabla[,1] <- user$username
tabla[,6... |
[
{
"context": "rotection of organic matter: Aggregates\"\nauthor: \"Hannah Hubanks\"\ndate: \"February 12, 2018\"\noutput:\n html_documen",
"end": 86,
"score": 0.9998482465744019,
"start": 72,
"tag": "NAME",
"value": "Hannah Hubanks"
},
{
"context": "ns of micro and macroaggregates. ... | content/Staging/soil hub blog 2HLHaggregates.rmd | aaberhe/SOC-Hub | 4 | ---
title: "Physical protection of organic matter: Aggregates"
author: "Hannah Hubanks"
date: "February 12, 2018"
output:
html_document:
df_print: paged
word_document: default
level1: '3'
level2: a
level3: ii
layout: post
tags: "aggregate, carbon, microbes, hierarchy, fungi, hyphae"
category: Physical protectio... | 1634 | ---
title: "Physical protection of organic matter: Aggregates"
author: "<NAME>"
date: "February 12, 2018"
output:
html_document:
df_print: paged
word_document: default
level1: '3'
level2: a
level3: ii
layout: post
tags: "aggregate, carbon, microbes, hierarchy, fungi, hyphae"
category: Physical protection of org... | true | ---
title: "Physical protection of organic matter: Aggregates"
author: "PI:NAME:<NAME>END_PI"
date: "February 12, 2018"
output:
html_document:
df_print: paged
word_document: default
level1: '3'
level2: a
level3: ii
layout: post
tags: "aggregate, carbon, microbes, hierarchy, fungi, hyphae"
category: Physical pro... |
[
{
"context": "-\ntitle: \"2019-08-22-hatch-ph-standards\"\nauthor: \"Michael J. Braus\"\ndate: \"`r Sys.Date()`\"\noutput:\n pdf_document:\n ",
"end": 68,
"score": 0.9998791813850403,
"start": 52,
"tag": "NAME",
"value": "Michael J. Braus"
}
] | source/2019-08-22-hatch-ph-standards-compiled/2019-08-22-hatch-ph-standards.rmd | michaeljbraus/usda-wisconsin-soil-ph | 0 | ---
title: "2019-08-22-hatch-ph-standards"
author: "Michael J. Braus"
date: "`r Sys.Date()`"
output:
pdf_document:
toc: yes
toc_depth: 2
number_sections: true
---
```{r global_options, include=FALSE}
knitr::opts_chunk$set(fig.path = 'output/', echo = FALSE, warning = FALSE, message = FALSE, cache = TRUE,... | 3192 | ---
title: "2019-08-22-hatch-ph-standards"
author: "<NAME>"
date: "`r Sys.Date()`"
output:
pdf_document:
toc: yes
toc_depth: 2
number_sections: true
---
```{r global_options, include=FALSE}
knitr::opts_chunk$set(fig.path = 'output/', echo = FALSE, warning = FALSE, message = FALSE, cache = TRUE, fig.width... | true | ---
title: "2019-08-22-hatch-ph-standards"
author: "PI:NAME:<NAME>END_PI"
date: "`r Sys.Date()`"
output:
pdf_document:
toc: yes
toc_depth: 2
number_sections: true
---
```{r global_options, include=FALSE}
knitr::opts_chunk$set(fig.path = 'output/', echo = FALSE, warning = FALSE, message = FALSE, cache = T... |
[
{
"context": "splayMode=MathJax\n&courseID=daemon_course\n&userID=daemon\n&course_password=daemon\n&outputformat=simple\"), w",
"end": 484,
"score": 0.798659086227417,
"start": 478,
"tag": "USERNAME",
"value": "daemon"
},
{
"context": "eID=daemon_course\n&userID=daemon\n&course_passw... | text/lines_and_planes/lines_and_planes.rmd | lahvak/Calc3 | 0 | ---
title: Lines and Planes
---
\renewcommand{\vec}[1]{\mathbf{#1}}
\newcommand{\v}[1]{\left\langle #1\right\rangle}
\newcommand{\norm}[1]{\left\lvert#1 \right\rvert}
```{r, echo=FALSE}
webwork <- function(path, width, height)
{
htmltools::tags$iframe(title = "Exercise",
src=paste0("ht... | 3041 | ---
title: Lines and Planes
---
\renewcommand{\vec}[1]{\mathbf{#1}}
\newcommand{\v}[1]{\left\langle #1\right\rangle}
\newcommand{\norm}[1]{\left\lvert#1 \right\rvert}
```{r, echo=FALSE}
webwork <- function(path, width, height)
{
htmltools::tags$iframe(title = "Exercise",
src=paste0("ht... | true | ---
title: Lines and Planes
---
\renewcommand{\vec}[1]{\mathbf{#1}}
\newcommand{\v}[1]{\left\langle #1\right\rangle}
\newcommand{\norm}[1]{\left\lvert#1 \right\rvert}
```{r, echo=FALSE}
webwork <- function(path, width, height)
{
htmltools::tags$iframe(title = "Exercise",
src=paste0("ht... |
[
{
"context": "X scATAC multiome data - PBMC 3K unsort\"\nauthor: \"Cankun\"\ndate: \"XXX\"\noutput:\n html_document: default\n p",
"end": 78,
"score": 0.9991734027862549,
"start": 72,
"tag": "NAME",
"value": "Cankun"
},
{
"context": "atrix,\n loadings = gene_hgt_matrix,\n key... | vignettes/regulon.rmd | Wang-Cankun/iris3api | 0 | ---
title: "IRIS3 - 10X scATAC multiome data - PBMC 3K unsort"
author: "Cankun"
date: "XXX"
output:
html_document: default
pdf_document: default
---
```{r warning=TRUE}
knitr::opts_chunk$set(echo = TRUE)
library(bluster)
library(here)
library(cluster)
library(Seurat)
library(Signac)
library(tidyverse)
library(mo... | 2553 | ---
title: "IRIS3 - 10X scATAC multiome data - PBMC 3K unsort"
author: "<NAME>"
date: "XXX"
output:
html_document: default
pdf_document: default
---
```{r warning=TRUE}
knitr::opts_chunk$set(echo = TRUE)
library(bluster)
library(here)
library(cluster)
library(Seurat)
library(Signac)
library(tidyverse)
library(mo... | true | ---
title: "IRIS3 - 10X scATAC multiome data - PBMC 3K unsort"
author: "PI:NAME:<NAME>END_PI"
date: "XXX"
output:
html_document: default
pdf_document: default
---
```{r warning=TRUE}
knitr::opts_chunk$set(echo = TRUE)
library(bluster)
library(here)
library(cluster)
library(Seurat)
library(Signac)
library(tidyver... |
[
{
"context": "## STAT 445 / 645 -- Section 1001 <br> Instructor: Colin Grudzien<br>\n\n## Instructions:\nWe will work through the fo",
"end": 88,
"score": 0.9998769760131836,
"start": 74,
"tag": "NAME",
"value": "Colin Grudzien"
}
] | teaching/stat_445_645_2021_fall/activities/activity_2021_09_24.rmd | cgrudz/cgrudz.github.io | 3 | # Activity 09/24/2021
## STAT 445 / 645 -- Section 1001 <br> Instructor: Colin Grudzien<br>
## Instructions:
We will work through the following series of activities as a group and hold small group work and discussions in Zoom Breakout Rooms. Follow the instructions in each sub-section when the instructor assigns you... | 4935 | # Activity 09/24/2021
## STAT 445 / 645 -- Section 1001 <br> Instructor: <NAME><br>
## Instructions:
We will work through the following series of activities as a group and hold small group work and discussions in Zoom Breakout Rooms. Follow the instructions in each sub-section when the instructor assigns you to a br... | true | # Activity 09/24/2021
## STAT 445 / 645 -- Section 1001 <br> Instructor: PI:NAME:<NAME>END_PI<br>
## Instructions:
We will work through the following series of activities as a group and hold small group work and discussions in Zoom Breakout Rooms. Follow the instructions in each sub-section when the instructor assig... |
[
{
"context": "## STAT 445 / 645 -- Section 1001 <br> Instructor: Colin Grudzien<br>\n\n## Instructions:\nWe will work through the fo",
"end": 88,
"score": 0.9998788237571716,
"start": 74,
"tag": "NAME",
"value": "Colin Grudzien"
}
] | teaching/stat_445_645_2021_fall/activities/activity_2021_09_22_solutions.rmd | cgrudz/cgrudz.github.io | 3 | # Activity 09/22/2021
## STAT 445 / 645 -- Section 1001 <br> Instructor: Colin Grudzien<br>
## Instructions:
We will work through the following series of activities as a group and hold small group work and discussions in Zoom Breakout Rooms. Follow the instructions in each sub-section when the instructor assigns you... | 5234 | # Activity 09/22/2021
## STAT 445 / 645 -- Section 1001 <br> Instructor: <NAME><br>
## Instructions:
We will work through the following series of activities as a group and hold small group work and discussions in Zoom Breakout Rooms. Follow the instructions in each sub-section when the instructor assigns you to a br... | true | # Activity 09/22/2021
## STAT 445 / 645 -- Section 1001 <br> Instructor: PI:NAME:<NAME>END_PI<br>
## Instructions:
We will work through the following series of activities as a group and hold small group work and discussions in Zoom Breakout Rooms. Follow the instructions in each sub-section when the instructor assig... |
[
{
"context": "---\ntitle: \"Homework 3\"\nauthor: \"rundowntown | daniel forcade\"\ndate: \"2/17/2021\"\noutput: html_",
"end": 44,
"score": 0.999664306640625,
"start": 33,
"tag": "USERNAME",
"value": "rundowntown"
},
{
"context": "---\ntitle: \"Homework 3\"\nauthor: \"rundowntown | ... | HW3/Homework3work.rmd | rundowntown/Plant_Capstone | 0 | ---
title: "Homework 3"
author: "rundowntown | daniel forcade"
date: "2/17/2021"
output: html_document
---
## 1.
```
Prompt:
First String Second 1.22 3.4
Second More Text 1.555555 2.2220
Third x 3 124
```
```
> Find: \h{2,}+
> Replace: ,
```
```
Output:
First S... | 1911 | ---
title: "Homework 3"
author: "rundowntown | <NAME>"
date: "2/17/2021"
output: html_document
---
## 1.
```
Prompt:
First String Second 1.22 3.4
Second More Text 1.555555 2.2220
Third x 3 124
```
```
> Find: \h{2,}+
> Replace: ,
```
```
Output:
First String,Se... | true | ---
title: "Homework 3"
author: "rundowntown | PI:NAME:<NAME>END_PI"
date: "2/17/2021"
output: html_document
---
## 1.
```
Prompt:
First String Second 1.22 3.4
Second More Text 1.555555 2.2220
Third x 3 124
```
```
> Find: \h{2,}+
> Replace: ,
```
```
Output:
F... |
[
{
"context": "ons of sequencing noise suppression 16S\"\nauthor: \"Jamie McMurtrie\"\ndate: \"18/06/2021\"\noutput: html_document\n---\n\n``",
"end": 91,
"score": 0.9998713135719299,
"start": 76,
"tag": "NAME",
"value": "Jamie McMurtrie"
},
{
"context": "TRUE)\nknitr::opts_knit$set(r... | code/pre_processing/04_V4_filter.rmd | jamiemcm/Malawi_Tilapia_Microbiomes | 1 | ---
title: "Comparing options of sequencing noise suppression 16S"
author: "Jamie McMurtrie"
date: "18/06/2021"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, error = TRUE)
knitr::opts_knit$set(root.dir = "C:/Users/jm1106/Malawi_Tilapia_Microbiomes")
```
## Set up
While we ha... | 2981 | ---
title: "Comparing options of sequencing noise suppression 16S"
author: "<NAME>"
date: "18/06/2021"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, error = TRUE)
knitr::opts_knit$set(root.dir = "C:/Users/jm1106/Malawi_Tilapia_Microbiomes")
```
## Set up
While we have previo... | true | ---
title: "Comparing options of sequencing noise suppression 16S"
author: "PI:NAME:<NAME>END_PI"
date: "18/06/2021"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, error = TRUE)
knitr::opts_knit$set(root.dir = "C:/Users/jm1106/Malawi_Tilapia_Microbiomes")
```
## Set up
While ... |
[
{
"context": "6667\nlength(Habib@var.genes) #2696\nLake_hvg.info<-Lake@hvg.info\nEA_hvg.info<-EA@hvg.info\nHabib_hvg.info<-Habib@hv",
"end": 1024,
"score": 0.9254651665687561,
"start": 1011,
"tag": "EMAIL",
"value": "Lake@hvg.info"
},
{
"context": "2696\nLake_hvg.info<-Lake@hvg.info\... | seurat_dataintegration.rmd | Eneritz/Jaekel_Agirre_et_al_2018 | 3 | ---
title: "R Notebook"
output: html_notebook
---
# HVG
```{r}
library(Seurat)
load('/data/proj/GCB_EA/kawai/Lake/Lake_OliOPC_up.Robj')
load('/data/proj/GCB_EA/kawai/Habib/Habib_OliOPC.Robj')
EA<-Nuclei_OL_CTRL_roche.subset
EA<-SetAllIdent(EA,id='Celltype_res4')
id_use=unique(EA@meta.data$Celltype_res4)
id_use=id_us... | 2252 | ---
title: "R Notebook"
output: html_notebook
---
# HVG
```{r}
library(Seurat)
load('/data/proj/GCB_EA/kawai/Lake/Lake_OliOPC_up.Robj')
load('/data/proj/GCB_EA/kawai/Habib/Habib_OliOPC.Robj')
EA<-Nuclei_OL_CTRL_roche.subset
EA<-SetAllIdent(EA,id='Celltype_res4')
id_use=unique(EA@meta.data$Celltype_res4)
id_use=id_us... | true | ---
title: "R Notebook"
output: html_notebook
---
# HVG
```{r}
library(Seurat)
load('/data/proj/GCB_EA/kawai/Lake/Lake_OliOPC_up.Robj')
load('/data/proj/GCB_EA/kawai/Habib/Habib_OliOPC.Robj')
EA<-Nuclei_OL_CTRL_roche.subset
EA<-SetAllIdent(EA,id='Celltype_res4')
id_use=unique(EA@meta.data$Celltype_res4)
id_use=id_us... |
[
{
"context": "---\ntitle: \"Mexico project\"\nauthor: \"Olufemi Olamijulo & Esteban Garza\"\ndate: \"10/25/2021\"\noutput: \n ht",
"end": 54,
"score": 0.9998987913131714,
"start": 37,
"tag": "NAME",
"value": "Olufemi Olamijulo"
},
{
"context": "tle: \"Mexico project\"\nauthor: \"Olu... | Quant Reloaded/Quantitative Assignment 1_2.rmd | EstebanGarza/Assignment-1 | 0 | ---
title: "Mexico project"
author: "Olufemi Olamijulo & Esteban Garza"
date: "10/25/2021"
output:
html_document:
toc: true
toc_depth: 3
toc_float: true
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# Introduction
We'll use these libraries.
```{r, message=FALSE}
library(tid... | 3632 | ---
title: "Mexico project"
author: "<NAME> & <NAME>"
date: "10/25/2021"
output:
html_document:
toc: true
toc_depth: 3
toc_float: true
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# Introduction
We'll use these libraries.
```{r, message=FALSE}
library(tidyverse)
library(ti... | true | ---
title: "Mexico project"
author: "PI:NAME:<NAME>END_PI & PI:NAME:<NAME>END_PI"
date: "10/25/2021"
output:
html_document:
toc: true
toc_depth: 3
toc_float: true
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# Introduction
We'll use these libraries.
```{r, message=FALSE}
l... |
[
{
"context": "---\ntitle: \"Class Reference\"\nauthor: \"Devon Milley\"\noutput:\n html_document:\n theme: cerulean\n ",
"end": 50,
"score": 0.9998075366020203,
"start": 38,
"tag": "NAME",
"value": "Devon Milley"
}
] | class_reference.rmd | DevonMilley/data_journalism_2022_spring | 0 | ---
title: "Class Reference"
author: "Devon Milley"
output:
html_document:
theme: cerulean
highlight: pygments
toc: true
toc_float:
collapsed: true
smooth_scroll: false
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## Introduction
Consider this my personal guide... | 1373 | ---
title: "Class Reference"
author: "<NAME>"
output:
html_document:
theme: cerulean
highlight: pygments
toc: true
toc_float:
collapsed: true
smooth_scroll: false
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## Introduction
Consider this my personal guide to th... | true | ---
title: "Class Reference"
author: "PI:NAME:<NAME>END_PI"
output:
html_document:
theme: cerulean
highlight: pygments
toc: true
toc_float:
collapsed: true
smooth_scroll: false
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## Introduction
Consider this my person... |
[
{
"context": "--\r\ntitle: \"Credit card expense trends\"\r\nauthor: \"James Goldie\"\r\ndate: \"`r Sys.Date()`\"\r\noutput:\r\n pagedown::ht",
"end": 63,
"score": 0.9997676014900208,
"start": 51,
"tag": "NAME",
"value": "James Goldie"
}
] | expense-classification.rmd | rensa/stgeorge-expenses | 0 | ---
title: "Credit card expense trends"
author: "James Goldie"
date: "`r Sys.Date()`"
output:
pagedown::html_paged:
toc: false
# change to true for a self-contained document, but it'll be a litte slower for Pandoc to render
self_contained: true
# uncomment this line to produce HTML and PDF in RSt... | 3150 | ---
title: "Credit card expense trends"
author: "<NAME>"
date: "`r Sys.Date()`"
output:
pagedown::html_paged:
toc: false
# change to true for a self-contained document, but it'll be a litte slower for Pandoc to render
self_contained: true
# uncomment this line to produce HTML and PDF in RStudio:
... | true | ---
title: "Credit card expense trends"
author: "PI:NAME:<NAME>END_PI"
date: "`r Sys.Date()`"
output:
pagedown::html_paged:
toc: false
# change to true for a self-contained document, but it'll be a litte slower for Pandoc to render
self_contained: true
# uncomment this line to produce HTML and PD... |
[
{
"context": "ick_plot +\n facet_wrap(~ mass_group, ncol = 1)\n\n# Lycett and Eren found out the thickness is more evenly d",
"end": 24791,
"score": 0.9876224398612976,
"start": 24785,
"tag": "NAME",
"value": "Lycett"
},
{
"context": " facet_wrap(~ mass_group, ncol = 1)\n\n# Lycett... | analysis/paper/old-stuff/for paper ii.rmd | benmarwick/lithicprodswchinalatemiddlepleistocene | 0 | ---
output:
word_document: default
pdf_document: default
html_document: default
---
Some normal text.
```{r message=FALSE, warning=FALSE, echo=FALSE}
#install required packages
library(dplyr)
library(knitr)
library(ggplot2)
library(reshape2)
library(readxl)
library(fitdistrplus)
library(plyr)
library(tidyr)
... | 897 | ---
output:
word_document: default
pdf_document: default
html_document: default
---
Some normal text.
```{r message=FALSE, warning=FALSE, echo=FALSE}
#install required packages
library(dplyr)
library(knitr)
library(ggplot2)
library(reshape2)
library(readxl)
library(fitdistrplus)
library(plyr)
library(tidyr)
... | true | ---
output:
word_document: default
pdf_document: default
html_document: default
---
Some normal text.
```{r message=FALSE, warning=FALSE, echo=FALSE}
#install required packages
library(dplyr)
library(knitr)
library(ggplot2)
library(reshape2)
library(readxl)
library(fitdistrplus)
library(plyr)
library(tidyr)
... |
[
{
"context": "asures in R\nauthor: <a href=\"http://stanford.edu/~ejdemyr/\"> Simon Ejdemyr </a> \ndate: October, 2015\nsummar",
"end": 82,
"score": 0.9957742691040039,
"start": 75,
"tag": "USERNAME",
"value": "ejdemyr"
},
{
"context": "R\nauthor: <a href=\"http://stanford.edu/~ejdem... | r-tutorials/segregation/segregation.rmd | gorel/sejdemyr.github.io | 6 | ---
title: Segregation Measures in R
author: <a href="http://stanford.edu/~ejdemyr/"> Simon Ejdemyr </a>
date: October, 2015
summary: This tutorial explains how to calculate segregation measures in R, and
highlights some pitfalls that may occur when doing so. If you just
want to play around with the code, it's [here... | 1780 | ---
title: Segregation Measures in R
author: <a href="http://stanford.edu/~ejdemyr/"> <NAME> </a>
date: October, 2015
summary: This tutorial explains how to calculate segregation measures in R, and
highlights some pitfalls that may occur when doing so. If you just
want to play around with the code, it's [here](segre... | true | ---
title: Segregation Measures in R
author: <a href="http://stanford.edu/~ejdemyr/"> PI:NAME:<NAME>END_PI </a>
date: October, 2015
summary: This tutorial explains how to calculate segregation measures in R, and
highlights some pitfalls that may occur when doing so. If you just
want to play around with the code, it'... |
[
{
"context": "ion:** \n_“[80 Cereals](https://www.kaggle.com/crawford/80-cereals/)” (c) by [Chris Crawford](https://www",
"end": 1366,
"score": 0.9995639324188232,
"start": 1358,
"tag": "USERNAME",
"value": "crawford"
},
{
"context": "s://www.kaggle.com/crawford/80-cereals/)” (c)... | chapters/en/slides/module2/module2_13.rmd | Lavendulaa/programming-in-python-for-data-science | 1 | ---
params:
dynamictitle: "module2_13"
title: "`r params$dynamictitle`"
output:
md_document:
variant: gfm
---
```{r setup, include=FALSE}
## DO NOT FORGET TO CHANGE THIS ACCORDINGLY
library(rmarkdown)
# MAke sure you are updating your title
knitr::opts_chunk$set(echo = TRUE,
base.dir ... | 903 | ---
params:
dynamictitle: "module2_13"
title: "`r params$dynamictitle`"
output:
md_document:
variant: gfm
---
```{r setup, include=FALSE}
## DO NOT FORGET TO CHANGE THIS ACCORDINGLY
library(rmarkdown)
# MAke sure you are updating your title
knitr::opts_chunk$set(echo = TRUE,
base.dir ... | true | ---
params:
dynamictitle: "module2_13"
title: "`r params$dynamictitle`"
output:
md_document:
variant: gfm
---
```{r setup, include=FALSE}
## DO NOT FORGET TO CHANGE THIS ACCORDINGLY
library(rmarkdown)
# MAke sure you are updating your title
knitr::opts_chunk$set(echo = TRUE,
base.dir ... |
[
{
"context": "---\ntitle: \"Class 07 | R continued\"\nauthor: \"Sean Mussenden\"\ndate: \"3/26/2019\"\noutput:\n html_document:\n t",
"end": 59,
"score": 0.9998461604118347,
"start": 45,
"tag": "NAME",
"value": "Sean Mussenden"
},
{
"context": "* [Readr and Tidyr cheatsheet](http... | class_7/class_07.rmd | gracietodd/data-journalism | 0 | ---
title: "Class 07 | R continued"
author: "Sean Mussenden"
date: "3/26/2019"
output:
html_document:
toc: true
toc_depth: 3
toc_float: true
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, message=FALSE, warning=FALSE, paged.print=TRUE)
```
## Objective
The purpose of this in-class a... | 4759 | ---
title: "Class 07 | R continued"
author: "<NAME>"
date: "3/26/2019"
output:
html_document:
toc: true
toc_depth: 3
toc_float: true
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, message=FALSE, warning=FALSE, paged.print=TRUE)
```
## Objective
The purpose of this in-class assignmen... | true | ---
title: "Class 07 | R continued"
author: "PI:NAME:<NAME>END_PI"
date: "3/26/2019"
output:
html_document:
toc: true
toc_depth: 3
toc_float: true
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, message=FALSE, warning=FALSE, paged.print=TRUE)
```
## Objective
The purpose of this in-c... |
[
{
"context": "te of black people in the United States\"\nauthor: \"Victor Ahn\"\ndate: '02.25.2022'\noutput: html_document\n---\n###",
"end": 108,
"score": 0.999859094619751,
"start": 98,
"tag": "NAME",
"value": "Victor Ahn"
}
] | source/index.rmd | Victor1125/Assignment-3 | 0 | ---
title: "Discovering disproportionate jail rate of black people in the United States"
author: "Victor Ahn"
date: '02.25.2022'
output: html_document
---
### Introduction
The United States is known for its _high incarceration rate_ within the country. There have been unsolved problems and questions over the _di... | 603 | ---
title: "Discovering disproportionate jail rate of black people in the United States"
author: "<NAME>"
date: '02.25.2022'
output: html_document
---
### Introduction
The United States is known for its _high incarceration rate_ within the country. There have been unsolved problems and questions over the _dispro... | true | ---
title: "Discovering disproportionate jail rate of black people in the United States"
author: "PI:NAME:<NAME>END_PI"
date: '02.25.2022'
output: html_document
---
### Introduction
The United States is known for its _high incarceration rate_ within the country. There have been unsolved problems and questions ov... |
[
{
"context": "/benwhalley.github.io/just-enough-r/index.html)\n\n[kasiazka Hastie](https://web.stanford.edu/~hastie/ElemStatLearn/)",
"end": 640,
"score": 0.9452852010726929,
"start": 625,
"tag": "NAME",
"value": "kasiazka Hastie"
},
{
"context": "youtube\n\n[StatQuest](https://www.y... | 99_APPENDICES.rmd | lucas9999/Data_science_book | 0 | # APPENDICIES
## Appendix A INDEX OF STATISTICAL TEST
## Appendix B Most important theorems in Statistics and probability calculus
### Central Limit
### Fisher-Tippett-Gnedenko
## Appendix C Different entries
### out-of-bag error
### hyperparameters
### information leakage
### apriori vs aposteriori
### colab... | 3858 | # APPENDICIES
## Appendix A INDEX OF STATISTICAL TEST
## Appendix B Most important theorems in Statistics and probability calculus
### Central Limit
### Fisher-Tippett-Gnedenko
## Appendix C Different entries
### out-of-bag error
### hyperparameters
### information leakage
### apriori vs aposteriori
### colab... | true | # APPENDICIES
## Appendix A INDEX OF STATISTICAL TEST
## Appendix B Most important theorems in Statistics and probability calculus
### Central Limit
### Fisher-Tippett-Gnedenko
## Appendix C Different entries
### out-of-bag error
### hyperparameters
### information leakage
### apriori vs aposteriori
### colab... |
[
{
"context": "troduction to RMarkdown->PDF examples\" \nauthor: \"Han Oostdijk (www.hanoostdijk.nl)\"\ndate: \"March 2016 updated J",
"end": 76,
"score": 0.9998776316642761,
"start": 64,
"tag": "NAME",
"value": "Han Oostdijk"
},
{
"context": "nts for R http://rmarkdown.rstudio.com/ ... | introduction.rmd | HanOostdijk/rmd_pdf_examples | 6 | ---
title: "Introduction to RMarkdown->PDF examples"
author: "Han Oostdijk (www.hanoostdijk.nl)"
date: "March 2016 updated June 2017"
graphics: yes
output:
pdf_document:
includes:
in_header:
- extra1.tex
keep_tex: yes
toc: true
toc_depth: 2
knit: (function(inputFile, encoding) {rmarkdown::re... | 5029 | ---
title: "Introduction to RMarkdown->PDF examples"
author: "<NAME> (www.hanoostdijk.nl)"
date: "March 2016 updated June 2017"
graphics: yes
output:
pdf_document:
includes:
in_header:
- extra1.tex
keep_tex: yes
toc: true
toc_depth: 2
knit: (function(inputFile, encoding) {rmarkdown::render(i... | true | ---
title: "Introduction to RMarkdown->PDF examples"
author: "PI:NAME:<NAME>END_PI (www.hanoostdijk.nl)"
date: "March 2016 updated June 2017"
graphics: yes
output:
pdf_document:
includes:
in_header:
- extra1.tex
keep_tex: yes
toc: true
toc_depth: 2
knit: (function(inputFile, encoding) {rmark... |
[
{
"context": "le: \"PracticalMachineLearningCoursework\"\nauthor: \"Hugo Day\"\ndate: \"9 August 2018\"\noutput:\n html_document: d",
"end": 65,
"score": 0.9998350143432617,
"start": 57,
"tag": "NAME",
"value": "Hugo Day"
}
] | courseworkProject.rmd | Tontonis/PracticalMachineLearningProject | 0 | ---
title: "PracticalMachineLearningCoursework"
author: "Hugo Day"
date: "9 August 2018"
output:
html_document: default
pdf_document: default
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r, echo=FALSE}
library(ggplot2);
library(caret);
library(caretEnsemble);
library(rpart)
library(... | 1582 | ---
title: "PracticalMachineLearningCoursework"
author: "<NAME>"
date: "9 August 2018"
output:
html_document: default
pdf_document: default
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r, echo=FALSE}
library(ggplot2);
library(caret);
library(caretEnsemble);
library(rpart)
library(ra... | true | ---
title: "PracticalMachineLearningCoursework"
author: "PI:NAME:<NAME>END_PI"
date: "9 August 2018"
output:
html_document: default
pdf_document: default
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r, echo=FALSE}
library(ggplot2);
library(caret);
library(caretEnsemble);
library(rpa... |
[
{
"context": "---\ntitle: \"HW7\"\nauthor: \"Mike Ament\"\ndate: \"March 10, 2020\"\noutput: html_document\nedi",
"end": 36,
"score": 0.9998887181282043,
"start": 26,
"tag": "NAME",
"value": "Mike Ament"
}
] | Homework 7.rmd | mrament/Ament_Bio381 | 0 | ---
title: "HW7"
author: "Mike Ament"
date: "March 10, 2020"
output: html_document
editor_options:
chunk_output_type: console
---
#Question 1
Go back to your “thinking on paper” exercise, and decide on a pattern that you might expect in your experiment if a specific hypothesis were true.
Experiment: Plant responses... | 3332 | ---
title: "HW7"
author: "<NAME>"
date: "March 10, 2020"
output: html_document
editor_options:
chunk_output_type: console
---
#Question 1
Go back to your “thinking on paper” exercise, and decide on a pattern that you might expect in your experiment if a specific hypothesis were true.
Experiment: Plant responses to ... | true | ---
title: "HW7"
author: "PI:NAME:<NAME>END_PI"
date: "March 10, 2020"
output: html_document
editor_options:
chunk_output_type: console
---
#Question 1
Go back to your “thinking on paper” exercise, and decide on a pattern that you might expect in your experiment if a specific hypothesis were true.
Experiment: Plant... |
[
{
"context": "required-materials .unnumbered}\n\n- **Textbook:** Stock, James H. and Mark W. Watson. *Introduction to\n ",
"end": 1796,
"score": 0.9993165731430054,
"start": 1791,
"tag": "NAME",
"value": "Stock"
},
{
"context": "d-materials .unnumbered}\n\n- **Textbook:** Stock,... | content/syllabus/index.rmd | eabeam/ec200.s22 | 0 | ---
title: Syllabus
slug: syllabus
citeproc: true
date: 2021-08-19
type: page
#bibliography: ../../static/bib/references.bib
#csl: ../../static/bib/chicago-syllabus-no-bib.csl
output:
blogdown::html_page:
toc: true
menu: syllabus
---
`r blogdown::shortcode("courseinfo")`

# Course de... | 4429 | ---
title: Syllabus
slug: syllabus
citeproc: true
date: 2021-08-19
type: page
#bibliography: ../../static/bib/references.bib
#csl: ../../static/bib/chicago-syllabus-no-bib.csl
output:
blogdown::html_page:
toc: true
menu: syllabus
---
`r blogdown::shortcode("courseinfo")`

# Course de... | true | ---
title: Syllabus
slug: syllabus
citeproc: true
date: 2021-08-19
type: page
#bibliography: ../../static/bib/references.bib
#csl: ../../static/bib/chicago-syllabus-no-bib.csl
output:
blogdown::html_page:
toc: true
menu: syllabus
---
`r blogdown::shortcode("courseinfo")`

# Course de... |
[
{
"context": "eID=daemon_course\n&userID=daemon\n&course_password=daemon\n&outputformat=simple\"), width=width, height=heigh",
"end": 517,
"score": 0.9994876980781555,
"start": 511,
"tag": "PASSWORD",
"value": "daemon"
}
] | text/vector_functions/velocity_and_acceleration.rmd | lahvak/Calc3 | 0 | ---
title: Velocity and Acceleration
---
\renewcommand{\vec}[1]{\mathbf{#1}}
\newcommand{\v}[1]{\left\langle #1\right\rangle}
\newcommand{\norm}[1]{\left\lvert#1 \right\rvert}
```{r, echo=FALSE}
webwork <- function(path, width, height)
{
htmltools::tags$iframe(title = "Exercise",
src=p... | 5101 | ---
title: Velocity and Acceleration
---
\renewcommand{\vec}[1]{\mathbf{#1}}
\newcommand{\v}[1]{\left\langle #1\right\rangle}
\newcommand{\norm}[1]{\left\lvert#1 \right\rvert}
```{r, echo=FALSE}
webwork <- function(path, width, height)
{
htmltools::tags$iframe(title = "Exercise",
src=p... | true | ---
title: Velocity and Acceleration
---
\renewcommand{\vec}[1]{\mathbf{#1}}
\newcommand{\v}[1]{\left\langle #1\right\rangle}
\newcommand{\norm}[1]{\left\lvert#1 \right\rvert}
```{r, echo=FALSE}
webwork <- function(path, width, height)
{
htmltools::tags$iframe(title = "Exercise",
src=p... |
[
{
"context": "---\ntitle: \"Analyzing data with PIO\"\nauthor: \"Vincent Alcazer\"\ndate: \"`r Sys.Date()`\"\noutput: rmarkdown::html_v",
"end": 61,
"score": 0.9998701214790344,
"start": 46,
"tag": "NAME",
"value": "Vincent Alcazer"
}
] | Vignette.rmd | VincentAlcazer/PIO | 1 | ---
title: "Analyzing data with PIO"
author: "Vincent Alcazer"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Analyzing data with PIO}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,... | 3753 | ---
title: "Analyzing data with PIO"
author: "<NAME>"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Analyzing data with PIO}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
fig.al... | true | ---
title: "Analyzing data with PIO"
author: "PI:NAME:<NAME>END_PI"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Analyzing data with PIO}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = ... |
[
{
"context": "cluded in the scoping review'\nauthor: \n - name: \"Carlos Granell\"\n affiliation: Universitat Jaume I, Spain\ndate",
"end": 136,
"score": 0.9998359680175781,
"start": 122,
"tag": "NAME",
"value": "Carlos Granell"
}
] | R/04_description_av.rmd | cgranell/ideais-scopingreview-2019 | 0 | ---
title: 'Analysis of the virtual assistants in the eligible papers included in the scoping review'
author:
- name: "Carlos Granell"
affiliation: Universitat Jaume I, Spain
date: "`r format(Sys.time(), '%d %B, %Y')`"
abstract: |
This analysis generates tables and figures related to the characteristics
of ... | 947 | ---
title: 'Analysis of the virtual assistants in the eligible papers included in the scoping review'
author:
- name: "<NAME>"
affiliation: Universitat Jaume I, Spain
date: "`r format(Sys.time(), '%d %B, %Y')`"
abstract: |
This analysis generates tables and figures related to the characteristics
of the virt... | true | ---
title: 'Analysis of the virtual assistants in the eligible papers included in the scoping review'
author:
- name: "PI:NAME:<NAME>END_PI"
affiliation: Universitat Jaume I, Spain
date: "`r format(Sys.time(), '%d %B, %Y')`"
abstract: |
This analysis generates tables and figures related to the characteristics ... |
[
{
"context": "ientific_name = ifelse(\n scientific_name == \"Gadus morhua\" & !is.na(remarks), \n sprintf(\"%s (%s)\", sci",
"end": 3721,
"score": 0.9985049366950989,
"start": 3709,
"tag": "NAME",
"value": "Gadus morhua"
},
{
"context": " 2013\nringed_seal <- tibble(\n sci... | prep/ICO/v2019/ico_prep.rmd | OHI-Baltic/bhi-prep | 0 | ---
title: "Sense of Place (SP) - Iconic Species (ICO) Subgoal Data Preparation"
output:
github_document:
toc: true
toc_depth: 3
params:
datasource: csv
---
<br>
```{r preamble prep, message = FALSE, include = FALSE}
knitr::opts_chunk$set(message = FALSE, warning = FALSE, echo = TRUE, results = "show", ... | 1950 | ---
title: "Sense of Place (SP) - Iconic Species (ICO) Subgoal Data Preparation"
output:
github_document:
toc: true
toc_depth: 3
params:
datasource: csv
---
<br>
```{r preamble prep, message = FALSE, include = FALSE}
knitr::opts_chunk$set(message = FALSE, warning = FALSE, echo = TRUE, results = "show", ... | true | ---
title: "Sense of Place (SP) - Iconic Species (ICO) Subgoal Data Preparation"
output:
github_document:
toc: true
toc_depth: 3
params:
datasource: csv
---
<br>
```{r preamble prep, message = FALSE, include = FALSE}
knitr::opts_chunk$set(message = FALSE, warning = FALSE, echo = TRUE, results = "show", ... |
[
{
"context": "---\ntitle: \"Mediation with Lavaan\"\nauthor: Amanda Danielle Perez\noutput:\n prettydoc::html_pretty:\n theme: hpst",
"end": 64,
"score": 0.9998836517333984,
"start": 43,
"tag": "NAME",
"value": "Amanda Danielle Perez"
}
] | files/02_mediation_present.rmd | AmandaDPerez/poder_spsp21 | 0 | ---
title: "Mediation with Lavaan"
author: Amanda Danielle Perez
output:
prettydoc::html_pretty:
theme: hpstr
highlight: github
---
## Testing indirect effects/mediation in R
### What is mediation?
There are many ways to define mediation and mediators. Here's one way: Mediation is the process by which one ... | 624 | ---
title: "Mediation with Lavaan"
author: <NAME>
output:
prettydoc::html_pretty:
theme: hpstr
highlight: github
---
## Testing indirect effects/mediation in R
### What is mediation?
There are many ways to define mediation and mediators. Here's one way: Mediation is the process by which one variable transm... | true | ---
title: "Mediation with Lavaan"
author: PI:NAME:<NAME>END_PI
output:
prettydoc::html_pretty:
theme: hpstr
highlight: github
---
## Testing indirect effects/mediation in R
### What is mediation?
There are many ways to define mediation and mediators. Here's one way: Mediation is the process by which one v... |
[
{
"context": "inceton University - Panel Data Using R\"\nauthor: \"Pooya Shirazi\"\ndate: \"March 19, 2018\"\noutput:\n html_document:\n",
"end": 77,
"score": 0.999633252620697,
"start": 64,
"tag": "NAME",
"value": "Pooya Shirazi"
}
] | Princeton University - Panel Data Using R.rmd | jngod2011/Panel-Data-Using-R | 4 | ---
title: "Princeton University - Panel Data Using R"
author: "Pooya Shirazi"
date: "March 19, 2018"
output:
html_document:
df_print: paged
pdf_document: default
---
# Getting Started in Fixed / Random Effects Models using R
## Introduoction
`Panel Data` (also known as `Longitudinal` or `Cross-sectional Tim... | 4601 | ---
title: "Princeton University - Panel Data Using R"
author: "<NAME>"
date: "March 19, 2018"
output:
html_document:
df_print: paged
pdf_document: default
---
# Getting Started in Fixed / Random Effects Models using R
## Introduoction
`Panel Data` (also known as `Longitudinal` or `Cross-sectional Time-serie... | true | ---
title: "Princeton University - Panel Data Using R"
author: "PI:NAME:<NAME>END_PI"
date: "March 19, 2018"
output:
html_document:
df_print: paged
pdf_document: default
---
# Getting Started in Fixed / Random Effects Models using R
## Introduoction
`Panel Data` (also known as `Longitudinal` or `Cross-sectio... |
[
{
"context": "rmediate Importing Data in R\"\r\nauthor: \"DataCamp - Filip Schouwenaars\"\r\ndate: \"12/10/2020\"\r\noutput: html_document\r\n---\r",
"end": 86,
"score": 0.9998382329940796,
"start": 68,
"tag": "NAME",
"value": "Filip Schouwenaars"
},
{
"context": " port = 3... | DataCamp/intermediate importing data in R.rmd | dapinedo/R | 1 | ---
title: "Intermediate Importing Data in R"
author: "DataCamp - Filip Schouwenaars"
date: "12/10/2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
options(repos="https://CRAN.R-project.org")
```
## R Markdown
**Relational Databases**
- What is a relatio... | 467 | ---
title: "Intermediate Importing Data in R"
author: "DataCamp - <NAME>"
date: "12/10/2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
options(repos="https://CRAN.R-project.org")
```
## R Markdown
**Relational Databases**
- What is a relational database... | true | ---
title: "Intermediate Importing Data in R"
author: "DataCamp - PI:NAME:<NAME>END_PI"
date: "12/10/2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
options(repos="https://CRAN.R-project.org")
```
## R Markdown
**Relational Databases**
- What is a relat... |
[
{
"context": "ge: Week 2019-07-30 Video Games Dataset\"\nauthor: \"julio\"\ndate: \"2019-08-04\"\noutput: html_document\n---\n\n# ",
"end": 88,
"score": 0.9680997729301453,
"start": 83,
"tag": "NAME",
"value": "julio"
},
{
"context": "stall.packages(\"Rcpp\")\n# remotes::install_gith... | jas1_weeks/2019/2019-07-30/readme.rmd | jas1/tidytuesday | 1 |
---
title: "Tidy tuesday challenge: Week 2019-07-30 Video Games Dataset"
author: "julio"
date: "2019-08-04"
output: html_document
---
# Tidy tuesday challenge: Week 2019-07-30 Video Games Dataset
keep it simple:
## Objectives:
**general:**
* work on data,
* practice,
* get better on your workflow,
* get bette... | 4292 |
---
title: "Tidy tuesday challenge: Week 2019-07-30 Video Games Dataset"
author: "<NAME>"
date: "2019-08-04"
output: html_document
---
# Tidy tuesday challenge: Week 2019-07-30 Video Games Dataset
keep it simple:
## Objectives:
**general:**
* work on data,
* practice,
* get better on your workflow,
* get bett... | true |
---
title: "Tidy tuesday challenge: Week 2019-07-30 Video Games Dataset"
author: "PI:NAME:<NAME>END_PI"
date: "2019-08-04"
output: html_document
---
# Tidy tuesday challenge: Week 2019-07-30 Video Games Dataset
keep it simple:
## Objectives:
**general:**
* work on data,
* practice,
* get better on your workfl... |
[
{
"context": "---\ntitle: \"lab_11\"\nauthor: \"sean mussenden\"\ndate: \"8/26/2021\"\noutput: html_document\n---\n\n```",
"end": 43,
"score": 0.9998164176940918,
"start": 29,
"tag": "NAME",
"value": "sean mussenden"
},
{
"context": "ry(tidycensus)\nlibrary(lubridate)\ncensus_api_key... | labs/lab_11/lab_11.rmd | dherbers/data_journalism_2022_spring | 0 | ---
title: "lab_11"
author: "sean mussenden"
date: "8/26/2021"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## You will need
* A Census API key
## Load libraries and establish settings
**Task** Create a codeblock and load appropriate packages and settings for this la... | 2084 | ---
title: "lab_11"
author: "<NAME>"
date: "8/26/2021"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## You will need
* A Census API key
## Load libraries and establish settings
**Task** Create a codeblock and load appropriate packages and settings for this lab. You'l... | true | ---
title: "lab_11"
author: "PI:NAME:<NAME>END_PI"
date: "8/26/2021"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## You will need
* A Census API key
## Load libraries and establish settings
**Task** Create a codeblock and load appropriate packages and settings for t... |
[
{
"context": "---\ntitle: \"Midterm Project 2\"\nauthor: \"Colin Wang\"\ndate: \"2/13/2021\"\noutput:\n pdf_document: defaul",
"end": 50,
"score": 0.9998776316642761,
"start": 40,
"tag": "NAME",
"value": "Colin Wang"
},
{
"context": "e 9 variables using statistical approaches.\n\n[^... | midproject2/colin/midproject2.rmd | zwcolin/math189-wi21 | 0 | ---
title: "Midterm Project 2"
author: "Colin Wang"
date: "2/13/2021"
output:
pdf_document: default
---
```{r include=FALSE}
library(formattable)
library(plotly)
library(lmtest)
library(vars)
library(ggplot2)
library(reshape2)
library(RVAideMemoire)
library(ggpubr)
library(rstatix)
library(datasets)
library(plyr)
```... | 2955 | ---
title: "Midterm Project 2"
author: "<NAME>"
date: "2/13/2021"
output:
pdf_document: default
---
```{r include=FALSE}
library(formattable)
library(plotly)
library(lmtest)
library(vars)
library(ggplot2)
library(reshape2)
library(RVAideMemoire)
library(ggpubr)
library(rstatix)
library(datasets)
library(plyr)
```
# I... | true | ---
title: "Midterm Project 2"
author: "PI:NAME:<NAME>END_PI"
date: "2/13/2021"
output:
pdf_document: default
---
```{r include=FALSE}
library(formattable)
library(plotly)
library(lmtest)
library(vars)
library(ggplot2)
library(reshape2)
library(RVAideMemoire)
library(ggpubr)
library(rstatix)
library(datasets)
library... |
[
{
"context": "lidation model for M3 Competition data\"\r\nauthor: 'Poon, Athit Srimachand'\r\noutput:\r\n html_document:\r\n ",
"end": 85,
"score": 0.9922454953193665,
"start": 81,
"tag": "NAME",
"value": "Poon"
},
{
"context": "ion model for M3 Competition data\"\r\nauthor: 'Poon... | Automatic_cross_validation_model_M3Comp.rmd | PoonAthitS/Automatic-cross-validation-forecasting-model | 0 | ---
title: "Automatic Cross Validation model for M3 Competition data"
author: 'Poon, Athit Srimachand'
output:
html_document:
theme: paper
highlight: pygments
toc_float: yes
toc: yes
---
```{r library, include = FALSE}
lapply(c("tidyverse", "dplyr", "gridExtra", "data.table", "lubridate",... | 3488 | ---
title: "Automatic Cross Validation model for M3 Competition data"
author: '<NAME>, <NAME>'
output:
html_document:
theme: paper
highlight: pygments
toc_float: yes
toc: yes
---
```{r library, include = FALSE}
lapply(c("tidyverse", "dplyr", "gridExtra", "data.table", "lubridate", # gener... | true | ---
title: "Automatic Cross Validation model for M3 Competition data"
author: 'PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI'
output:
html_document:
theme: paper
highlight: pygments
toc_float: yes
toc: yes
---
```{r library, include = FALSE}
lapply(c("tidyverse", "dplyr", "gridExtra", "data.... |
[
{
"context": "---\ntitle: \"Ejercicio.minimos.cuadrados\"\nauthor: \"Francisco Alvarez\"\ndate: \"February 6, 2019\"\noutput: html_document\n-",
"end": 67,
"score": 0.9998323917388916,
"start": 50,
"tag": "NAME",
"value": "Francisco Alvarez"
}
] | analisisnum-jorgealtamirano/participaciones-adicionales-2019/1-ejercicios/num_condicion/equipo10_mincuad.rmd | philwebsurfer/analisis-numerico-computo-cientifico | 0 | ---
title: "Ejercicio.minimos.cuadrados"
author: "Francisco Alvarez"
date: "February 6, 2019"
output: html_document
---
```{r}
library("tidyverse")
```
Ejercicio: ajustar polinomio de grado 3 y de grado 5 por mínimos cuadrados a los datos:
x=(1:10)'
y= [1.3; 3.5;4.2;5;7;8.8;10.1;12.5;13;15.6]
p(x) = beta_0 + beta... | 636 | ---
title: "Ejercicio.minimos.cuadrados"
author: "<NAME>"
date: "February 6, 2019"
output: html_document
---
```{r}
library("tidyverse")
```
Ejercicio: ajustar polinomio de grado 3 y de grado 5 por mínimos cuadrados a los datos:
x=(1:10)'
y= [1.3; 3.5;4.2;5;7;8.8;10.1;12.5;13;15.6]
p(x) = beta_0 + beta_1*x + beta... | true | ---
title: "Ejercicio.minimos.cuadrados"
author: "PI:NAME:<NAME>END_PI"
date: "February 6, 2019"
output: html_document
---
```{r}
library("tidyverse")
```
Ejercicio: ajustar polinomio de grado 3 y de grado 5 por mínimos cuadrados a los datos:
x=(1:10)'
y= [1.3; 3.5;4.2;5;7;8.8;10.1;12.5;13;15.6]
p(x) = beta_0 + b... |
[
{
"context": "ur Own Research & The Microbiome\" \nauthor: \n - \"Brendan J. Kelly, MD, MS\"\ndate: 'Updated: `r format(Sys.Date(), \"%",
"end": 119,
"score": 0.9998923540115356,
"start": 103,
"tag": "NAME",
"value": "Brendan J. Kelly"
},
{
"context": "icrobiome Analysis Review\n\n... | assignment_001a-read_and_discuss-tools.rmd | bjklab/EPID674_001_intro-to-microbiome-data | 1 | ---
title: "Assignment: Read & Discuss"
subtitle: "Your Own Research & The Microbiome"
author:
- "Brendan J. Kelly, MD, MS"
date: 'Updated: `r format(Sys.Date(), "%d %B %Y")`'
output:
xaringan::moon_reader:
seal: FALSE
self_contained: TRUE
lib_dir: libs
css: xaringan-themer-plus.css
nature:
... | 2222 | ---
title: "Assignment: Read & Discuss"
subtitle: "Your Own Research & The Microbiome"
author:
- "<NAME>, MD, MS"
date: 'Updated: `r format(Sys.Date(), "%d %B %Y")`'
output:
xaringan::moon_reader:
seal: FALSE
self_contained: TRUE
lib_dir: libs
css: xaringan-themer-plus.css
nature:
ratio... | true | ---
title: "Assignment: Read & Discuss"
subtitle: "Your Own Research & The Microbiome"
author:
- "PI:NAME:<NAME>END_PI, MD, MS"
date: 'Updated: `r format(Sys.Date(), "%d %B %Y")`'
output:
xaringan::moon_reader:
seal: FALSE
self_contained: TRUE
lib_dir: libs
css: xaringan-themer-plus.css
natur... |
[
{
"context": "---\ntitle: \"English Word lengths\"\nauthor: \"Jenny Bryan\"\ndate: \"`r format(Sys.time(), '%d %B, %Y')`\"\noutp",
"end": 54,
"score": 0.9998707175254822,
"start": 43,
"tag": "NAME",
"value": "Jenny Bryan"
}
] | content/assignments/assignment-4B/make-activity/report.rmd | Tian-Liu-Alice/stat545.stat.ubc.ca | 1 | ---
title: "English Word lengths"
author: "Jenny Bryan"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
html_document:
keep_md: yes
---
```{r load-hist-dat, include = FALSE}
hist_dat <- read.delim("histogram.tsv")
```
On most *nix systems, the file `/usr/share/dict/words` contains a bunch of words. On my ma... | 2733 | ---
title: "English Word lengths"
author: "<NAME>"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
html_document:
keep_md: yes
---
```{r load-hist-dat, include = FALSE}
hist_dat <- read.delim("histogram.tsv")
```
On most *nix systems, the file `/usr/share/dict/words` contains a bunch of words. On my machine... | true | ---
title: "English Word lengths"
author: "PI:NAME:<NAME>END_PI"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
html_document:
keep_md: yes
---
```{r load-hist-dat, include = FALSE}
hist_dat <- read.delim("histogram.tsv")
```
On most *nix systems, the file `/usr/share/dict/words` contains a bunch of words.... |
[
{
"context": "b. Feel free to use the data and [tell us](mailto: kariljordan@carpentries.org) about your findings.\n\n```{r echo=FALSE}\ndata <- ",
"end": 951,
"score": 0.9999011158943176,
"start": 924,
"tag": "EMAIL",
"value": "kariljordan@carpentries.org"
},
{
"context": "eadr::rea... | learner-assessment/archives/2017/code/2017-December-post.rmd | mesfind/assessment | 0 | # Data Carpentry's Post-Workshop Survey Summary Plots
__Revised__: December 2017
```{r setup, include=FALSE}
library(knitr)
opts_chunk$set(echo = FALSE,
message = FALSE,
warning = FALSE)
library(tidyverse)
library(DBI)
library(ggmap)
library(likert)
library(mapproj)
library(RColorBrewer)
... | 1994 | # Data Carpentry's Post-Workshop Survey Summary Plots
__Revised__: December 2017
```{r setup, include=FALSE}
library(knitr)
opts_chunk$set(echo = FALSE,
message = FALSE,
warning = FALSE)
library(tidyverse)
library(DBI)
library(ggmap)
library(likert)
library(mapproj)
library(RColorBrewer)
... | true | # Data Carpentry's Post-Workshop Survey Summary Plots
__Revised__: December 2017
```{r setup, include=FALSE}
library(knitr)
opts_chunk$set(echo = FALSE,
message = FALSE,
warning = FALSE)
library(tidyverse)
library(DBI)
library(ggmap)
library(likert)
library(mapproj)
library(RColorBrewer)
... |
[
{
"context": "ulas and Using the Package `vegetarian`'\nauthor: 'Amir Barghi'\noutput: html_document\n---\n\n```{r setup, include=",
"end": 177,
"score": 0.9998944997787476,
"start": 166,
"tag": "NAME",
"value": "Amir Barghi"
},
{
"context": " used in this file, see the following art... | Diversity_Using_Vegetarian_and_Tidyverse.rmd | abarghi/Diversity_Using_Vegetarian_and_Tidyverse | 0 | ---
title: 'A Tidyverse Approach to Alpha, Beta and Gamma Diversities'
subtitle: 'Computed and Visualized Using Formulas and Using the Package `vegetarian`'
author: 'Amir Barghi'
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# The Formulas
For the formulas used in this ... | 3817 | ---
title: 'A Tidyverse Approach to Alpha, Beta and Gamma Diversities'
subtitle: 'Computed and Visualized Using Formulas and Using the Package `vegetarian`'
author: '<NAME>'
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# The Formulas
For the formulas used in this file,... | true | ---
title: 'A Tidyverse Approach to Alpha, Beta and Gamma Diversities'
subtitle: 'Computed and Visualized Using Formulas and Using the Package `vegetarian`'
author: 'PI:NAME:<NAME>END_PI'
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# The Formulas
For the formulas used... |
[
{
"context": "in the middle of the page on their own line. \n\nI (Nick) have found that it is better to use the single d",
"end": 3883,
"score": 0.7008486986160278,
"start": 3879,
"tag": "NAME",
"value": "Nick"
}
] | content/docs/md_syntax_styling.rmd | mqSociology/underthehood | 0 | ---
title: "Markdown Syntax and Styling"
lastmod: 2019-03-06T00:00:00.000Z
draft: false
type: docs
maths: true
output:
blogdown::html_page:
toc: true
linktitle: "Markdown Syntax and Styling"
menu:
docs:
parent: Content Management
weight: 80
---
## Escaping RMarkdown
Sometimes there are situati... | 4017 | ---
title: "Markdown Syntax and Styling"
lastmod: 2019-03-06T00:00:00.000Z
draft: false
type: docs
maths: true
output:
blogdown::html_page:
toc: true
linktitle: "Markdown Syntax and Styling"
menu:
docs:
parent: Content Management
weight: 80
---
## Escaping RMarkdown
Sometimes there are situati... | true | ---
title: "Markdown Syntax and Styling"
lastmod: 2019-03-06T00:00:00.000Z
draft: false
type: docs
maths: true
output:
blogdown::html_page:
toc: true
linktitle: "Markdown Syntax and Styling"
menu:
docs:
parent: Content Management
weight: 80
---
## Escaping RMarkdown
Sometimes there are situati... |
[
{
"context": "---\ntitle: \"miRNA annotation\"\nauthor: \"Lorena Pantano\"\ndate: \"`r date()`\"\noutput:\n html_document:\n ",
"end": 53,
"score": 0.9998784065246582,
"start": 39,
"tag": "NAME",
"value": "Lorena Pantano"
}
] | mirna/mirannotation/stats.rmd | lpantano/tools-mixer | 0 | ---
title: "miRNA annotation"
author: "Lorena Pantano"
date: "`r date()`"
output:
html_document:
toc: true
toc_depth: 2
code_folding: hide
toc_float: true
theme: readable
highlight: zenburn
---
```{r setup-mir}
library(knitr)
library(rmarkdown)
options(bitmapType = "cairo")
opts_chunk$set(tid... | 1286 | ---
title: "miRNA annotation"
author: "<NAME>"
date: "`r date()`"
output:
html_document:
toc: true
toc_depth: 2
code_folding: hide
toc_float: true
theme: readable
highlight: zenburn
---
```{r setup-mir}
library(knitr)
library(rmarkdown)
options(bitmapType = "cairo")
opts_chunk$set(tidy=TRUE, ... | true | ---
title: "miRNA annotation"
author: "PI:NAME:<NAME>END_PI"
date: "`r date()`"
output:
html_document:
toc: true
toc_depth: 2
code_folding: hide
toc_float: true
theme: readable
highlight: zenburn
---
```{r setup-mir}
library(knitr)
library(rmarkdown)
options(bitmapType = "cairo")
opts_chunk$s... |
[
{
"context": "amlFile <- file.choose()\r\n#yamlFile = \"C:\\\\Users\\\\remoteuser\\\\Source\\\\Repos\\\\DGADSGeneralRepo\\\\Code\\\\Utilities",
"end": 2857,
"score": 0.959748387336731,
"start": 2847,
"tag": "USERNAME",
"value": "remoteuser"
},
{
"context": "me13/bergstra12a/bergstra1... | DataScienceUtilities/Modeling/BinaryClassification/BinaryModelSelection.rmd | bkuk69/Azure-TDSP-Utilities | 378 | ---
title: "Automated Model training: Binary classification"
date: "`r format(Sys.time(), '%B %d, %Y')`"
author: "Team Data Science Process by Microsoft"
output:
html_document:
fig_caption: yes
number_sections: yes
toc: yes
theme: journal
highlight: espresso
keep_md: false
to... | 3444 | ---
title: "Automated Model training: Binary classification"
date: "`r format(Sys.time(), '%B %d, %Y')`"
author: "Team Data Science Process by Microsoft"
output:
html_document:
fig_caption: yes
number_sections: yes
toc: yes
theme: journal
highlight: espresso
keep_md: false
to... | true | ---
title: "Automated Model training: Binary classification"
date: "`r format(Sys.time(), '%B %d, %Y')`"
author: "Team Data Science Process by Microsoft"
output:
html_document:
fig_caption: yes
number_sections: yes
toc: yes
theme: journal
highlight: espresso
keep_md: false
to... |
[
{
"context": "k & Qahwaji 2007, Song 2009, Yu 2009,Yuan 2010, Ahmed 2013 and Bobra 2015. Recently, deep learning mode",
"end": 1833,
"score": 0.918623149394989,
"start": 1830,
"tag": "NAME",
"value": "med"
},
{
"context": "ipt from [Vlad Landa's github](https://github.com/vladlanda/L... | final_project/project08/blinded.rmd | ionides/531w21 | 2 | ---
title: "Statistical Models for Solar Flare X-ray Flux Time Series"
author: ""
date: "`r format(Sys.time(), '%d %B, %Y')`"
geometry: "left=2.5cm,right=2.5cm,top=1.5cm,bottom=1.5cm"
output:
html_document:
highlight: tango
code_folding: hide
number_sections: yes
fig_caption: TRUE
theme: paper
... | 2982 | ---
title: "Statistical Models for Solar Flare X-ray Flux Time Series"
author: ""
date: "`r format(Sys.time(), '%d %B, %Y')`"
geometry: "left=2.5cm,right=2.5cm,top=1.5cm,bottom=1.5cm"
output:
html_document:
highlight: tango
code_folding: hide
number_sections: yes
fig_caption: TRUE
theme: paper
... | true | ---
title: "Statistical Models for Solar Flare X-ray Flux Time Series"
author: ""
date: "`r format(Sys.time(), '%d %B, %Y')`"
geometry: "left=2.5cm,right=2.5cm,top=1.5cm,bottom=1.5cm"
output:
html_document:
highlight: tango
code_folding: hide
number_sections: yes
fig_caption: TRUE
theme: paper
... |
[
{
"context": "c: true\n toc_depth: 2\n---\n## About the scripts\nAdam Steinbrenner <br>\nastein10@uw.edu <br>\nhttp://steinbrennerlab.",
"end": 130,
"score": 0.9998812675476074,
"start": 113,
"tag": "NAME",
"value": "Adam Steinbrenner"
},
{
"context": "2\n---\n## About the scripts... | genoplot.rmd | steinbrennerlab/figure_examples | 1 | ---
title: "custom GenoplotR"
output:
github_document:
toc: true
toc_depth: 2
---
## About the scripts
Adam Steinbrenner <br>
astein10@uw.edu <br>
http://steinbrennerlab.org <br>
Updated 5/10/2019 <br>
<br>
The following takes genbank files and output a sequential genoplot using features of interest. Input i... | 2785 | ---
title: "custom GenoplotR"
output:
github_document:
toc: true
toc_depth: 2
---
## About the scripts
<NAME> <br>
<EMAIL> <br>
http://steinbrennerlab.org <br>
Updated 5/10/2019 <br>
<br>
The following takes genbank files and output a sequential genoplot using features of interest. Input is .gb files and .tx... | true | ---
title: "custom GenoplotR"
output:
github_document:
toc: true
toc_depth: 2
---
## About the scripts
PI:NAME:<NAME>END_PI <br>
PI:EMAIL:<EMAIL>END_PI <br>
http://steinbrennerlab.org <br>
Updated 5/10/2019 <br>
<br>
The following takes genbank files and output a sequential genoplot using features of interest... |
[
{
"context": "cs using Networked Data in R\"\r\nauthor: \"Datacamp - Maria Oskarsdottir\"\r\ndate: \"12/23/2020\"\r\noutput: html_document\r\n---\r",
"end": 100,
"score": 0.9998711347579956,
"start": 82,
"tag": "NAME",
"value": "Maria Oskarsdottir"
},
{
"context": "/1293.png)\r\n\r\n... | DataCamp/predictive analytics using networked data in R.rmd | dapinedo/R | 1 | ---
title: "Predictive Analytics using Networked Data in R"
author: "Datacamp - Maria Oskarsdottir"
date: "12/23/2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
options(repos="https://CRAN.R-project.org")
```
## Motivation: social networks and predictive anal... | 3257 | ---
title: "Predictive Analytics using Networked Data in R"
author: "Datacamp - <NAME>"
date: "12/23/2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
options(repos="https://CRAN.R-project.org")
```
## Motivation: social networks and predictive analytics
![]... | true | ---
title: "Predictive Analytics using Networked Data in R"
author: "Datacamp - PI:NAME:<NAME>END_PI"
date: "12/23/2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
options(repos="https://CRAN.R-project.org")
```
## Motivation: social networks and predictive an... |
[
{
"context": "dule 7\n\nSubmit the completed exercise to us at:\n\n* t.edwards@usu.edu \n* eric_tsakiris@fws.gov \n\n---\n\n## Context\n\nThe ",
"end": 812,
"score": 0.9999111294746399,
"start": 795,
"tag": "EMAIL",
"value": "t.edwards@usu.edu"
},
{
"context": "pleted exercise to us... | ex13/sdhmR_EX13_YourName.rmd | reedetile/sdhmRclass | 0 | ---
title: "Exercise Title Goes Here"
author: "Your Name Goes Here"
date: "`r format(Sys.time(), '%d %B %Y')`"
output: html_document
---
<!-- These are global options
set root directory here
NOTE mine is active; yours is commented out
change the path to reflect your CPU,
then comment out... | 1641 | ---
title: "Exercise Title Goes Here"
author: "Your Name Goes Here"
date: "`r format(Sys.time(), '%d %B %Y')`"
output: html_document
---
<!-- These are global options
set root directory here
NOTE mine is active; yours is commented out
change the path to reflect your CPU,
then comment out... | true | ---
title: "Exercise Title Goes Here"
author: "Your Name Goes Here"
date: "`r format(Sys.time(), '%d %B %Y')`"
output: html_document
---
<!-- These are global options
set root directory here
NOTE mine is active; yours is commented out
change the path to reflect your CPU,
then comment out... |
[
{
"context": "---\r\ntitle: \"神經網路 (Neural Network)\"\r\nauthor: \"JianKai Wang (https://sophia.ddns.net/)\"\r\ndate: \"2018年4月3日\"\r\no",
"end": 58,
"score": 0.9974437952041626,
"start": 46,
"tag": "NAME",
"value": "JianKai Wang"
}
] | machine_learning/supervised_learning/Neural_Network_R.rmd | jiankaiwang/sophia.ml | 7 | ---
title: "神經網路 (Neural Network)"
author: "JianKai Wang (https://sophia.ddns.net/)"
date: "2018年4月3日"
output: html_document
---
## 類神經網路
### 套件準備
神經網路於 R 中可以透過套件 **nnet** 來實作,可以用來建構與擬和隱藏層 (Hidden Layers)。
```{r}
packageName <- c("nnet")
for(i in 1:length(packageName)) {
if(!(packageName[i] %in% r... | 399 | ---
title: "神經網路 (Neural Network)"
author: "<NAME> (https://sophia.ddns.net/)"
date: "2018年4月3日"
output: html_document
---
## 類神經網路
### 套件準備
神經網路於 R 中可以透過套件 **nnet** 來實作,可以用來建構與擬和隱藏層 (Hidden Layers)。
```{r}
packageName <- c("nnet")
for(i in 1:length(packageName)) {
if(!(packageName[i] %in% rowname... | true | ---
title: "神經網路 (Neural Network)"
author: "PI:NAME:<NAME>END_PI (https://sophia.ddns.net/)"
date: "2018年4月3日"
output: html_document
---
## 類神經網路
### 套件準備
神經網路於 R 中可以透過套件 **nnet** 來實作,可以用來建構與擬和隱藏層 (Hidden Layers)。
```{r}
packageName <- c("nnet")
for(i in 1:length(packageName)) {
if(!(packageName[i... |
[
{
"context": "d generating files for cBioPortal\"\nauthor:\n- name: Arsenij Ustjanzew\n affiliation: \n email: arsenij.ustjanzew@gmail.",
"end": 118,
"score": 0.9998976588249207,
"start": 101,
"tag": "NAME",
"value": "Arsenij Ustjanzew"
},
{
"context": "- name: Arsenij Ustjanzew\n ... | vignettes/intro.rmd | arsenij-ust/cbpManager | 3 | ---
title: "cbpManager: Managing cancer studies and generating files for cBioPortal"
author:
- name: Arsenij Ustjanzew
affiliation:
email: arsenij.ustjanzew@gmail.com
date: "`r BiocStyle::doc_date()`"
package: "`r BiocStyle::pkg_ver('cbpManager')`"
output:
rmarkdown::html_document:
toc: true
toc_float: ... | 5067 | ---
title: "cbpManager: Managing cancer studies and generating files for cBioPortal"
author:
- name: <NAME>
affiliation:
email: <EMAIL>
date: "`r BiocStyle::doc_date()`"
package: "`r BiocStyle::pkg_ver('cbpManager')`"
output:
rmarkdown::html_document:
toc: true
toc_float: true
fig_caption: true
vign... | true | ---
title: "cbpManager: Managing cancer studies and generating files for cBioPortal"
author:
- name: PI:NAME:<NAME>END_PI
affiliation:
email: PI:EMAIL:<EMAIL>END_PI
date: "`r BiocStyle::doc_date()`"
package: "`r BiocStyle::pkg_ver('cbpManager')`"
output:
rmarkdown::html_document:
toc: true
toc_float: tr... |
[
{
"context": "---\ntitle: \"Problem 34\"\nauthor: \"Dynortice\"\ndate: \"`r format(Sys.time(), '%d %B, %Y')`",
"end": 36,
"score": 0.8323726654052734,
"start": 33,
"tag": "USERNAME",
"value": "Dyn"
},
{
"context": "---\ntitle: \"Problem 34\"\nauthor: \"Dynortice\"\ndate: \"`r format(... | problems/0034/solution.rmd | Dynortice/Project-Euler | 0 | ---
title: "Problem 34"
author: "Dynortice"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
html_document:
theme: readable
---
## Digit factorials
$145$ is a curious number, as $1! + 4! + 5! = 1 + 24 + 120 = 145$.
Find the sum of all numbers which are equal to the sum of the factorial of their digits.
Note... | 3420 | ---
title: "Problem 34"
author: "Dyn<NAME>"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
html_document:
theme: readable
---
## Digit factorials
$145$ is a curious number, as $1! + 4! + 5! = 1 + 24 + 120 = 145$.
Find the sum of all numbers which are equal to the sum of the factorial of their digits.
Note... | true | ---
title: "Problem 34"
author: "DynPI:NAME:<NAME>END_PI"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
html_document:
theme: readable
---
## Digit factorials
$145$ is a curious number, as $1! + 4! + 5! = 1 + 24 + 120 = 145$.
Find the sum of all numbers which are equal to the sum of the factorial of their... |
[
{
"context": "kelihood\n - density estimation\nauthors:\n - name: Jonas Moss\n orcid: 0000-0002-6876-6964\n affiliation: 1",
"end": 200,
"score": 0.999829113483429,
"start": 190,
"tag": "NAME",
"value": "Jonas Moss"
},
{
"context": "aper.bib\n---\n\n# Summary\n\n`univariateML... | paper/paper.rmd | vbaliga/univariateML | 0 | ---
title: 'univariateML: An R package for maximum likelihood estimation of univariate densities'
tags:
- R
- statistics
- maximum likelihood
- density estimation
authors:
- name: Jonas Moss
orcid: 0000-0002-6876-6964
affiliation: 1
affiliations:
- name: University of Oslo
index: 1
output:
githu... | 105 | ---
title: 'univariateML: An R package for maximum likelihood estimation of univariate densities'
tags:
- R
- statistics
- maximum likelihood
- density estimation
authors:
- name: <NAME>
orcid: 0000-0002-6876-6964
affiliation: 1
affiliations:
- name: University of Oslo
index: 1
output:
github_do... | true | ---
title: 'univariateML: An R package for maximum likelihood estimation of univariate densities'
tags:
- R
- statistics
- maximum likelihood
- density estimation
authors:
- name: PI:NAME:<NAME>END_PI
orcid: 0000-0002-6876-6964
affiliation: 1
affiliations:
- name: University of Oslo
index: 1
outpu... |
[
{
"context": " AAD authentication for a storage account\"\nauthor: Hong Ooi\noutput: rmarkdown::html_vignette\nvignette: >\n %\\",
"end": 84,
"score": 0.9998406767845154,
"start": 76,
"tag": "NAME",
"value": "Hong Ooi"
},
{
"context": " tenant=\"yourtenant\", app=\"app_id\",\n pa... | vignettes/aad.rmd | KoderKow/AzureStor | 56 | ---
title: "How to enable AAD authentication for a storage account"
author: Hong Ooi
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{AAD authentication setup}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{utf8}
---
It's possible to authenticate to a storage account using an OAuth token ... | 594 | ---
title: "How to enable AAD authentication for a storage account"
author: <NAME>
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{AAD authentication setup}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{utf8}
---
It's possible to authenticate to a storage account using an OAuth token ob... | true | ---
title: "How to enable AAD authentication for a storage account"
author: PI:NAME:<NAME>END_PI
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{AAD authentication setup}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{utf8}
---
It's possible to authenticate to a storage account using an ... |
[
{
"context": "---\ntitle: \"\"\nauthor: \"James Goldie, 360info\"\n---\n\n```{r setup}\nlibrary(tidyverse)\nli",
"end": 35,
"score": 0.9998194575309753,
"start": 23,
"tag": "NAME",
"value": "James Goldie"
},
{
"context": "oor heat\"),\n caption = paste(\n \"**CHART:** James G... | analysis.rmd | 360-info/report-hotter-and-hotter | 0 | ---
title: ""
author: "James Goldie, 360info"
---
```{r setup}
library(tidyverse)
library(janitor)
library(lubridate)
library(glue)
library(themes360info)
library(ggtext)
library(here)
source(here("util.r"))
```
Download the surveys (CC-BY 4.0) from [the GitHub repo](https://github.com/Cool-infrastructures/Covid19-He... | 4526 | ---
title: ""
author: "<NAME>, 360info"
---
```{r setup}
library(tidyverse)
library(janitor)
library(lubridate)
library(glue)
library(themes360info)
library(ggtext)
library(here)
source(here("util.r"))
```
Download the surveys (CC-BY 4.0) from [the GitHub repo](https://github.com/Cool-infrastructures/Covid19-Heat). E... | true | ---
title: ""
author: "PI:NAME:<NAME>END_PI, 360info"
---
```{r setup}
library(tidyverse)
library(janitor)
library(lubridate)
library(glue)
library(themes360info)
library(ggtext)
library(here)
source(here("util.r"))
```
Download the surveys (CC-BY 4.0) from [the GitHub repo](https://github.com/Cool-infrastructures/Co... |
[
{
"context": "---\ntitle: \"R에서 남한지도 그려보기\"\nauthor: \"김병건\"\ndate: '2019 9 7 '\nheader-includes:\n - \\usepacka",
"end": 39,
"score": 0.9992122650146484,
"start": 36,
"tag": "NAME",
"value": "김병건"
},
{
"context": " :-)\n\nR에서 지도 그리시는 분들에게 도움이 되셨기를 바라며, 이만 마치겠습니다.\n\n\n김병건 (skysign ... | drawing_south_korea_map_in_R.rmd | skysign/drawing_south_korea_map_in_R | 1 | ---
title: "R에서 남한지도 그려보기"
author: "김병건"
date: '2019 9 7 '
header-includes:
- \usepackage{kotex}
output:
word_document: default
html_document:
df_print: paged
pdf_document:
latex_engine: pdflatex
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
# 필요한 패키지 설치
```{r}
# install.pack... | 2511 | ---
title: "R에서 남한지도 그려보기"
author: "<NAME>"
date: '2019 9 7 '
header-includes:
- \usepackage{kotex}
output:
word_document: default
html_document:
df_print: paged
pdf_document:
latex_engine: pdflatex
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
# 필요한 패키지 설치
```{r}
# install.p... | true | ---
title: "R에서 남한지도 그려보기"
author: "PI:NAME:<NAME>END_PI"
date: '2019 9 7 '
header-includes:
- \usepackage{kotex}
output:
word_document: default
html_document:
df_print: paged
pdf_document:
latex_engine: pdflatex
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
# 필요한 패키지 설치
```{... |
[
{
"context": "over R's base graphics system and head directly to Hadley Wickham's `ggplot2` package. Hadley has\r\nincluded a few ",
"end": 1888,
"score": 0.9998400807380676,
"start": 1874,
"tag": "NAME",
"value": "Hadley Wickham"
},
{
"context": "tions\r\n\r\nIn this example, we us... | 23-lesson-geospatial-data/notes/making-maps-with-R.rmd | STAT133-Summer2016/CourseMaterials | 0 | ---
title: Making Maps With R
author:
output: html_document
---
# Making Maps with R {#map-making-in-R}
```{r, include = FALSE}
library(knitr)
library(ggplot2)
library(ggmap)
library(maps)
library(mapdata)
library(dplyr)
library(stringr)
library(rvest)
library(readr)
opts_chunk$set(fig.width=10... | 4463 | ---
title: Making Maps With R
author:
output: html_document
---
# Making Maps with R {#map-making-in-R}
```{r, include = FALSE}
library(knitr)
library(ggplot2)
library(ggmap)
library(maps)
library(mapdata)
library(dplyr)
library(stringr)
library(rvest)
library(readr)
opts_chunk$set(fig.width=10... | true | ---
title: Making Maps With R
author:
output: html_document
---
# Making Maps with R {#map-making-in-R}
```{r, include = FALSE}
library(knitr)
library(ggplot2)
library(ggmap)
library(maps)
library(mapdata)
library(dplyr)
library(stringr)
library(rvest)
library(readr)
opts_chunk$set(fig.width=10... |
[
{
"context": " \"random_forest_celltype_classification\"\nauthor: \"DanielS\"\ndate: \"2020-09-02\"\noutput: workflowr::wflow_htm",
"end": 66,
"score": 0.722039520740509,
"start": 60,
"tag": "NAME",
"value": "Daniel"
},
{
"context": "om_forest_celltype_classification\"\nauthor: \"Dan... | analysis/04_celltype_classification.rmd | BodenmillerGroup/Mitamura-Schulz_skin_rash | 0 | ---
title: "random_forest_celltype_classification"
author: "DanielS"
date: "2020-09-02"
output: workflowr::wflow_html
editor_options:
chunk_output_type: inline
---
# Introduction
Manually labelled cells (cytomapper shiny) will be loaded and used to train a random forest classifier. The classifier will then be used ... | 5203 | ---
title: "random_forest_celltype_classification"
author: "<NAME>S"
date: "2020-09-02"
output: workflowr::wflow_html
editor_options:
chunk_output_type: inline
---
# Introduction
Manually labelled cells (cytomapper shiny) will be loaded and used to train a random forest classifier. The classifier will then be used ... | true | ---
title: "random_forest_celltype_classification"
author: "PI:NAME:<NAME>END_PIS"
date: "2020-09-02"
output: workflowr::wflow_html
editor_options:
chunk_output_type: inline
---
# Introduction
Manually labelled cells (cytomapper shiny) will be loaded and used to train a random forest classifier. The classifier will... |
[
{
"context": "---\ntitle: \"Homework 4\"\nauthor: \"Mike Ament\"\ndate: \"February 5, 2020\"\noutput: html_document\n-",
"end": 43,
"score": 0.9998939037322998,
"start": 33,
"tag": "NAME",
"value": "Mike Ament"
}
] | Homework 4.rmd | mrament/Ament_Bio381 | 0 | ---
title: "Homework 4"
author: "Mike Ament"
date: "February 5, 2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
Problem 1:
Suppose x = 1.1, a = 2.2, and b = 3.3. Assign each expression to the value of the variable zand print the value stored in z.
a) $x^a^b$
b)... | 4944 | ---
title: "Homework 4"
author: "<NAME>"
date: "February 5, 2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
Problem 1:
Suppose x = 1.1, a = 2.2, and b = 3.3. Assign each expression to the value of the variable zand print the value stored in z.
a) $x^a^b$
b) $(x... | true | ---
title: "Homework 4"
author: "PI:NAME:<NAME>END_PI"
date: "February 5, 2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
Problem 1:
Suppose x = 1.1, a = 2.2, and b = 3.3. Assign each expression to the value of the variable zand print the value stored in z.
a) $x... |
[
{
"context": "utcomes (PROs) Instrument Properties \r\nauthor: Agustin Calatroni <a href='https://github.com/agstn/WW/tree/main/20",
"end": 103,
"score": 0.9998860955238342,
"start": 86,
"tag": "NAME",
"value": "Agustin Calatroni"
},
{
"context": " Agustin Calatroni <a href='h... | posts/2021-07-18-wonderful-wednesdays-july-2021/code/sdq - Agustin Calatroni.rmd | VIS-SIG/Blog | 3 | ---
title: Patient Reported Outcomes (PROs) Instrument Properties
author: Agustin Calatroni <a href='https://github.com/agstn/WW/tree/main/2021-06-09'> <i style='background-color:white' class='fa fa-github'> Wonderful-Wednesdays </i></a>
date: "`r format(Sys.Date(), format='%a %d %b %Y')`"
output: ... | 4192 | ---
title: Patient Reported Outcomes (PROs) Instrument Properties
author: <NAME> <a href='https://github.com/agstn/WW/tree/main/2021-06-09'> <i style='background-color:white' class='fa fa-github'> Wonderful-Wednesdays </i></a>
date: "`r format(Sys.Date(), format='%a %d %b %Y')`"
output:
flexdas... | true | ---
title: Patient Reported Outcomes (PROs) Instrument Properties
author: PI:NAME:<NAME>END_PI <a href='https://github.com/agstn/WW/tree/main/2021-06-09'> <i style='background-color:white' class='fa fa-github'> Wonderful-Wednesdays </i></a>
date: "`r format(Sys.Date(), format='%a %d %b %Y')`"
outpu... |
[
{
"context": "ergrey}\\today}\n \\fancyhead[L]{\\color{headergrey}Moretz, Brandon}\n \\fancyhead[C]{\\Large\\bfseries\\color{headergre",
"end": 807,
"score": 0.9001081585884094,
"start": 792,
"tag": "NAME",
"value": "Moretz, Brandon"
}
] | Bayesian Data Analysis/07_Linear-Mixed-Effects-Models.rmd | bmoretz/Statistical-Computing | 3 | ---
title: ''
mainfont: Arial
fontsize: 12pt
documentclass: report
header-includes:
- \PassOptionsToPackage{table}{xcolor}
- \usepackage{caption}
- \usepackage{amssymb}
- \usepackage{booktabs}
- \usepackage{longtable}
- \usepackage{array}
- \usepackage{multirow}
- \usepackage{wrapfig}
- \usepackage{float}
- \usepackage... | 3917 | ---
title: ''
mainfont: Arial
fontsize: 12pt
documentclass: report
header-includes:
- \PassOptionsToPackage{table}{xcolor}
- \usepackage{caption}
- \usepackage{amssymb}
- \usepackage{booktabs}
- \usepackage{longtable}
- \usepackage{array}
- \usepackage{multirow}
- \usepackage{wrapfig}
- \usepackage{float}
- \usepackage... | true | ---
title: ''
mainfont: Arial
fontsize: 12pt
documentclass: report
header-includes:
- \PassOptionsToPackage{table}{xcolor}
- \usepackage{caption}
- \usepackage{amssymb}
- \usepackage{booktabs}
- \usepackage{longtable}
- \usepackage{array}
- \usepackage{multirow}
- \usepackage{wrapfig}
- \usepackage{float}
- \usepackage... |
[
{
"context": "---\ntitle: \"NCEAS training web page\"\nauthor: \"Robert McGuinn\"\ndate: \"2/4/2020\"\noutput: html_document\n---\n\n```{",
"end": 60,
"score": 0.9998586773872375,
"start": 46,
"tag": "NAME",
"value": "Robert McGuinn"
}
] | index.rmd | RobertMcGuinn/nceas_training_RPMcGuinn | 0 | ---
title: "NCEAS training web page"
author: "Robert McGuinn"
date: "2/4/2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## Analysis plan
- [Data Cleaning](data-cleaning.html)
- [Visualization](plotting_mapping.html)
- Dashboard | 15 | ---
title: "NCEAS training web page"
author: "<NAME>"
date: "2/4/2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## Analysis plan
- [Data Cleaning](data-cleaning.html)
- [Visualization](plotting_mapping.html)
- Dashboard | true | ---
title: "NCEAS training web page"
author: "PI:NAME:<NAME>END_PI"
date: "2/4/2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## Analysis plan
- [Data Cleaning](data-cleaning.html)
- [Visualization](plotting_mapping.html)
- Dashboard |
[
{
"context": "e global distribution of media.\n\n\\end{comment}\n\n## Gilles Deleuze and Felix Guattari\n\n**Deterritorialization**\n- th",
"end": 1779,
"score": 0.9998801946640015,
"start": 1765,
"tag": "NAME",
"value": "Gilles Deleuze"
},
{
"context": "on of media.\n\n\\end{comment... | docs/minor/ctw/Prelim.rmd | ph-col/sum | 0 | ---
title: Contemporary World Prelim
header-includes:
- \usepackage{verbatim}
output: pdf_document
---
\tableofcontents
\pagebreak
# Introduction to the Study of Globalization
## Intended Learning Outcomes:
- Define what Globalization is and what it stands for in our Contemporary World.
- Differentiates the ... | 3826 | ---
title: Contemporary World Prelim
header-includes:
- \usepackage{verbatim}
output: pdf_document
---
\tableofcontents
\pagebreak
# Introduction to the Study of Globalization
## Intended Learning Outcomes:
- Define what Globalization is and what it stands for in our Contemporary World.
- Differentiates the ... | true | ---
title: Contemporary World Prelim
header-includes:
- \usepackage{verbatim}
output: pdf_document
---
\tableofcontents
\pagebreak
# Introduction to the Study of Globalization
## Intended Learning Outcomes:
- Define what Globalization is and what it stands for in our Contemporary World.
- Differentiates the ... |
[
{
"context": "---\ntitle: \"import\"\nauthor: \"Luke Hayden\"\ndate: \"July 20, 2018\"\noutput: html_document\n---\n",
"end": 40,
"score": 0.9998757243156433,
"start": 29,
"tag": "NAME",
"value": "Luke Hayden"
}
] | old analyses/importextra.rmd | luke-hayden/nstringfull | 2 | ---
title: "import"
author: "Luke Hayden"
date: "July 20, 2018"
output: html_document
---
```{r, echo=FALSE, warning=FALSE, error=FALSE, message=FALSE}
library(NanoStringNorm)
library(dplyr)
library(ggbiplot)
library(tibble)
library(tidyr)
library(lubridate)
````
Important: run imp1.r before this script
```{r, e... | 3087 | ---
title: "import"
author: "<NAME>"
date: "July 20, 2018"
output: html_document
---
```{r, echo=FALSE, warning=FALSE, error=FALSE, message=FALSE}
library(NanoStringNorm)
library(dplyr)
library(ggbiplot)
library(tibble)
library(tidyr)
library(lubridate)
````
Important: run imp1.r before this script
```{r, echo=F... | true | ---
title: "import"
author: "PI:NAME:<NAME>END_PI"
date: "July 20, 2018"
output: html_document
---
```{r, echo=FALSE, warning=FALSE, error=FALSE, message=FALSE}
library(NanoStringNorm)
library(dplyr)
library(ggbiplot)
library(tibble)
library(tidyr)
library(lubridate)
````
Important: run imp1.r before this script
... |
[
{
"context": " Science - Lab 9\n# IST687 Section M002\n# Professor Anderson\n# Enter your name here: Chaithra Kopparam Cheluva",
"end": 127,
"score": 0.6121323108673096,
"start": 119,
"tag": "NAME",
"value": "Anderson"
},
{
"context": " M002\n# Professor Anderson\n# Enter your name h... | lab/lab09.rmd | chaithrakc/syr_ads_ist687 | 0 | ---
title: "Lab 9"
output: pdf_document
---
```{r}
## Intro to Data Science - Lab 9
# IST687 Section M002
# Professor Anderson
# Enter your name here: Chaithra Kopparam Cheluvaiah
# 1. I did this homework by myself, with help from the book and the professor.
#installing required packages
#install.packages("kernlab")
... | 5223 | ---
title: "Lab 9"
output: pdf_document
---
```{r}
## Intro to Data Science - Lab 9
# IST687 Section M002
# Professor <NAME>
# Enter your name here: <NAME>
# 1. I did this homework by myself, with help from the book and the professor.
#installing required packages
#install.packages("kernlab")
#install.packages("caret... | true | ---
title: "Lab 9"
output: pdf_document
---
```{r}
## Intro to Data Science - Lab 9
# IST687 Section M002
# Professor PI:NAME:<NAME>END_PI
# Enter your name here: PI:NAME:<NAME>END_PI
# 1. I did this homework by myself, with help from the book and the professor.
#installing required packages
#install.packages("kernla... |
[
{
"context": "ome : Analyse de données de puces à ADN\"\nauthor: \"Vincent Guillemot, Cathy Philippe, Marie-Anne Debily\"\ndate: \"23 oct",
"end": 92,
"score": 0.9998441338539124,
"start": 75,
"tag": "NAME",
"value": "Vincent Guillemot"
},
{
"context": "onnées de puces à ADN\"\nautho... | 02_normalisation/Corrige_tp_normalisation.rmd | PF-BB/TP_Transcriptomique | 0 | ---
title: "TP Transcriptome : Analyse de données de puces à ADN"
author: "Vincent Guillemot, Cathy Philippe, Marie-Anne Debily"
date: "23 octobre 2015"
output: pdf_document
---
# Problématique Biologique : la différenciation des kératinocytes
Les kératinocytes subissent en permanence une évolution morphologique tém... | 2099 | ---
title: "TP Transcriptome : Analyse de données de puces à ADN"
author: "<NAME>, <NAME>, <NAME>"
date: "23 octobre 2015"
output: pdf_document
---
# Problématique Biologique : la différenciation des kératinocytes
Les kératinocytes subissent en permanence une évolution morphologique témoignant de leur kératinisation... | true | ---
title: "TP Transcriptome : Analyse de données de puces à ADN"
author: "PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI"
date: "23 octobre 2015"
output: pdf_document
---
# Problématique Biologique : la différenciation des kératinocytes
Les kératinocytes subissent en permanence une évolution morph... |
[
{
"context": "\"\nsubtitle: \"HMP Data in RStudio\" \nauthor: \n - \"Brendan J. Kelly, MD, MS\"\ndate: 'Updated: `r format(Sys.Date(), \"%",
"end": 91,
"score": 0.9998795390129089,
"start": 75,
"tag": "NAME",
"value": "Brendan J. Kelly"
},
{
"context": "he fift class repository: \... | assignment_005-rstudio_HMP_alpha_diversity.rmd | bjklab/EPID674_005_alpha-diversity | 1 | ---
title: "Code Exercise"
subtitle: "HMP Data in RStudio"
author:
- "Brendan J. Kelly, MD, MS"
date: 'Updated: `r format(Sys.Date(), "%d %B %Y")`'
output:
xaringan::moon_reader:
seal: FALSE
self_contained: TRUE
lib_dir: libs
css: xaringan-themer-plus.css
nature:
ratio: 16:9
highl... | 1540 | ---
title: "Code Exercise"
subtitle: "HMP Data in RStudio"
author:
- "<NAME>, MD, MS"
date: 'Updated: `r format(Sys.Date(), "%d %B %Y")`'
output:
xaringan::moon_reader:
seal: FALSE
self_contained: TRUE
lib_dir: libs
css: xaringan-themer-plus.css
nature:
ratio: 16:9
highlightStyle:... | true | ---
title: "Code Exercise"
subtitle: "HMP Data in RStudio"
author:
- "PI:NAME:<NAME>END_PI, MD, MS"
date: 'Updated: `r format(Sys.Date(), "%d %B %Y")`'
output:
xaringan::moon_reader:
seal: FALSE
self_contained: TRUE
lib_dir: libs
css: xaringan-themer-plus.css
nature:
ratio: 16:9
h... |
[
{
"context": "em to Word)\nauthor: <a href=\"http://stanford.edu/~ejdemyr/\"> Simon Ejdemyr </a> \ndate: October, 2015\nsummar",
"end": 101,
"score": 0.9857206344604492,
"start": 94,
"tag": "USERNAME",
"value": "ejdemyr"
},
{
"context": ")\nauthor: <a href=\"http://stanford.edu/~ejde... | r-tutorials/basics/tables-in-r/tables-in-r.rmd | gorel/sejdemyr.github.io | 6 | ---
title: Tables in R (And How to Export Them to Word)
author: <a href="http://stanford.edu/~ejdemyr/"> Simon Ejdemyr </a>
date: October, 2015
summary: This tutorial explains how to create and export different
types of tables in R. It was originally designed for undergraduate
students at Stanford who tend to use Wo... | 4603 | ---
title: Tables in R (And How to Export Them to Word)
author: <a href="http://stanford.edu/~ejdemyr/"> <NAME> </a>
date: October, 2015
summary: This tutorial explains how to create and export different
types of tables in R. It was originally designed for undergraduate
students at Stanford who tend to use Word rath... | true | ---
title: Tables in R (And How to Export Them to Word)
author: <a href="http://stanford.edu/~ejdemyr/"> PI:NAME:<NAME>END_PI </a>
date: October, 2015
summary: This tutorial explains how to create and export different
types of tables in R. It was originally designed for undergraduate
students at Stanford who tend to... |
[
{
"context": "e(asse(coloque(bata(acrescente(recipiente(\n rep(\"farinha\", 2), \"água\", \"fermento\", \"leite\", \"óleo\"), \n \"f",
"end": 13774,
"score": 0.6952462196350098,
"start": 13767,
"tag": "NAME",
"value": "farinha"
},
{
"context": " 2), \"água\", \"fermento\", \"leite\... | 2016/slides/aula_02_apresentacao.rmd | curso-stat-101/curso-stat-101 | 0 | ---
title: "Aula 02 - Estruturas de dados e vocabulário"
author: "Curso de R: Do casual ao avançado"
date: "21 de janeiro de 2015"
output:
ioslides_presentation:
mathjax: "//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
logo: logo.png
keep_md: true
self_contained: true
---
... | 2054 | ---
title: "Aula 02 - Estruturas de dados e vocabulário"
author: "Curso de R: Do casual ao avançado"
date: "21 de janeiro de 2015"
output:
ioslides_presentation:
mathjax: "//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
logo: logo.png
keep_md: true
self_contained: true
---
... | true | ---
title: "Aula 02 - Estruturas de dados e vocabulário"
author: "Curso de R: Do casual ao avançado"
date: "21 de janeiro de 2015"
output:
ioslides_presentation:
mathjax: "//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
logo: logo.png
keep_md: true
self_contained: true
---
... |
[
{
"context": "C? Com estatística e modelagem de dados\"\nauthor: \"Henrique Gomide\"\ndate: \"September 2, 2018\"\noutput: html_document\n",
"end": 110,
"score": 0.9998770356178284,
"start": 95,
"tag": "NAME",
"value": "Henrique Gomide"
},
{
"context": "epositório caRtola no [Github]... | assignments/course_2/assignment_4/caRtola-master/src/R/tutoriais/tutorial-1-como-montamos-defesas-no-cartolafc-estatistica-modelagem.rmd | jessequinn/coursera_applied_data_science_with_python_specialization | 2 | ---
title: "Como montamos defesas no CartolaFC? Com estatística e modelagem de dados"
author: "Henrique Gomide"
date: "September 2, 2018"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
---
title: "Tutorial 1 - Como montamos defesas no CartolaFC? Com estatística e modelage... | 4422 | ---
title: "Como montamos defesas no CartolaFC? Com estatística e modelagem de dados"
author: "<NAME>"
date: "September 2, 2018"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
---
title: "Tutorial 1 - Como montamos defesas no CartolaFC? Com estatística e modelagem de dado... | true | ---
title: "Como montamos defesas no CartolaFC? Com estatística e modelagem de dados"
author: "PI:NAME:<NAME>END_PI"
date: "September 2, 2018"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
---
title: "Tutorial 1 - Como montamos defesas no CartolaFC? Com estatística e mod... |
[
{
"context": "---\ntitle: \"Problem Set 5\"\nauthor: \"Clinton Tepper\"\noutput: pdf_document\n---\n\n```{r echo = FALSE, me",
"end": 50,
"score": 0.9998719096183777,
"start": 36,
"tag": "NAME",
"value": "Clinton Tepper"
}
] | Old/Class Projects/Metrics Bubble Replication/Metrics Bubble Replication/Examples/PS2MD.rmd | clintonTE/CCA | 0 | ---
title: "Problem Set 5"
author: "Clinton Tepper"
output: pdf_document
---
```{r echo = FALSE, message = FALSE}
rm(list = ls());
require(devtools);
require(DataAnalytics);
require(plyr);
require(ggplot2);
```
## Problem 3
```{r}
rm(list = ls());
require(devtools);
require(DataAnalytics);
require(plyr);
requir... | 402 | ---
title: "Problem Set 5"
author: "<NAME>"
output: pdf_document
---
```{r echo = FALSE, message = FALSE}
rm(list = ls());
require(devtools);
require(DataAnalytics);
require(plyr);
require(ggplot2);
```
## Problem 3
```{r}
rm(list = ls());
require(devtools);
require(DataAnalytics);
require(plyr);
require(ggplot... | true | ---
title: "Problem Set 5"
author: "PI:NAME:<NAME>END_PI"
output: pdf_document
---
```{r echo = FALSE, message = FALSE}
rm(list = ls());
require(devtools);
require(DataAnalytics);
require(plyr);
require(ggplot2);
```
## Problem 3
```{r}
rm(list = ls());
require(devtools);
require(DataAnalytics);
require(plyr);
... |
[
{
"context": "---\ntitle: \"internal_consistency\"\nauthor: \"Jojo Hu\"\ndate: \"4/3/2020\"\noutput: html_document\n---\n\n\nLoa",
"end": 50,
"score": 0.9998345971107483,
"start": 43,
"tag": "NAME",
"value": "Jojo Hu"
},
{
"context": "y_trial/acc_by_trial\"\n\ninput_path2 <- \"/Users... | analysis_scripts/srcd_2020/srcd_abstract_09_2020/reliability.rmd | anqihu2/analysis | 0 | ---
title: "internal_consistency"
author: "Jojo Hu"
date: "4/3/2020"
output: html_document
---
Load by trial accuracy data
```{r}
# Load by trial accuracy data
input_path <-
"/Users/jojohu/Documents/Qlab/blast_online_data/data_summaries/blast_online_child/breakdown/acc_by_trial/acc_by_trial"
input_path2 <- "/Use... | 1209 | ---
title: "internal_consistency"
author: "<NAME>"
date: "4/3/2020"
output: html_document
---
Load by trial accuracy data
```{r}
# Load by trial accuracy data
input_path <-
"/Users/jojohu/Documents/Qlab/blast_online_data/data_summaries/blast_online_child/breakdown/acc_by_trial/acc_by_trial"
input_path2 <- "/User... | true | ---
title: "internal_consistency"
author: "PI:NAME:<NAME>END_PI"
date: "4/3/2020"
output: html_document
---
Load by trial accuracy data
```{r}
# Load by trial accuracy data
input_path <-
"/Users/jojohu/Documents/Qlab/blast_online_data/data_summaries/blast_online_child/breakdown/acc_by_trial/acc_by_trial"
input_p... |
[
{
"context": "es: start -->\n\n[](https",
"end": 636,
"score": 0.999491810798645,
"start": 625,
"tag": "USERNAME",
"value": "schneiderpy"
},
{
"context": "kflows/R-CMD-check/badge.svg)](https://gi... | README.rmd | schneiderpy/concstats | 0 | ---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/",
out.width = "100%"
)
```
```{R,echo=FALSE,results='hide',message=FALSE,include=FALSE, eval=TRUE}
## Packages
pkgs <- c(
"knitr",
"dplyr"
)
## Install uninstalled pack... | 3535 | ---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/",
out.width = "100%"
)
```
```{R,echo=FALSE,results='hide',message=FALSE,include=FALSE, eval=TRUE}
## Packages
pkgs <- c(
"knitr",
"dplyr"
)
## Install uninstalled pack... | true | ---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/",
out.width = "100%"
)
```
```{R,echo=FALSE,results='hide',message=FALSE,include=FALSE, eval=TRUE}
## Packages
pkgs <- c(
"knitr",
"dplyr"
)
## Install uninstalled pack... |
[
{
"context": "ergrey}\\today}\n \\fancyhead[L]{\\color{headergrey}Moretz, Brandon}\n \\fancyhead[C]{\\Large\\bfseries\\color{headergre",
"end": 836,
"score": 0.9521466493606567,
"start": 821,
"tag": "NAME",
"value": "Moretz, Brandon"
}
] | Statistical Learning/10_Unsupervised-Learning.rmd | bmoretz/Statistical-Computing | 3 | ---
title: ''
mainfont: Arial
fontsize: 12pt
fig_width: 9
fig_height: 3.5
documentclass: report
header-includes:
- \PassOptionsToPackage{table}{xcolor}
- \usepackage{caption}
- \usepackage{amssymb}
- \usepackage{booktabs}
- \usepackage{longtable}
- \usepackage{array}
- \usepackage{multirow}
- \usepackage{wrapfig}
- \us... | 1395 | ---
title: ''
mainfont: Arial
fontsize: 12pt
fig_width: 9
fig_height: 3.5
documentclass: report
header-includes:
- \PassOptionsToPackage{table}{xcolor}
- \usepackage{caption}
- \usepackage{amssymb}
- \usepackage{booktabs}
- \usepackage{longtable}
- \usepackage{array}
- \usepackage{multirow}
- \usepackage{wrapfig}
- \us... | true | ---
title: ''
mainfont: Arial
fontsize: 12pt
fig_width: 9
fig_height: 3.5
documentclass: report
header-includes:
- \PassOptionsToPackage{table}{xcolor}
- \usepackage{caption}
- \usepackage{amssymb}
- \usepackage{booktabs}
- \usepackage{longtable}
- \usepackage{array}
- \usepackage{multirow}
- \usepackage{wrapfig}
- \us... |
[
{
"context": "T 471: Modern Data Mining Final Project\"\nauthor:\n- Eric Shan\n- Jia Wei Teo\n- Rachel Leong\noutput:\n html_docum",
"end": 75,
"score": 0.9997321963310242,
"start": 66,
"tag": "NAME",
"value": "Eric Shan"
},
{
"context": "n Data Mining Final Project\"\nauthor:\n- Er... | ToxicityBiasMinimization.rmd | rachellsmae/ToxicityBiasMinimization | 0 | ---
title: "STAT 471: Modern Data Mining Final Project"
author:
- Eric Shan
- Jia Wei Teo
- Rachel Leong
output:
html_document:
code_folding: show
highlight: haddock
theme: lumen
toc: yes
toc_depth: 4
toc_float: yes
pdf_document:
toc: yes
toc_depth: '4'
word_document:
toc: yes
... | 1509 | ---
title: "STAT 471: Modern Data Mining Final Project"
author:
- <NAME>
- <NAME>
- <NAME>
output:
html_document:
code_folding: show
highlight: haddock
theme: lumen
toc: yes
toc_depth: 4
toc_float: yes
pdf_document:
toc: yes
toc_depth: '4'
word_document:
toc: yes
toc_depth:... | true | ---
title: "STAT 471: Modern Data Mining Final Project"
author:
- PI:NAME:<NAME>END_PI
- PI:NAME:<NAME>END_PI
- PI:NAME:<NAME>END_PI
output:
html_document:
code_folding: show
highlight: haddock
theme: lumen
toc: yes
toc_depth: 4
toc_float: yes
pdf_document:
toc: yes
toc_depth: '4'
... |
[
{
"context": "---\ntitle: \"lab_03\"\nauthor: \"sean mussenden\"\ndate: \"8/19/2021\"\noutput: html_document\n---\n\n```",
"end": 43,
"score": 0.9997979402542114,
"start": 29,
"tag": "NAME",
"value": "sean mussenden"
},
{
"context": "that ZIP code got more money in a single loan than... | lab_03_KEY.rmd | dandrewsphoto/data_journalism_2022_spring | 0 | ---
title: "lab_03"
author: "sean mussenden"
date: "8/19/2021"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## Load libraries and establish settings
```{r}
# Turn off scientific notation
options(scipen=999)
# Load the tidyverse
library(tidyverse)
# Load janitor
librar... | 5055 | ---
title: "lab_03"
author: "<NAME>"
date: "8/19/2021"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## Load libraries and establish settings
```{r}
# Turn off scientific notation
options(scipen=999)
# Load the tidyverse
library(tidyverse)
# Load janitor
library(janito... | true | ---
title: "lab_03"
author: "PI:NAME:<NAME>END_PI"
date: "8/19/2021"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## Load libraries and establish settings
```{r}
# Turn off scientific notation
options(scipen=999)
# Load the tidyverse
library(tidyverse)
# Load janitor
... |
[
{
"context": "---\ntitle: \"Knapsack experiments\"\nauthor: \"Nic McPhee\"\ndate: \"February 14, 2016\"\noutput: html_document\n",
"end": 53,
"score": 0.9998448491096497,
"start": 43,
"tag": "NAME",
"value": "Nic McPhee"
}
] | docs/Knapsack_experiments.rmd | ikoak/GA-search-Ben_Isaac | 0 | ---
title: "Knapsack experiments"
author: "Nic McPhee"
date: "February 14, 2016"
output: html_document
---
# 5 runs per treatment
First let's load up the data with just 5 runs per treatment.
```{r}
data_5_runs <- read.csv("../data/data_5_runs_1000_tries.txt", sep="")
```
Now let's plot the score as a function of th... | 918 | ---
title: "Knapsack experiments"
author: "<NAME>"
date: "February 14, 2016"
output: html_document
---
# 5 runs per treatment
First let's load up the data with just 5 runs per treatment.
```{r}
data_5_runs <- read.csv("../data/data_5_runs_1000_tries.txt", sep="")
```
Now let's plot the score as a function of the se... | true | ---
title: "Knapsack experiments"
author: "PI:NAME:<NAME>END_PI"
date: "February 14, 2016"
output: html_document
---
# 5 runs per treatment
First let's load up the data with just 5 runs per treatment.
```{r}
data_5_runs <- read.csv("../data/data_5_runs_1000_tries.txt", sep="")
```
Now let's plot the score as a func... |
[
{
"context": "---\ntitle: \"citations\"\nauthor: \"Iris Shao\"\ndate: \"10/19/2020\"\noutput: pdf_document\n---\n\n```",
"end": 41,
"score": 0.9998922348022461,
"start": 32,
"tag": "NAME",
"value": "Iris Shao"
},
{
"context": "nt-social-development/programs/homelessness.html\n\nAugui... | citations.rmd | waviddong/STA304-A2-Stats-Don-t-Lie-V2 | 0 | ---
title: "citations"
author: "Iris Shao"
date: "10/19/2020"
output: pdf_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# References
\setlength{\parindent}{-0.5in}
\setlength{\leftskip}{0.5in}
\setlength{\parskip}{12pt}
\noindent
About Reaching Home: Canada's Homelessness Strategy... | 5054 | ---
title: "citations"
author: "<NAME>"
date: "10/19/2020"
output: pdf_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# References
\setlength{\parindent}{-0.5in}
\setlength{\leftskip}{0.5in}
\setlength{\parskip}{12pt}
\noindent
About Reaching Home: Canada's Homelessness Strategy. (... | true | ---
title: "citations"
author: "PI:NAME:<NAME>END_PI"
date: "10/19/2020"
output: pdf_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# References
\setlength{\parindent}{-0.5in}
\setlength{\leftskip}{0.5in}
\setlength{\parskip}{12pt}
\noindent
About Reaching Home: Canada's Homelessne... |
[
{
"context": "le: \"CS 677 Lab 1 Design Report\"\r\nauthor:\r\n- name: Dan Cline, Kyle Stevens, Tian Xia\r\n affiliation: UMass Amh",
"end": 348,
"score": 0.999847412109375,
"start": 339,
"tag": "NAME",
"value": "Dan Cline"
},
{
"context": " Lab 1 Design Report\"\r\nauthor:\r\n- nam... | docs/design/design.rmd | monkeyxt/bazaar | 0 | ---
output:
pdf_document:
citation_package: natbib
keep_tex: true
fig_caption: true
latex_engine: pdflatex
template: svm-latex-ms.tex
bibliography: master.bib
header-includes:
- \usepackage{hyperref}
- \usepackage{graphicx}
biblio-style: apsr
title: "CS 677 Lab 1 Design Report"... | 3391 | ---
output:
pdf_document:
citation_package: natbib
keep_tex: true
fig_caption: true
latex_engine: pdflatex
template: svm-latex-ms.tex
bibliography: master.bib
header-includes:
- \usepackage{hyperref}
- \usepackage{graphicx}
biblio-style: apsr
title: "CS 677 Lab 1 Design Report"... | true | ---
output:
pdf_document:
citation_package: natbib
keep_tex: true
fig_caption: true
latex_engine: pdflatex
template: svm-latex-ms.tex
bibliography: master.bib
header-includes:
- \usepackage{hyperref}
- \usepackage{graphicx}
biblio-style: apsr
title: "CS 677 Lab 1 Design Report"... |
[
{
"context": " (NoSQL) DATABASE SYSTEMS}\n\n\\vspace{3 cm}\n\n\\Large\nOLADIMEJI SALAU\n\n(40018905)\n\n\\vspace{3 cm}\n\n\n\\normalsize\nSECURITY",
"end": 194,
"score": 0.9998106956481934,
"start": 179,
"tag": "NAME",
"value": "OLADIMEJI SALAU"
}
] | Security Evaluation_NoSQL_vs_SQL_Databases/titlepage.rmd | dimtics/Security-Evaluation-and-Usability-Studies | 0 | ---
output: pdf_document
---
\begin{centering}
\vspace{3 cm}
\Huge
{\bf A SECURITY EVALUATION OF RELATIONAL AND NONRELATIONAL (NoSQL) DATABASE SYSTEMS}
\vspace{3 cm}
\Large
OLADIMEJI SALAU
(40018905)
\vspace{3 cm}
\normalsize
SECURITY EVALUATION METHODOLOGIES (INSE 6150) ASSIGNMENT
\vspace{3 cm}
\normalsi... | 2818 | ---
output: pdf_document
---
\begin{centering}
\vspace{3 cm}
\Huge
{\bf A SECURITY EVALUATION OF RELATIONAL AND NONRELATIONAL (NoSQL) DATABASE SYSTEMS}
\vspace{3 cm}
\Large
<NAME>
(40018905)
\vspace{3 cm}
\normalsize
SECURITY EVALUATION METHODOLOGIES (INSE 6150) ASSIGNMENT
\vspace{3 cm}
\normalsize
CONCOR... | true | ---
output: pdf_document
---
\begin{centering}
\vspace{3 cm}
\Huge
{\bf A SECURITY EVALUATION OF RELATIONAL AND NONRELATIONAL (NoSQL) DATABASE SYSTEMS}
\vspace{3 cm}
\Large
PI:NAME:<NAME>END_PI
(40018905)
\vspace{3 cm}
\normalsize
SECURITY EVALUATION METHODOLOGIES (INSE 6150) ASSIGNMENT
\vspace{3 cm}
\nor... |
[
{
"context": "--\r\ntitle: \"Unsupervised Learning in R\"\r\nauthor: \"Datacamp - Hank Roark\"\r\ndate: \"12/21/2020\"\r\noutput: html_d",
"end": 59,
"score": 0.8595119714736938,
"start": 51,
"tag": "NAME",
"value": "Datacamp"
},
{
"context": " \"Unsupervised Learning in R\"\r\nautho... | DataCamp/unsupervised learning in r.rmd | dapinedo/R | 1 | ---
title: "Unsupervised Learning in R"
author: "Datacamp - Hank Roark"
date: "12/21/2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
options(repos="https://CRAN.R-project.org")
```
## Welcome to the course!
**types of machine learning**
- unsupervised l... | 584 | ---
title: "Unsupervised Learning in R"
author: "<NAME> - <NAME>"
date: "12/21/2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
options(repos="https://CRAN.R-project.org")
```
## Welcome to the course!
**types of machine learning**
- unsupervised learnin... | true | ---
title: "Unsupervised Learning in R"
author: "PI:NAME:<NAME>END_PI - PI:NAME:<NAME>END_PI"
date: "12/21/2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
options(repos="https://CRAN.R-project.org")
```
## Welcome to the course!
**types of machine learning... |
[
{
"context": "nd projects of the Non Parametric\nclass thought by Jorge De la Vega. The team is conformed by Santiago Muriel and Sof",
"end": 128,
"score": 0.9998888969421387,
"start": 112,
"tag": "NAME",
"value": "Jorge De la Vega"
},
{
"context": "ught by Jorge De la Vega. The team... | README.rmd | smurielv/homeworkNoParam_repo | 0 | This Repo is made for create, store and update the homework and projects of the Non Parametric
class thought by Jorge De la Vega. The team is conformed by Santiago Muriel and Sofia de la Mora.
| 509 | This Repo is made for create, store and update the homework and projects of the Non Parametric
class thought by <NAME>. The team is conformed by <NAME> and <NAME>.
| true | This Repo is made for create, store and update the homework and projects of the Non Parametric
class thought by PI:NAME:<NAME>END_PI. The team is conformed by PI:NAME:<NAME>END_PI and PI:NAME:<NAME>END_PI.
|
[
{
"context": "tests correcting for serial correlation\"\nauthor: \"Willem Vervoort, Michaela Dolk & Floris van Ogtrop\"\ndate: \"`r Sys",
"end": 90,
"score": 0.9998992085456848,
"start": 75,
"tag": "NAME",
"value": "Willem Vervoort"
},
{
"context": " for serial correlation\"\nauthor:... | Documents/2A.MannKendallTests_SerialCorrelation.rmd | WillemVervoort/VirtExp | 1 | ---
title: "Mann Kendall tests correcting for serial correlation"
author: "Willem Vervoort, Michaela Dolk & Floris van Ogtrop"
date: "`r Sys.Date()`"
output:
pdf_document:
fig_width: 7
fig_height: 6
fig_caption: true
---
```{r setup, echo=F}
# root dir
knitr::opts_knit$set(root.dir = "D:/cloudsto... | 2017 | ---
title: "Mann Kendall tests correcting for serial correlation"
author: "<NAME>, <NAME> & <NAME>"
date: "`r Sys.Date()`"
output:
pdf_document:
fig_width: 7
fig_height: 6
fig_caption: true
---
```{r setup, echo=F}
# root dir
knitr::opts_knit$set(root.dir = "D:/cloudstor/Virtual Experiments/VirtE... | true | ---
title: "Mann Kendall tests correcting for serial correlation"
author: "PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI & PI:NAME:<NAME>END_PI"
date: "`r Sys.Date()`"
output:
pdf_document:
fig_width: 7
fig_height: 6
fig_caption: true
---
```{r setup, echo=F}
# root dir
knitr::opts_knit$set(root.dir... |
[
{
"context": "Network Analysis\n==============================\n**Peter Thramkrongart and Jakub Raszka**\n\n```{r, message=FALSE,echo=FAL",
"end": 150,
"score": 0.9998926520347595,
"start": 131,
"tag": "NAME",
"value": "Peter Thramkrongart"
},
{
"context": "========================\n... | assignments/assignment-4/reports/assignment-4.rmd | PeterThramkrongart/cds-language-portfolio | 1 | ---
output:
word_document: default
html_document: default
---
Assignment 4 - Network Analysis
==============================
**Peter Thramkrongart and Jakub Raszka**
```{r, message=FALSE,echo=FALSE}
knitr::opts_chunk$set(message = FALSE, echo=F,warning=F)
library(tidyverse)
```
## Github link
Link to the reposi... | 3166 | ---
output:
word_document: default
html_document: default
---
Assignment 4 - Network Analysis
==============================
**<NAME> and <NAME>**
```{r, message=FALSE,echo=FALSE}
knitr::opts_chunk$set(message = FALSE, echo=F,warning=F)
library(tidyverse)
```
## Github link
Link to the repository: https://githu... | true | ---
output:
word_document: default
html_document: default
---
Assignment 4 - Network Analysis
==============================
**PI:NAME:<NAME>END_PI and PI:NAME:<NAME>END_PI**
```{r, message=FALSE,echo=FALSE}
knitr::opts_chunk$set(message = FALSE, echo=F,warning=F)
library(tidyverse)
```
## Github link
Link to t... |
[
{
"context": "---\ntitle: A test of a post of rmd file\nauthor: Liechi Zhang\ndate: '2017-05-03'\nslug: a-test-of-a-post-of-rmd-",
"end": 60,
"score": 0.9998136758804321,
"start": 48,
"tag": "NAME",
"value": "Liechi Zhang"
}
] | content/en/2017-05-03-a-test-of-a-post-of-rmd-file.rmd | CyrusYip/liechi | 1 | ---
title: A test of a post of rmd file
author: Liechi Zhang
date: '2017-05-03'
slug: a-test-of-a-post-of-rmd-file
categories: []
tags: []
---
If you see this file on my site, it means that I get it right again, and Yihui's magic is amazing.
I pushed a post using git in RStudio, however, I could not see the generated... | 3060 | ---
title: A test of a post of rmd file
author: <NAME>
date: '2017-05-03'
slug: a-test-of-a-post-of-rmd-file
categories: []
tags: []
---
If you see this file on my site, it means that I get it right again, and Yihui's magic is amazing.
I pushed a post using git in RStudio, however, I could not see the generated page ... | true | ---
title: A test of a post of rmd file
author: PI:NAME:<NAME>END_PI
date: '2017-05-03'
slug: a-test-of-a-post-of-rmd-file
categories: []
tags: []
---
If you see this file on my site, it means that I get it right again, and Yihui's magic is amazing.
I pushed a post using git in RStudio, however, I could not see the g... |
[
{
"context": "he minimum loan amount in the state was $81.25\tfor JOHNSON, and the largest loan for the county was $3",
"end": 1907,
"score": 0.6488062143325806,
"start": 1906,
"tag": "NAME",
"value": "J"
},
{
"context": "t back to add tidycensus library\n\ncensus_api_key(\"0a53a7462... | state_profile/state_profile_template.rmd | TatyanaMonnay/data_journalism_2021_fall | 0 | ---
title: "state_profile"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## PPP State Profile
Your assignment is to explore a dataset of PPP loan applications for a particular state and to answer a series of questions that will help you summarize that state's loan appli... | 697 | ---
title: "state_profile"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## PPP State Profile
Your assignment is to explore a dataset of PPP loan applications for a particular state and to answer a series of questions that will help you summarize that state's loan appli... | true | ---
title: "state_profile"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## PPP State Profile
Your assignment is to explore a dataset of PPP loan applications for a particular state and to answer a series of questions that will help you summarize that state's loan appli... |
[
{
"context": "eing of Canadians from 2017 GSS Data Set\"\r\nauthor: Rutvik Gupta (1004939837), Elyssa Plaza (1004356760), Yubing X",
"end": 103,
"score": 0.9998751878738403,
"start": 91,
"tag": "NAME",
"value": "Rutvik Gupta"
},
{
"context": "vik Gupta (1004939837), Elyssa Plaza (100... | PS2.rmd | RutvikGupta/STA304-PS2 | 0 | ---
title: "Data Analysis on the Well-being of Canadians from 2017 GSS Data Set"
author: Rutvik Gupta (1004939837), Elyssa Plaza (1004356760), Yubing Xia (1005063244),
Hongbo Zhou(1004832862)
date: "Oct 19, 2020"
output:
pdf_document: default
html_document: default
---
```{r setup, include=FALSE}
knit... | 1901 | ---
title: "Data Analysis on the Well-being of Canadians from 2017 GSS Data Set"
author: <NAME> (1004939837), Elyssa Plaza (1004356760), <NAME> (1005063244),
<NAME>(1004832862)
date: "Oct 19, 2020"
output:
pdf_document: default
html_document: default
---
```{r setup, include=FALSE}
knitr::opts_chunk$s... | true | ---
title: "Data Analysis on the Well-being of Canadians from 2017 GSS Data Set"
author: PI:NAME:<NAME>END_PI (1004939837), Elyssa Plaza (1004356760), PI:NAME:<NAME>END_PI (1005063244),
PI:NAME:<NAME>END_PI(1004832862)
date: "Oct 19, 2020"
output:
pdf_document: default
html_document: default
---
```{r ... |
[
{
"context": "---\ntitle: \"APSIM_edit_fun\"\nauthor: \"Junqi Zhu\"\ndate: \"`r Sys.Date()`\"\noutput: html_document\n---",
"end": 46,
"score": 0.9997445344924927,
"start": 37,
"tag": "NAME",
"value": "Junqi Zhu"
}
] | 02Scripts/Junqi/EditFun.rmd | frank0434/Master | 1 | ---
title: "APSIM_edit_fun"
author: "Junqi Zhu"
date: "`r Sys.Date()`"
output: html_document
---
# Protocol
- Load data from sqlite
- Set constants. e.g. colours and keys
- Set target
Key outcomes:
- Initial soil water content[Initial soil water]
- A set of DUL[DUL AND LL]
- A set of... | 3435 | ---
title: "APSIM_edit_fun"
author: "<NAME>"
date: "`r Sys.Date()`"
output: html_document
---
# Protocol
- Load data from sqlite
- Set constants. e.g. colours and keys
- Set target
Key outcomes:
- Initial soil water content[Initial soil water]
- A set of DUL[DUL AND LL]
- A set of LL... | true | ---
title: "APSIM_edit_fun"
author: "PI:NAME:<NAME>END_PI"
date: "`r Sys.Date()`"
output: html_document
---
# Protocol
- Load data from sqlite
- Set constants. e.g. colours and keys
- Set target
Key outcomes:
- Initial soil water content[Initial soil water]
- A set of DUL[DUL AND LL]
... |
[
{
"context": "itle: \"Problem Set 4\"\noutput: pdf_document\nauthor: Clinton Tepper\n---\n[//]: # rmarkdown::render(\"PS4.rmd\")\n\n\n## Pro",
"end": 70,
"score": 0.9998514652252197,
"start": 56,
"tag": "NAME",
"value": "Clinton Tepper"
}
] | StatisticalLearning/PS4.rmd | clintonTE/CCA | 0 | ---
title: "Problem Set 4"
output: pdf_document
author: Clinton Tepper
---
[//]: # rmarkdown::render("PS4.rmd")
## Problem 1
### a
This explanation draws from the slides. A generative classifier approach
begins with Bayesian inversion:
$$
\begin{aligned}
p\left(Y_{i}=g|X_{i}\right)= & \frac{p\left(X_{i}|Y_{i}=g\rig... | 1845 | ---
title: "Problem Set 4"
output: pdf_document
author: <NAME>
---
[//]: # rmarkdown::render("PS4.rmd")
## Problem 1
### a
This explanation draws from the slides. A generative classifier approach
begins with Bayesian inversion:
$$
\begin{aligned}
p\left(Y_{i}=g|X_{i}\right)= & \frac{p\left(X_{i}|Y_{i}=g\right)p\lef... | true | ---
title: "Problem Set 4"
output: pdf_document
author: PI:NAME:<NAME>END_PI
---
[//]: # rmarkdown::render("PS4.rmd")
## Problem 1
### a
This explanation draws from the slides. A generative classifier approach
begins with Bayesian inversion:
$$
\begin{aligned}
p\left(Y_{i}=g|X_{i}\right)= & \frac{p\left(X_{i}|Y_{i}... |
[
{
"context": "---\ntitle: \"RQ1\"\nauthor: \"Nadiia Honcharenko\"\noutput: html_document\n---\n\n```{r setup, include=",
"end": 44,
"score": 0.999864935874939,
"start": 26,
"tag": "NAME",
"value": "Nadiia Honcharenko"
}
] | Tasks Collaboration/Nadiia/RQ1.rmd | Rspawar/Data-Science-with-R | 0 | ---
title: "RQ1"
author: "Nadiia Honcharenko"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## R Markdown
```{r echo=TRUE, message=FALSE}
library(caret)
library(randomForest)
library(e1071)
library(ggplot2)
library(dplyr)
library(tidyverse)
# Creating of useful functi... | 4439 | ---
title: "RQ1"
author: "<NAME>"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## R Markdown
```{r echo=TRUE, message=FALSE}
library(caret)
library(randomForest)
library(e1071)
library(ggplot2)
library(dplyr)
library(tidyverse)
# Creating of useful functions
create_c... | true | ---
title: "RQ1"
author: "PI:NAME:<NAME>END_PI"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## R Markdown
```{r echo=TRUE, message=FALSE}
library(caret)
library(randomForest)
library(e1071)
library(ggplot2)
library(dplyr)
library(tidyverse)
# Creating of useful func... |
[
{
"context": "tle: \"EDLD 652 Final Project Draft\"\nauthor: \n - Cassie Malcom\n - Merly Klaas\n - Havi Khurana\ndate: \"2/21/",
"end": 70,
"score": 0.99981689453125,
"start": 57,
"tag": "NAME",
"value": "Cassie Malcom"
},
{
"context": " Project Draft\"\nauthor: \n - Cas... | Scripts/EDLD652_FP_Draft.rmd | ekgekd/EDLD652_FinalPrj | 0 | ---
title: "EDLD 652 Final Project Draft"
author:
- Cassie Malcom
- Merly Klaas
- Havi Khurana
date: "2/21/2022"
output:
html_document:
toc: true
toc_float: true
toc_depth: 4
highlight: kate
code_folding: hide
---
```{r setup, include=TRUE}
knitr::opts_chunk$set(... | 809 | ---
title: "EDLD 652 Final Project Draft"
author:
- <NAME>
- <NAME>
- <NAME>
date: "2/21/2022"
output:
html_document:
toc: true
toc_float: true
toc_depth: 4
highlight: kate
code_folding: hide
---
```{r setup, include=TRUE}
knitr::opts_chunk$set(echo = TRUE,
... | true | ---
title: "EDLD 652 Final Project Draft"
author:
- PI:NAME:<NAME>END_PI
- PI:NAME:<NAME>END_PI
- PI:NAME:<NAME>END_PI
date: "2/21/2022"
output:
html_document:
toc: true
toc_float: true
toc_depth: 4
highlight: kate
code_folding: hide
---
```{r setup, include=TRUE... |
[
{
"context": "---\ntitle: \"Chapter 5 Homework Part B\"\nauthor: \"David Oniani\"\ndate: \\today\noutput: pdf_document\n---\n\n\\tableofc",
"end": 60,
"score": 0.9998544454574585,
"start": 48,
"tag": "NAME",
"value": "David Oniani"
}
] | math328/homework02/David Oniani - Math-328-HW-Chapter-5-Part-B.rmd | oniani/udmath | 0 | ---
title: "Chapter 5 Homework Part B"
author: "David Oniani"
date: \today
output: pdf_document
---
\tableofcontents
\clearpage
## Setup
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r}
library(MASS)
library(Stat2Data)
library(dplyr)
library(emmeans)
library(ggplot2)
# Use the minimal them... | 3415 | ---
title: "Chapter 5 Homework Part B"
author: "<NAME>"
date: \today
output: pdf_document
---
\tableofcontents
\clearpage
## Setup
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r}
library(MASS)
library(Stat2Data)
library(dplyr)
library(emmeans)
library(ggplot2)
# Use the minimal theme
them... | true | ---
title: "Chapter 5 Homework Part B"
author: "PI:NAME:<NAME>END_PI"
date: \today
output: pdf_document
---
\tableofcontents
\clearpage
## Setup
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r}
library(MASS)
library(Stat2Data)
library(dplyr)
library(emmeans)
library(ggplot2)
# Use the mini... |
[
{
"context": "---\ntitle: \"Homework_11\"\nauthor: \"Noah Beckage\"\ndate: \"4/6/2022\"\noutput: html_document\n---\n\n```{",
"end": 46,
"score": 0.999886155128479,
"start": 34,
"tag": "NAME",
"value": "Noah Beckage"
}
] | Homework_11.rmd | n-beckage/Bio381Beckage | 0 | ---
title: "Homework_11"
author: "Noah Beckage"
date: "4/6/2022"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,warning = FALSE,message = FALSE)
```
[Home page](index.html)
```{r}
library(dplyr)
library(tidyr)
```
### Question 1
```{r}
######################################... | 2097 | ---
title: "Homework_11"
author: "<NAME>"
date: "4/6/2022"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,warning = FALSE,message = FALSE)
```
[Home page](index.html)
```{r}
library(dplyr)
library(tidyr)
```
### Question 1
```{r}
############################################... | true | ---
title: "Homework_11"
author: "PI:NAME:<NAME>END_PI"
date: "4/6/2022"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,warning = FALSE,message = FALSE)
```
[Home page](index.html)
```{r}
library(dplyr)
library(tidyr)
```
### Question 1
```{r}
##############################... |
[
{
"context": "alytics (IN2339) - Case study\"\r\nauthor: \"Group 48: Nadija Borovina, Nedžad Hadžiosmanović, Saumya Goyal and Felix Es",
"end": 104,
"score": 0.999880850315094,
"start": 89,
"tag": "NAME",
"value": "Nadija Borovina"
},
{
"context": "- Case study\"\r\nauthor: \"Group 4... | Covid-19_Korea_Analysis.rmd | saumyagoyal95/Covid-19_Korea_Analysis | 1 | ---
title: "Data Visualization and Analytics (IN2339) - Case study"
author: "Group 48: Nadija Borovina, Nedžad Hadžiosmanović, Saumya Goyal and Felix Eschmann"
output:
pdf_document:
df_print: kable
number_sections: true
html_document:
df_print: paged
toc: yes
toc_depth: 2
number_s... | 5128 | ---
title: "Data Visualization and Analytics (IN2339) - Case study"
author: "Group 48: <NAME>, <NAME>, <NAME> and <NAME>"
output:
pdf_document:
df_print: kable
number_sections: true
html_document:
df_print: paged
toc: yes
toc_depth: 2
number_sections: true
prettydoc::html_prett... | true | ---
title: "Data Visualization and Analytics (IN2339) - Case study"
author: "Group 48: PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI and PI:NAME:<NAME>END_PI"
output:
pdf_document:
df_print: kable
number_sections: true
html_document:
df_print: paged
toc: yes
toc_dept... |
[
{
"context": "tle: 'TibetanAntelope_Microbiome_Fig2&3'\nauthor: \"Yue Shi, University of Washington\"\ndate: \"r date()\"\noutpu",
"end": 63,
"score": 0.9998022317886353,
"start": 56,
"tag": "NAME",
"value": "Yue Shi"
}
] | Fig2_Fig3.rmd | melodysyue/TibetanAntelope_Microbiome_Hormone | 0 | ---
title: 'TibetanAntelope_Microbiome_Fig2&3'
author: "Yue Shi, University of Washington"
date: "r date()"
output:
html_document:
df_print: paged
toc: yes
toc_depth: '4'
pdf_document:
toc: yes
toc_depth: 4
---
```{r global_options, include=FALSE}
knitr::opts_chunk$set(echo=TRUE, warning=FALSE,... | 3375 | ---
title: 'TibetanAntelope_Microbiome_Fig2&3'
author: "<NAME>, University of Washington"
date: "r date()"
output:
html_document:
df_print: paged
toc: yes
toc_depth: '4'
pdf_document:
toc: yes
toc_depth: 4
---
```{r global_options, include=FALSE}
knitr::opts_chunk$set(echo=TRUE, warning=FALSE, ... | true | ---
title: 'TibetanAntelope_Microbiome_Fig2&3'
author: "PI:NAME:<NAME>END_PI, University of Washington"
date: "r date()"
output:
html_document:
df_print: paged
toc: yes
toc_depth: '4'
pdf_document:
toc: yes
toc_depth: 4
---
```{r global_options, include=FALSE}
knitr::opts_chunk$set(echo=TRUE, w... |
[
{
"context": "> Sen A, Cingolani P, Senut MC, Land S et al. Lead exposu",
"end": 7,
"score": 0.9988253116607666,
"start": 2,
"tag": "NAME",
"value": "Sen A"
},
{
"context": "> Sen A, Cingolani P, Senut MC, Land S et al. Lead exposure induces\n> ",
"end": 20,
"score": 0.999558... | tests/dataset-450k-lead.rmd | RichardJActon/meffil | 33 | > Sen A, Cingolani P, Senut MC, Land S et al. Lead exposure induces
> changes in 5-hydroxymethylcytosine clusters in CpG islands in human
> embryonic stem cells and umbilical cord blood. Epigenetics
> 2015;10(7):607-21. PMID: 26046694
Retrieve the data from the Gene Expression Omnibus (GEO) website
(http://www.ncbi.nl... | 1279 | > <NAME>, <NAME>, <NAME>, <NAME> S et al. Lead exposure induces
> changes in 5-hydroxymethylcytosine clusters in CpG islands in human
> embryonic stem cells and umbilical cord blood. Epigenetics
> 2015;10(7):607-21. PMID: 26046694
Retrieve the data from the Gene Expression Omnibus (GEO) website
(http://www.ncbi.nlm.ni... | true | > PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI S et al. Lead exposure induces
> changes in 5-hydroxymethylcytosine clusters in CpG islands in human
> embryonic stem cells and umbilical cord blood. Epigenetics
> 2015;10(7):607-21. PMID: 26046694
Retrieve the data from the Gene ... |
[
{
"context": "0\n\\end{align*}\n$$</li>\n</ol>\n12. En el artículo de W. Pang, et. al (2001) \"*Parameter Estimation with Only O",
"end": 9057,
"score": 0.9767393469810486,
"start": 9050,
"tag": "NAME",
"value": "W. Pang"
}
] | Clases/PeIE/2009-06-13-Practica03.rmd | jiperezga/jiperezga.github.io | 0 | ---
layout: post
title: "Práctica 03"
main-class: 'practica'
permalink: /ProbabilidadeInferencia/PeIE:title.html
tags:
introduction: |
Ejercicio sobre: <br>
- Variables aleatorias. <br>
- Distribuciones de probabilidad.
header-includes:
- \usepackage{amsmath,amssymb,amst... | 5342 | ---
layout: post
title: "Práctica 03"
main-class: 'practica'
permalink: /ProbabilidadeInferencia/PeIE:title.html
tags:
introduction: |
Ejercicio sobre: <br>
- Variables aleatorias. <br>
- Distribuciones de probabilidad.
header-includes:
- \usepackage{amsmath,amssymb,amst... | true | ---
layout: post
title: "Práctica 03"
main-class: 'practica'
permalink: /ProbabilidadeInferencia/PeIE:title.html
tags:
introduction: |
Ejercicio sobre: <br>
- Variables aleatorias. <br>
- Distribuciones de probabilidad.
header-includes:
- \usepackage{amsmath,amssymb,amst... |
[
{
"context": ": default\n---\n## R Cert Working Group-Modeling\n### Joseph Korszun\n\n## Library references\n```{r, results=FALSE, mess",
"end": 116,
"score": 0.9998311996459961,
"start": 102,
"tag": "NAME",
"value": "Joseph Korszun"
}
] | Modeling/R Cert Modeling.rmd | RConsortium/R-Certification-WG | 12 | ---
output:
html_document: default
pdf_document: default
---
## R Cert Working Group-Modeling
### Joseph Korszun
## Library references
```{r, results=FALSE, message=FALSE}
#library references
library("gtsummary")
library("utils")
library("dplyr")
library("car")
library("lme4")
#set working directory
setwd("~/OneD... | 3761 | ---
output:
html_document: default
pdf_document: default
---
## R Cert Working Group-Modeling
### <NAME>
## Library references
```{r, results=FALSE, message=FALSE}
#library references
library("gtsummary")
library("utils")
library("dplyr")
library("car")
library("lme4")
#set working directory
setwd("~/OneDrive - P... | true | ---
output:
html_document: default
pdf_document: default
---
## R Cert Working Group-Modeling
### PI:NAME:<NAME>END_PI
## Library references
```{r, results=FALSE, message=FALSE}
#library references
library("gtsummary")
library("utils")
library("dplyr")
library("car")
library("lme4")
#set working directory
setwd("... |
[
{
"context": "splayMode=MathJax\n&courseID=daemon_course\n&userID=daemon\n&course_password=daemon\n&outputformat=simple\"), w",
"end": 513,
"score": 0.9578199982643127,
"start": 507,
"tag": "USERNAME",
"value": "daemon"
},
{
"context": "eID=daemon_course\n&userID=daemon\n&course_pass... | text/multivars/derivatives/derivatives.rmd | lahvak/Calc3 | 0 | ---
title: Derivatives of Functions of Several Variables
---
\renewcommand{\vec}[1]{\mathbf{#1}}
\newcommand{\v}[1]{\left\langle #1\right\rangle}
\newcommand{\norm}[1]{\left\lvert#1 \right\rvert}
```{r, echo=FALSE}
webwork <- function(path, width, height)
{
htmltools::tags$iframe(title = "Exercise",
... | 3414 | ---
title: Derivatives of Functions of Several Variables
---
\renewcommand{\vec}[1]{\mathbf{#1}}
\newcommand{\v}[1]{\left\langle #1\right\rangle}
\newcommand{\norm}[1]{\left\lvert#1 \right\rvert}
```{r, echo=FALSE}
webwork <- function(path, width, height)
{
htmltools::tags$iframe(title = "Exercise",
... | true | ---
title: Derivatives of Functions of Several Variables
---
\renewcommand{\vec}[1]{\mathbf{#1}}
\newcommand{\v}[1]{\left\langle #1\right\rangle}
\newcommand{\norm}[1]{\left\lvert#1 \right\rvert}
```{r, echo=FALSE}
webwork <- function(path, width, height)
{
htmltools::tags$iframe(title = "Exercise",
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.