Updating search results...

Search Resources

43 Results

View
Selected filters:
  • r
Análisis de poder estadístico y cálculo de tamaño de muestra en R: Guía práctica
Unrestricted Use
CC BY
Rating
0.0 stars

Esta guía práctica acompaña la serie de videos Poder estadístico y tamaño de muestra en R, de mi canal de YouTube Investigación Abierta, que recomiendo ver antes de leer este documento. Contiene una explicación general del análisis de poder estadístico y cálculo de tamaño de muestra, centrándose en el procedimiento para realizar análisis de poder y tamaños de muestra en jamovi y particularmente en R, usando los paquetes pwr (para diseños sencillos) y Superpower (para diseños factoriales más complejos). La sección dedicada a pwr está ampliamente basada en este video de Daniel S. Quintana (2019).

Subject:
Applied Science
Biology
Health, Medicine and Nursing
Life Science
Mathematics
Psychology
Social Science
Statistics and Probability
Material Type:
Reading
Author:
Juan David Leongómez
Date Added:
08/18/2020
Data Analysis and Visualization in R for Ecologists
Unrestricted Use
CC BY
Rating
0.0 stars

Data Carpentry lesson from Ecology curriculum to learn how to analyse and visualise ecological data in R. Data Carpentry’s aim is to teach researchers basic concepts, skills, and tools for working with data so that they can get more done in less time, and with less pain. The lessons below were designed for those interested in working with ecology data in R. This is an introduction to R designed for participants with no programming experience. These lessons can be taught in a day (~ 6 hours). They start with some basic information about R syntax, the RStudio interface, and move through how to import CSV files, the structure of data frames, how to deal with factors, how to add/remove rows and columns, how to calculate summary statistics from a data frame, and a brief introduction to plotting. The last lesson demonstrates how to work with databases directly from R.

Subject:
Applied Science
Computer Science
Ecology
Information Science
Life Science
Mathematics
Measurement and Data
Material Type:
Module
Provider:
The Carpentries
Author:
Ankenbrand, Markus
Arindam Basu
Ashander, Jaime
Bahlai, Christie
Bailey, Alistair
Becker, Erin Alison
Bledsoe, Ellen
Boehm, Fred
Bolker, Ben
Bouquin, Daina
Burge, Olivia Rata
Burle, Marie-Helene
Carchedi, Nick
Chatzidimitriou, Kyriakos
Chiapello, Marco
Conrado, Ana Costa
Cortijo, Sandra
Cranston, Karen
Cuesta, Sergio Martínez
Culshaw-Maurer, Michael
Czapanskiy, Max
Daijiang Li
Dashnow, Harriet
Daskalova, Gergana
Deer, Lachlan
Direk, Kenan
Dunic, Jillian
Elahi, Robin
Fishman, Dmytro
Fouilloux, Anne
Fournier, Auriel
Gan, Emilia
Goswami, Shubhang
Guillou, Stéphane
Hancock, Stacey
Hardenberg, Achaz Von
Harrison, Paul
Hart, Ted
Herr, Joshua R.
Hertweck, Kate
Hodges, Toby
Hulshof, Catherine
Humburg, Peter
Jean, Martin
Johnson, Carolina
Johnson, Kayla
Johnston, Myfanwy
Jordan, Kari L
K. A. S. Mislan
Kaupp, Jake
Keane, Jonathan
Kerchner, Dan
Klinges, David
Koontz, Michael
Leinweber, Katrin
Lepore, Mauro Luciano
Li, Ye
Lijnzaad, Philip
Lotterhos, Katie
Mannheimer, Sara
Marwick, Ben
Michonneau, François
Millar, Justin
Moreno, Melissa
Najko Jahn
Obeng, Adam
Odom, Gabriel J.
Pauloo, Richard
Pawlik, Aleksandra Natalia
Pearse, Will
Peck, Kayla
Pederson, Steve
Peek, Ryan
Pletzer, Alex
Quinn, Danielle
Rajeg, Gede Primahadi Wijaya
Reiter, Taylor
Rodriguez-Sanchez, Francisco
Sandmann, Thomas
Seok, Brian
Sfn_brt
Shiklomanov, Alexey
Shivshankar Umashankar
Stachelek, Joseph
Strauss, Eli
Sumedh
Switzer, Callin
Tarkowski, Leszek
Tavares, Hugo
Teal, Tracy
Theobold, Allison
Tirok, Katrin
Tylén, Kristian
Vanichkina, Darya
Voter, Carolyn
Webster, Tara
Weisner, Michael
White, Ethan P
Wilson, Earle
Woo, Kara
Wright, April
Yanco, Scott
Ye, Hao
Date Added:
03/20/2017
Data Carpentry R for Genomics
Unrestricted Use
CC BY
Rating
0.0 stars

Data Carpentry's aim is to teach researchers basic concepts, skills, and tools for working more effectively with data. The lessons below were designed for those interested in working with Genomics data in R.

Subject:
Applied Science
Computer Science
Material Type:
Lesson
Provider:
NumFocus
Provider Set:
Data Carpentry Genomics Materials
Author:
Kate Hertweck
Ryan Williams
Susan McClatchey
Tracy Teal
Date Added:
03/28/2017
Data Carpentry for Biologists
Unrestricted Use
CC BY
Rating
0.0 stars

The Biology Semester-long Course was developed and piloted at the University of Florida in Fall 2015. Course materials include readings, lectures, exercises, and assignments that expand on the material presented at workshops focusing on SQL and R.

Subject:
Applied Science
Biology
Computer Science
Information Science
Life Science
Mathematics
Measurement and Data
Material Type:
Module
Provider:
The Carpentries
Author:
Ethan White
Zachary Brym
Date Added:
08/07/2020
An Empirical Analysis of RuPaul's Drag Race Contestants
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

dragracer is an R package of data sets for all available seasons of RuPaul’s Drag Race, excluding All Stars. It’s updated at the end of each season. This blog post describes these data in some detail while also showcasing some of the things you can do with the provided. Steven Miller offers this R package for two reasons. First, the fandom for this show is large and there is a discernible subset of the fandom that is interested in the R programming language. He offers this package as a collection of accessible data with which they can experiment. He also offers this as a love letter of a kind to RuPaul’s Drag Race and all the contestants that have appeared on it.

Subject:
Mathematics
Measurement and Data
Material Type:
Data Set
Author:
Steven V. Miller
Date Added:
11/20/2020
Exploratory Data Analysis in R
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

This OER is an online tutorial for students learning the software R. The OER is anintroductory guide to exploratory data analysis in R. It is aimed primarily at graduate students in the biomedical sciences, but could be more broadly applicable.

The materials are an interactive tutorial that guides students through some basic analysis, asking them to input code to answer questions about conducting such analysis in R. Hints for the correct code are provided and a short quiz tests them on what they have learnt in the tutorial.

This guide is written using the ‘learnr’ package in the R software environment. The underlying R Markdown source code for this OER material is provided for download, with the intention that lecturers can modify it according to specific requirements. Students can use these materials as a standalone learning resource and use these materials for further learning.

Subject:
Life Science
Material Type:
Activity/Lab
Date Added:
06/03/2019
GIS Application Development
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In GEOG 489, you will learn advanced applications of Python for developing and customizing GIS software, designing user interfaces, solving complex geoprocessing tasks, and leveraging open source. The course consists of readings, walkthroughs, projects, quizzes, and discussions about advanced GIS programming concepts and techniques, and a final term project. It complements the material covered in GEOG 485: GIS Programming and Customization. Software covered in the course includes: Esri ArcGIS Pro/arcpy, Jupyter Notebook, Esri ArcGIS API for Python, QGIS, GDAL/OGR. Students will also use of the Git version control software for code management, and learn techniques for distributing Python applications to end users.

Subject:
Applied Science
Computer Science
Physical Geography
Physical Science
Material Type:
Full Course
Provider:
Penn State College of Earth and Mineral Sciences
Author:
James O'Brien
Jan Oliver Wallgrun
Jim Detwiler
Date Added:
10/07/2019
Geocomputation with R
Only Sharing Permitted
CC BY-NC-ND
Rating
0.0 stars

This book is about using the power of computers to do things with geographic data. It teaches a range of spatial skills, including: reading, writing and manipulating geographic data; making static and interactive maps; applying geocomputation to solve real-world problems; and modeling geographic phenomena. By demonstrating how various geographic operations can be linked, in reproducible ‘code chunks’ that intersperse the prose, the book also teaches a transparent and thus scientific workflow. Learning how to use the wealth of geospatial tools available from the R command line can be exciting, but creating new ones can be truly liberating. Using the command-line driven approach taught throughout, and programming techniques covered in Chapter 11, can help remove constraints on your creativity imposed by software. After reading the book and completing the exercises, you should therefore feel empowered with a strong understanding of the possibilities opened up by R’s impressive geographic capabilities, new skills to solve real-world problems with geographic data, and the ability to communicate your work with maps and reproducible code.

Subject:
Applied Science
Computer Science
Geoscience
Information Science
Physical Science
Material Type:
Textbook
Author:
Jakub Nowosad
Jannes Muenchow
Robin Lovelace
Date Added:
07/20/2023
Global Inequality Lab 1
Only Sharing Permitted
CC BY-NC-ND
Rating
0.0 stars

These materials include background for the instructor and a lab that engages student in an analysis of global inequality while learning and using the R language (a programming language for statistics). Students obtain data on the US and two other countries (one more developed and one less developed).

Subject:
Applied Science
Computer Science
Social Science
Sociology
Material Type:
Activity/Lab
Lecture Notes
Provider:
CUNY Academic Works
Provider Set:
Lehman College
Author:
Elin Waring
Janet Michello
Date Added:
05/31/2019
Global Inequality Lab 2
Only Sharing Permitted
CC BY-NC-ND
Rating
0.0 stars

These materials include background for the instructor and a lab that engages student in an analysis of global inequality while learning and using the R language (a programming language for statistics). Students ultimately write a function to access country level data from the CIA World Factbook.

Subject:
Applied Science
Computer Science
Social Science
Sociology
Material Type:
Activity/Lab
Lecture Notes
Provider:
CUNY Academic Works
Provider Set:
Lehman College
Author:
Elin Waring
Janet Michello
Michello Janet
Waring Elin
Date Added:
05/31/2019
Intermediate Statistics with R
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

Introductory statistics courses prepare students to think statistically but cover relatively few statistical methods. Building on the basic statistical thinking emphasized in an introductory course, a second course in statistics at the undergraduate level can explore a large number of statistical methods. This text covers more advanced graphical summaries, One-Way ANOVA with pair-wise comparisons, Two-Way ANOVA, Chi-square testing, and simple and multiple linear regression models. Models with interactions are discussed in the Two-Way ANOVA and multiple linear regression setting with categorical explanatory variables. Randomization-based inferences are used to introduce new parametric distributions and to enhance understanding of what evidence against the null hypothesis “looks like”. Throughout, the use of the statistical software R via Rstudio is emphasized with all useful code and data sets provided within the text. This is Version 3.0 of the book.

Subject:
Mathematics
Statistics and Probability
Material Type:
Textbook
Provider:
Montana State University
Author:
Mark C. Greenwood
Date Added:
11/18/2021
Introduction to Geospatial Concepts
Unrestricted Use
CC BY
Rating
0.0 stars

Data Carpentry lesson to understand data structures and common storage and transfer formats for spatial data. The goal of this lesson is to provide an introduction to core geospatial data concepts. It is intended for learners who have no prior experience working with geospatial data, and as a pre-requisite for the R for Raster and Vector Data lesson . This lesson can be taught in approximately 75 minutes and covers the following topics: Introduction to raster and vector data format and attributes Examples of data types commonly stored in raster vs vector format Introduction to categorical vs continuous raster data and multi-layer rasters Introduction to the file types and R packages used in the remainder of this workshop Introduction to coordinate reference systems and the PROJ4 format Overview of commonly used programs and applications for working with geospatial data The Introduction to R for Geospatial Data lesson provides an introduction to the R programming language while the R for Raster and Vector Data lesson provides a more in-depth introduction to visualization (focusing on geospatial data), and working with data structures unique to geospatial data. The R for Raster and Vector Data lesson assumes that learners are already familiar with both geospatial data concepts and the core concepts of the R language.

Subject:
Applied Science
Computer Science
Information Science
Mathematics
Measurement and Data
Material Type:
Module
Provider:
The Carpentries
Author:
Anne Fouilloux
Chris Prener
Dev Paudel
Ethan P White
Joseph Stachelek
Katrin Leinweber
Lauren O'Brien
Michael Koontz
Paul Miller
Tracy Teal
Whalen
Date Added:
08/07/2020
Introduction to Geospatial Raster and Vector Data with R
Unrestricted Use
CC BY
Rating
0.0 stars

Data Carpentry lesson to open, work with, and plot vector and raster-format spatial data in R. The episodes in this lesson cover how to open, work with, and plot vector and raster-format spatial data in R. Additional topics include working with spatial metadata (extent and coordinate reference systems), reprojecting spatial data, and working with raster time series data.

Subject:
Applied Science
Computer Science
Information Science
Mathematics
Measurement and Data
Material Type:
Module
Provider:
The Carpentries
Author:
Ana Costa Conrado
Angela Li
Anne Fouilloux
Brett Lord-Castillo
Ethan P White
Joseph Stachelek
Juan F Fung
Katrin Leinweber
Klaus Schliep
Kristina Riemer
Lachlan Deer
Lauren O'Brien
Marchand
Punam Amratia
Sergio Marconi
Stéphane Guillou
Tracy Teal
zenobieg
Date Added:
08/07/2020
Introduction to R for Geospatial Data
Unrestricted Use
CC BY
Rating
0.0 stars

The goal of this lesson is to provide an introduction to R for learners working with geospatial data. It is intended as a pre-requisite for the R for Raster and Vector Data lesson for learners who have no prior experience using R. This lesson can be taught in approximately 4 hours and covers the following topics: Working with R in the RStudio GUI Project management and file organization Importing data into R Introduction to R’s core data types and data structures Manipulation of data frames (tabular data) in R Introduction to visualization Writing data to a file The the R for Raster and Vector Data lesson provides a more in-depth introduction to visualization (focusing on geospatial data), and working with data structures unique to geospatial data.

Subject:
Applied Science
Computer Science
Information Science
Mathematics
Measurement and Data
Material Type:
Module
Provider:
The Carpentries
Author:
Anne Fouilloux
Chris Prener
Claudia Engel
David Mawdsley
Erin Becker
François Michonneau
Ido Bar
Jeffrey Oliver
Juan Fung
Katrin Leinweber
Kevin Weitemier
Kok Ben Toh
Lachlan Deer
Marieke Frassl
Matt Clark
Miles McBain
Naupaka Zimmerman
Paula Andrea Martinez
Preethy Nair
Raniere Silva
Rayna Harris
Richard McCosh
Vicken Hillis
butterflyskip
Date Added:
08/07/2020
Intro to R and RStudio for Genomics
Unrestricted Use
CC BY
Rating
0.0 stars

Welcome to R! Working with a programming language (especially if it’s your first time) often feels intimidating, but the rewards outweigh any frustrations. An important secret of coding is that even experienced programmers find it difficult and frustrating at times – so if even the best feel that way, why let intimidation stop you? Given time and practice* you will soon find it easier and easier to accomplish what you want. Why learn to code? Bioinformatics – like biology – is messy. Different organisms, different systems, different conditions, all behave differently. Experiments at the bench require a variety of approaches – from tested protocols to trial-and-error. Bioinformatics is also an experimental science, otherwise we could use the same software and same parameters for every genome assembly. Learning to code opens up the full possibilities of computing, especially given that most bioinformatics tools exist only at the command line. Think of it this way: if you could only do molecular biology using a kit, you could probably accomplish a fair amount. However, if you don’t understand the biochemistry of the kit, how would you troubleshoot? How would you do experiments for which there are no kits? R is one of the most widely-used and powerful programming languages in bioinformatics. R especially shines where a variety of statistical tools are required (e.g. RNA-Seq, population genomics, etc.) and in the generation of publication-quality graphs and figures. Rather than get into an R vs. Python debate (both are useful), keep in mind that many of the concepts you will learn apply to Python and other programming languages. Finally, we won’t lie; R is not the easiest-to-learn programming language ever created. So, don’t get discouraged! The truth is that even with the modest amount of R we will cover today, you can start using some sophisticated R software packages, and have a general sense of how to interpret an R script. Get through these lessons, and you are on your way to being an accomplished R user! * We very intentionally used the word practice. One of the other “secrets” of programming is that you can only learn so much by reading about it. Do the exercises in class, re-do them on your own, and then work on your own problems.

Subject:
Applied Science
Biology
Computer Science
Information Science
Life Science
Mathematics
Measurement and Data
Material Type:
Module
Provider:
The Carpentries
Author:
Ahmed Moustafa
Alexia Cardona
Andrea Ortiz
Jason Williams
Krzysztof Poterlowicz
Naupaka Zimmerman
Yuka Takemon
Date Added:
08/07/2020
Jupyter Notebooks with R & Git
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

Today we are going to learn the basics of literate programming using Jupyter Notebooks, a popular tool in data science, with the R kernel, so we can run R code in our notebooks. We’ll then take a look at how we use Git and GitHub to keep track of all the versions of our work, collaborate with others, and be open!

Subject:
Applied Science
Life Science
Physical Science
Social Science
Material Type:
Activity/Lab
Provider:
New York University
Author:
Vicky Steeves
Date Added:
12/01/2018
Lab in Psycholinguistics
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Hands-on experience designing, conducting, analyzing, and presenting experiments on the structure and processing of human language. Focuses on constructing, conducting, analyzing, and presenting an original and independent experimental project of publishable quality. Develops skills in reading and writing scientific research reports in cognitive science, including evaluating the methods section of a published paper, reading and understanding graphical displays and statistical claims about data, and evaluating theoretical claims based on experimental data. Instruction and practice in oral and written communication provided.

Subject:
Arts and Humanities
Life Science
Linguistics
Physical Science
Social Science
Material Type:
Full Course
Provider:
MIT
Provider Set:
MIT OpenCourseWare
Author:
Gibson, Edward
Date Added:
02/01/2017
Learning Statistics with R
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

The book is associated with the lsr package on CRAN and GitHub. The package is probably okay for many introductory teaching purposes, but some care is required. The package does have some limitations (e.g., the etaSquared function does strange things for unbalanced ANOVA designs), and it has not been updated in a while.

Subject:
Mathematics
Statistics and Probability
Material Type:
Textbook
Author:
Danielle Navarro
Date Added:
06/23/2020
Macroevolution @ ISU - BIOL 465X/EEOB 565X
Unrestricted Use
CC BY
Rating
0.0 stars

Open courseware for Macroevolution, focusing on research methods and software packages, such as R.

Course description
Evolutionary thinking provides the underpinnings of modern biology. In recent decades, the field of macroevolution (evolution above the species level) has matured into a rich discipline with a well-developed mathematical theory for testing hypotheses of species diversification, for understanding trait evolution, and evaluating patterns of covariation across the tree of life. This course will provide a synthetic view of biology and how life on earth has changed over time.

Course Outcomes
Upon completion of the course, students will:
Understand patterns of diversity in the fossil record, and changes in that diversity over time
Understand macroevolutionary patterns and processes, and the difference between gradualism, stasis, and punctuated equilibrium
Become familiar with ‘tree thinking’, and understand the principles of using a phylogenetic perspective to address evolutionary questions in biology
Gain experience in applying cutting-edge phylogenetic methods for testing hypotheses in macroevolution

Subject:
Applied Science
Biology
Ecology
Environmental Science
Life Science
Mathematics
Measurement and Data
Physical Science
Material Type:
Activity/Lab
Full Course
Lecture Notes
Module
Syllabus
Provider:
Iowa State University
Author:
Josh Justison
Tracy Heath
Date Added:
07/05/2022