Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
vjcitn committed Jul 9, 2023
1 parent 96e4234 commit 30db71c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: CSHstats
Title: discussions and exercises on classical statistics for CSHL 2022
Version: 0.0.29
Version: 0.0.30
Authors@R:
person(given = "Vince",
family = "Carey",
Expand Down
3 changes: 2 additions & 1 deletion vignettes/S5b_nonlin.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ that were crafted to illustrate a "pair" of curves
that can be regarded as shifted instances of common shape.
Here the color distinguishes the elements of the pair.

```{r lkdat}
```{r lkdat, message=FALSE}
library(CSHstats)
data(nonlindat)
plot(y~x,data=nonlindat, col=nonlindat$z+1, pch=19)
```
Expand Down

0 comments on commit 30db71c

Please sign in to comment.