Skip to content

juanchiem/agro_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serie climatica tandil

dat <- read.csv("https://raw.githubusercontent.com/juanchiem/agro_data/master/tandil_serie71-20.csv", sep = ",") dat$date <- as.Date(dat$date, format = "%Y-%m-%d")

Recursos web

Intro

R4DS

Modelos

Model Syntax in R

ANOVA: A Short Intro Using R

glmmFAQ

A brief introduction to mixed effects modelling and multi-model inference in ecology

Data Analysis Examples

An R companion to Statistics: data analysis and modelling

Statistics for Ecologists

R for Statistical Learning

K-fold Cross validation

https://dzchilds.github.io/stats-for-bio/

Exp. design

Analysis and Interpretation of Interactions in Agricultural Research

Analysis of Combined Experiments Revisited

Data Analysis and Visualization in R for Ecologists

RNAseq analysis with R

regresion_lineal_multiple

Statistical Design and Analysis of Biological Experiments

guide-to-field-trial-spatial-analysis

Effect size https://www.youtube.com/watch?v=9LVD9oLg1A0&list=PLM-piyaPQYiZ5UxJMvzGlDrDHSRK2IbP6&index=22 https://www.youtube.com/watch?v=tTgouKMz-eI&list=PLM-piyaPQYiZ5UxJMvzGlDrDHSRK2IbP6&index=21

Power con R

http://staff.pubhealth.ku.dk/~tag/Teaching/share/R-tutorials/Basic-statistics/Power.html https://www.rpubs.com/Mareiza/378540 https://www.statmethods.net/stats/power.html https://cran.r-project.org/web/packages/pwr/vignettes/pwr-vignette.html https://stats.idre.ucla.edu/r/dae/one-way-anova-power-analysis/ https://rdrr.io/cran/pwr2/man/pwr2-package.html
https://homepage.divms.uiowa.edu/~rlenth/Power/ https://psfaculty.plantsciences.ucdavis.edu/agr205/Lectures/2010%20Iago/Topic%206/RCBD%20Power%20Analysis.pdf sample_size_r_module sample_size_flax

Releases

No releases published

Packages

No packages published