Skip to content

Commit

Permalink
fix error of vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
SpatLyu committed Dec 1, 2024
1 parent cb2594e commit 2243bec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vignettes/sshicm.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@ where $p\left(x\right)$ is the probability of observing $x$ in $U$, $p\left(s_i,

## 3. Examples of the `sshicm` package

```r
install.packages("sshicm", dep = TRUE)
```


```{r}
library(sshicm)
```


```{r}
baltim = sf::read_sf(system.file("extdata/baltim.gpkg",package = "sshicm"))
sshicm(PRICE ~ .,baltim,type = "IC")
Expand Down

0 comments on commit 2243bec

Please sign in to comment.