Authors
Kyle Kenneth Ruaya 53
Second Data Output Latest
12.05.2022
Data library(readxl) ## Warning: package 'readxl' was built under R version 4.1.3 data2 <- read_excel("D:/data2.xlsx") ## New names: ## * `` -> `...3` ## * `` -> `...4` ## * `` -> `...5` ## * `` -> `...6` ## * `` -> `...7` ## * `` -> `...8`...
476 sym R (8272 sym/62 pcs) 4 img
inkhorn82 53
Sampling and the Analysis of Big Data Latest
08.04.2012
After my last post, I came across a few articles supporting the opinion that if you have a good reason to take random samples from a “big” dataset, you’re not committing some kind of sin: Big Data Blasphemy: Why Sample? To Sample or Not to...
961 sym 16 img
TEST 4 Korean in plot() Latest
09.05.2020
This is an R HTML document. When you click the Knit HTML button a web page will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this: summary(cars)...
281 sym R (286 sym/3 pcs) 1 img
William Aiken 52
Data607 HW1 William Aiken Latest
30.08.2021
Overview This is a further exploration of the halloween candy dataset taken from the fivethirtyeight article "The Ultimate Halloween Candy Power Ranking" link to The Ulitmate Halloween Candy Power Ranking In this article they explored the...
1148 sym R (1372 sym/4 pcs) 3 tbl
Rstats on Julia Silge 52
Measuring Gobbledygook Latest
24.11.2016
In learning more about text mining over the past several months, one aspect of text that I’ve been interested in is readability. A text’s readability measures how hard or easy it is for a reader to read and understand what a text...
923 sym
Tony 52
Dynamic Modeling 1: Linear Difference Equations Latest
28.05.2010
(This is the first in a series on the use of Graph Algebraic models for Social Science.) Linear Difference models are a hugely important first step in learning Graph Algebraic modeling. That said, linear difference equations are a completely...
4928 sym R (373 sym/1 pcs) 8 img
pmur002 52
2014-02 Invertible Reproducible Documents Latest
04.09.2014
Reproducible documents provide an efficient way to produce reports by automatically generating content from code chunks within the report. The processing of a source document, that contains code chunks, to a final document, that contains...
1079 sym
R on Gianluca Baio 52
Our new R package Latest
28.10.2015
As part of the work she’s doing for her PhD, Christina has done some (fairly major, I’d say!) review of the literature about prevalence studies on PCOS $-$ that’s a rather serious, albeit probably fair to say quite under-researched area....
2435 sym 2 img
Lisa Szydziak 52
HW1 R bridge 121720 Latest
17.12.2020
#1. Write a loop that calculates 12-factorial r<-2 fact<-1 for (i in 1:12) { fact<-fact*(r-1) r<-r+1 } print(fact) ## [1] 479001600 #2. Show how to create a numeric vector that contains the sequence from 20 to 50 by 5....
724 sym R (496 sym/6 pcs)
step1 Latest
01.06.2021
title: “Pierre G” author: “MALLAH Siham” date: “01/06/2021” output: pdf_document: default html_document: default word_document: default D explanatory sexeM 0.32 (0.09-1.16, p=0.078) tabacNon 0.83 (0.21-3.18, p=0.788) tabacOui 0.18...
205 sym 18 tbl