Authors

Fabian 21

U1A1 Latest

04.02.2021

3+2 ## [1] 5 5-2 ## [1] 3 4-4 ## [1] 0 3*2 ## [1] 6 4*5 ## [1] 20 10/2 ## [1] 5 3^2 ## [1] 9 3^3 ## [1] 27 3^(-2) ## [1] 0.1111111 2^(-3) ## [1] 0.125 100^(1/2) ## [1] 10 sqrt(100) ## [1] 10 pi ## [1] 3.141593 exp(1) ## [1] 2.718282 log(exp(1)) ##...

46 sym R (312 sym/40 pcs)

fidel santellanes lopez 21

CASO 1. tabla de distribución de frecuencia Latest

25.02.2021

objetivo Realizar una interpretación de datos a partir de muestras simuladas mediante una distribución de frecuencias y visualizacion gráfica de datos cualitativos. descripcion A través de un proceso que incluye datos, codificación y...

10639 sym R (3786 sym/16 pcs) 2 img

Cheng-Hsiu Tsai(111078517) 21

Document Latest

25.10.2022

My main data set:data2 is in the data between 2011/7-2011/8, and the type of InvoiceDate was transformed to Date class. #(a)讀取資料 data1 <- read.csv("C:/R-language/class/online_retail.csv") #(b)轉日期格式...

1567 sym R (4384 sym/36 pcs)

Peyton Layman 21

Best Practices 1 Latest

07.09.2022

Chapter 1 It’s Not Just about Forecasting The following are the key points in the chapter. Elaborate on each point in at least 30 words. Understanding economics can help you to diagnose the causes of increases or decreases in sales volumes and...

1404 sym

Plotly Blog 21

What Can Plotly Do For You? We’ve just posted a full… Latest

10.09.2014

What Can Plotly Do For You? We’ve just posted a full length piece that answers the “who, what, when, where, why, and how” when it comes to Plotly, and you can find it here. In our post, we walk-through all the aspects and benefits of making...

760 sym 2 img

pssguy 21

Blankety Blank Latest

08.11.2011

The erstwhile big 4 all blanked their opponents last Saturday and a poster on the Guardian wondered when was the previous occasion of such an occurrence. It’s a pretty simple procedure in SQL using a subquery, but in the spirit of learning R, I...

1861 sym R (2134 sym/1 pcs) 4 img

Putra Latest

20.09.2022

drug_remaining <- function(dose, duration, time_constant) { dose * exp(- duration / time_constant) } library(mosaicCalc) ## Loading required package: mosaic ## Registered S3 method overwritten by 'mosaic': ## method...

20 sym R (1410 sym/16 pcs) 1 img

Python | datawookie 21

Day 25: Interfacing with Other Languages Latest

30.09.2015

Julia has native support for calling C and FORTRAN functions. There are also add on packages which provide interfaces to C++, R and Python. We’ll have a brief look at the support for C and R here. Further details on these and the other supported...

2644 sym R (2569 sym/11 pcs) 2 img

QuestionFlow 21

How to Scrape Pdf and Rmd to Get Inspiration Latest

12.10.2017

The story of QuestionFlow origins. Prologue This post is a story about how I came up with an idea of QuestionFlow name by performing text analysis. Beware of a lot of code. Introduction My name is Evgeni and I am a mathematician with...

8665 sym R (5736 sym/11 pcs) 4 img

R on Chemometrics & Spectroscopy using R 21

FOSS for Spectroscopy Latest

31.12.2019

For this inaugural blog post, I’m pleased to share a project I have been working on recently: FOSS4Spectroscopy is an attempt to catalog FOSS spectroscopy software. The page is designed to be updated easily with new or edited entries – see the...

1383 sym