일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- https://stackoverflow.com/questions/38976217/what-is-the-meaning-of-include-lowest-in-reclassify-raster-package-r
- https://stat.ethz.ch/R-manual/R-devel/library/base/html/table.html
- https://www.rdocumentation.org/packages/base/versions/3.5.1/topics/nrow
- Latex is suck
- Today
- Total
목록Coursera/Statistics (3)
LearnMore
Modeling and prediction for movies Setup Load packages library(ggplot2) library(dplyr) library(statsr) library(GGally) library(gmodels) library(SignifReg) library(magrittr) Load data load("movies.Rdata") Part 1: Data Generalizability : The data set is comprised of 651 randomly sampled movies produced and released before 2016. So it has generalizability. Causality : In the data set, Each variable..
Statistical inference with the GSS data Setup Load packages library(ggplot2) library(dplyr) library(statsr) library(magrittr) library(doBy) Load data load("gss.Rdata") Part 1: Data I think the data set is generalizable. Because the data set was sampled from GSS Data though it was pre-processed. In the ‘GSS.html’ documentation,"Unlike the full General Social Survey Cumulative File, we have remove..
Exploring the BRFSS data Setup Load packages library(ggplot2) library(dplyr) Load data load("brfss2013.RData") Part 1: Data BRFSS data are collected by conducting both landline telephone- and cellular telephone-based surveys. In conducting the BRFSS landline telephone survey, interviewers collect data from a randomly selected adult in a household. So I think these sample data can be generalizabl..