Skip to content

Commit

Permalink
03-04-19
Browse files Browse the repository at this point in the history
  • Loading branch information
javantef committed Mar 5, 2019
1 parent 68697ca commit 7b52d9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Plots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ output:
knitr::opts_chunk$set(echo = TRUE, messages=TRUE, error=TRUE)
```

## Problem 1
#Calcutt, S. E., Proctor, D., & Berman, S. M. (2019). Chimpanzees (Pan troglodytes) Are More Averse to Social Than Nonsocial Risk. Psychological Science, 30, 105-115.
# Problem 1
###Calcutt, S. E., Proctor, D., & Berman, S. M. (2019). Chimpanzees (Pan troglodytes) Are More Averse to Social Than Nonsocial Risk. Psychological Science, 30, 105-115.


```{r}
Expand All @@ -32,8 +32,8 @@ ggplot(A,aes(x=Conditions,y=MeanFreq,group=Names,linetype=Adversity))+geom_line(
```

## Problem 2
# Cao, J., Kleiman-Weiner, M., & Banaji, M. R. (2019). People Make the Same Bayesian Judgment They Criticize in Others. Psychological Science, 30, 20-31.nm
#Problem 2
###Cao, J., Kleiman-Weiner, M., & Banaji, M. R. (2019). People Make the Same Bayesian Judgment They Criticize in Others. Psychological Science, 30, 20-31.nm


```{r,eval=FALSE}
Expand All @@ -47,7 +47,7 @@ ggplot(B,aes(x=Aver_Freq_NonSC,y=Aver_Freq_SC))+
geom_point()+geom_smooth(method=lm)
```

##Problem 3
###Problem 3
```{r,eval=FALSE}
#Create a dataframe
Expand Down Expand Up @@ -81,7 +81,7 @@ ymax=Percentage_of_Participants+Stacked_factors), width=.2)+
```

##Problem 4
###Problem 4

```{r,eval=FALSE}
#Create a dataframe
Expand Down
2 changes: 1 addition & 1 deletion docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
<a href="Dictionary.html">Dictionary</a>
</li>
<li>
<a href="ggplot2 PLOTS.html">ggplot2 PLOTS</a>
<a href="Plots.html">Plots</a>
</li>
<li>
<a href="Links.html">Links</a>
Expand Down

0 comments on commit 7b52d9e

Please sign in to comment.