Skip to content

Commit

Permalink
First pass updates
Browse files Browse the repository at this point in the history
Targeted changes CrumpLab#1
  • Loading branch information
carmenhove committed Jun 18, 2021
1 parent eb24c5f commit a9bb1f2
Show file tree
Hide file tree
Showing 15 changed files with 496 additions and 436 deletions.
Binary file added .DS_Store
Binary file not shown.
13 changes: 5 additions & 8 deletions Journal.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Journal"
title: "Advice + Tips"
output:
html_document:
toc: true
Expand All @@ -14,12 +14,9 @@ output:
knitr::opts_chunk$set(message=FALSE,warning=FALSE, cache=TRUE)
```

IMPORTANT: You can delete everything in here and start fresh. You might want to start by not deleting anything above this line until you know what that stuff is doing.
Here are our tips from experience with comps.


This is an .Rmd file. It is plain text with special features. Any time you write just like this, it will be compiled to normal text in the website. If you put a \# in front of your text, it will create a top level-header.

# My first post
# Start early

2018 | 7 | 23 Last compiled: `r Sys.Date()`

Expand All @@ -33,13 +30,13 @@ You can add more headers by adding more hashtags. These won't be put into the ta

Here's an even lower level header

# My second post (note the order)
# Read widely

2018 | 7 | 23 Last compiled: `r Sys.Date()`

I'm writing this tutorial going from the top down. And, this is how it will be printed. So, notice the second post is second in the list. If you want your most recent post to be at the top, then make a new post starting at the top. If you want the oldest first, do, then keep adding to the bottom

# Adding R stuff
# Record citations (use Mendeley)

So far this is just a blog where you can write in plain text and serve your writing to a webpage. One of the main purposes of this lab journal is to record your progress learning R. The reason I am asking you to use this process is because you can both make a website, and a lab journal, and learn R all in R-studio. This makes everything really convenient and in the sam place.

Expand Down
16 changes: 5 additions & 11 deletions Links.Rmd
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
---
title: "Resources"
title: "Links"
output: html_document
---

### R and R-Studio
### Mendeley

[R](http://www.r-project.org) is a free open-source programming language that can be used for statistical analysis, data-simulation, graphing, and lots of other stuff. Another free program is [R-studio](http://www.rstudio.com), that provides a nice graphic interface for R. Download R first, then download R-studio. Both can run on PCs, Macs or Linux. Students will be learning R in the stats labs using the lab manual []().
[Mendeley](https://www.mendeley.com) is a free citation and PDF organizer. Create an account and download Mendeley for desktop. See [here](https://www.mendeley.com/guides/using-citation-editor) for how to get started []().

### Additional R resources
### Concept maps

1. Google is great, Google your problem
2. [Stackoverflow](https://stackoverflow.com) is great, google will often take you there because someone has already asked your question, and someone else has answered, usually many people have answered your question many ways.
3. Danielle Navarro wrote a [free Psych Stats textbook using R](https://compcogscisydney.org/learning-statistics-with-r/), it's worth checking out (some of our textbook are based on Danielle's)
4. I am currently writing another stats textbook (incorporating some of the above). You can read it while it's being made right here [https://crumplab.github.io/statistics/](https://crumplab.github.io/statistics/), also check out the lab manual for more specific things about doing various stats in R (also in draft right now) [https://crumplab.github.io/statisticsLab/](https://crumplab.github.io/statisticsLab/)
5. Daniell Navarro recently made this website for introducing R, it's great, check it out (also made using this R markdown process): [http://compcogscisydney.org/psyr/](http://compcogscisydney.org/psyr/)
6. Check out my slightly older programming book that also introduces R [https://crumplab.github.io/programmingforpsych/](https://crumplab.github.io/programmingforpsych/)
7. This is the definitive guide for all things R Markdown (you will find this very useful as you get better at this skill): [https://bookdown.org/yihui/rmarkdown/](https://bookdown.org/yihui/rmarkdown/)
1. Use concept maps.

8 changes: 4 additions & 4 deletions _site.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: "MyLabJournal"
name: "UCSB IAS Comps"
navbar:
title: "MyLabJournal"
title: "UCSB IAS Comps"
left:
- text: "Home"
- text: "Contributors"
href: index.html
- text: "Journal"
- text: "Study Tips"
href: Journal.html
- text: "Links"
href: Links.html
Expand Down
Loading

0 comments on commit a9bb1f2

Please sign in to comment.