Skip to content

Commit

Permalink
rebuild idsa vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
SpatLyu committed Nov 5, 2024
1 parent f27c41a commit c412dd2
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions vignettes/idsa.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ idsa.model = idsa(Depression_prevelence ~ .,
data = depression,
wt = wt, cores = 12)
tictoc::toc()
## 59.78 sec elapsed
## 59.04 sec elapsed
idsa.model
## *** Interactive Detector For Spatial Associations
##
Expand All @@ -84,7 +84,17 @@ idsa.model
## * Number of individual explanatory variables : 8
##
## ## Different of response variable between a pair of overlay zones:
## Error in UseMethod("select"): no applicable method for 'select' applied to an object of class "NULL"
##
## | zone1st | zone2nd | Risk |
## |:----------:|:-------------:|:----:|
## | zoneBeer_3 | zoneBeer_4 | No |
## | zoneBeer_3 | zoneBeer_5 | No |
## | zoneBeer_3 | zoneBeer_6 | No |
## | zoneBeer_3 | zoneCasinos_2 | No |
## | zoneBeer_3 | zoneCasinos_3 | No |
##
## #### Only the first five pairs of interactions and overlay zones are displayed! ####
plot(idsa.model)
## Error in UseMethod("select"): no applicable method for 'select' applied to an object of class "NULL"
```

![](../man/figures/idsa/idsa_modeling-1.png)

0 comments on commit c412dd2

Please sign in to comment.