Skip to content

Commit

Permalink
Fix README figures not displaying on website
Browse files Browse the repository at this point in the history
  • Loading branch information
venpopov committed Feb 9, 2024
1 parent 14732ea commit b44bfe1
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 804 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The main building block of the bmm package is that cognitive measurement models


```{r bmm-logic, echo=F, fig.cap="", out.width=600, fig.align = 'center'}
knitr::include_graphics("vignettes/bmmLogic.jpg")
knitr::include_graphics("man/figures/README-bmmLogic.jpg")
```


Expand Down Expand Up @@ -104,7 +104,7 @@ The function will then call the appropriate functions for the specified model an
This process is illustrated in the Figure below:

```{r fitModel, echo=F, fig.cap="", out.width=600, fig.align = 'center'}
knitr::include_graphics("vignettes/fitModel_process.jpg")
knitr::include_graphics("man/figures/README-fitModel_process.jpg")
```

A complete call to fit a model using bmm could look like this. For this example, we are using the `OberauerLin_2017` data that is provided with the package.
Expand Down
Loading

0 comments on commit b44bfe1

Please sign in to comment.