Skip to content

Commit

Permalink
🍱 Update URLs to website
Browse files Browse the repository at this point in the history
  • Loading branch information
mariadelmarq committed Mar 18, 2024
1 parent e0d2e9b commit 6cb9ea9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ Visualise the raw data and the best individual fits:
```{r}
reciprobit_plot(data, data_fit)
```

For a more detailed analysis using the `LATERmodel` R package, see [this article](https://unimelbmdap.github.io/LATERmodel/articles/cw1995_analysis.html).
3 changes: 2 additions & 1 deletion vignettes/articles/cw1995_analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ We will be looking at how we can use the LATERmodel package to load, fit, visual
If the LATERmodel package has not yet been installed, it can be installed by running the following within R:

```{r setup, echo = TRUE, results = "hide", message = FALSE, warning = FALSE}
install.packages("LATERmodel")
# install.packages("devtools")
devtools::install_github("unimelbmdap/LATERmodel")
```

## Loading the raw data
Expand Down
4 changes: 2 additions & 2 deletions vignettes/articles/use-laterapp.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ knitr::opts_chunk$set(
)
```

The [LATER fitting](http://172.26.131.77:3838/) R Shiny application (“the app”),
is designed to provide a simple way to use
The [LATER fitting](https://later.researchsoftware.unimelb.edu.au/) R Shiny
application (“the app”), is designed to provide a simple way to use
[LATERmodel](https://github.com/unimelbmdap/LATERmodel/) to fit the LATER model
to reaction time data.

Expand Down

0 comments on commit 6cb9ea9

Please sign in to comment.