Authors
Daniel Pinedo 39
time series analysis in R Latest
29.10.2020
Welcome to the course! Introduction Time Series: A sequence of data in chronological order. Data is commonly recorded sequentially, over time. Time series data is everywhere Time series data Time series data is dated or time stamped in R...
43609 sym R (21959 sym/132 pcs) 73 img
ntguardian 39
How the House Makes a Profit: A R Shiny App for Explaining the Key Idea to Gambling Latest
14.08.2016
As many of you may know, I teach statistics at the University of Utah. Below is a post about how industries based on chance events, such as casinos or insurance companies, are able to guarantee a profit. I have also included R code for a Shiny app...
5859 sym R (2201 sym/1 pcs) 6 img
insightr 39
LASSO, adaLASSO and the GLMNET package Latest
06.04.2017
By Gabriel Vasconcelos Motivation If you are close to the data science world you probably heard about LASSO. It stands for Least Absolute Shrinkage and Selection Operator. The LASSO is a model that uses a penalization on the size of the...
3571 sym R (987 sym/5 pcs) 12 img
Minsik Kim 39
Assignment Latest
03.08.2021
Before start, load the data rm(list=ls()) getwd() ## [1] "E:/Dropbox/Git/Reproducible2" list.files() ## [1] "code.R" "markdown.html" ## [3] "markdown.Rmd"...
813 sym R (15439 sym/37 pcs) 5 img
Daniela Zazueta D 39
COVID-19 en Baja California y Baja California sur Latest
11.06.2020
#U1A7 setwd("~/PyE_206145") #Cargar las bibliotecas con el paquete pacman library(pacman) p_load(read,tidyverse,plotly,gganimate,gifsky) ## Installing package into 'C:/Users/Daniela Zazueta D/Documents/R/win-library/3.6' ## (as 'lib' is...
14 sym R (18767 sym/38 pcs) 8 img
Gregor Gorjanc 39
Sweave.sh plays with cacheSweave Latest
26.11.2008
I have added support for caching to Sweave.sh script as implemented in cacheSweave R package written by Roger D. Peng. Now, one can set caching on for chunks that are time consuming (data import, some calculations, …) and the Sweaving process...
1172 sym R (1532 sym/2 pcs) 2 img
Egon Willighagen 39
Further Bioclipse QSAR functionality development Latest
26.07.2007
I had some time to work some more on the QSAR functionality in Bioclipse. There is still much to do, but it is getting there. The calculation of a QSAR descriptor data matrixThis screenshot shows that multi-resource selection is now...
845 sym 4 img
Amir Freund 39
Regression Tables using Stargazer Latest
11.01.2023
Regression Tables & Plots Amir Freund 2023-01-12 This article aims to help TAU Political Science students to use R and Latex for creating and documenting their research. I focus on the use of stargazer and sjplot R packages to create regression...
4338 sym 6 img
Cody Grube 39
Best Practice 1 Latest
06.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...
1533 sym