Skip to content

Commit 1b78662

Browse files
committed
ssss
1 parent f84d165 commit 1b78662

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# R
22
sds R stuff
3-
*R* is Fun
3+
*R* is Fun
4+
5+
Linear models class

linear models/stat6021day1&2.Rmd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ ggplot(bootDf,aes(bootstrapMeans))+ geom_density()
3535
quantile(bootstrapMeans, c(0.025,0.975))
3636
```
3737

38+
```{r}
39+
prop.test(40,100,p=0.85,alternative = "l")
40+
```
41+
42+
43+
```{r}
44+
t.test(ourData5$slp,mu=6)
45+
t.test(ourData5$slp,mu=6, alternative = "greater")
46+
```
47+

0 commit comments

Comments
 (0)