From c412dd2b89fceb3ea0e430b2190f4e82c795f617 Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Tue, 5 Nov 2024 19:01:25 +0800 Subject: [PATCH] rebuild idsa vignette --- vignettes/idsa.Rmd | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/vignettes/idsa.Rmd b/vignettes/idsa.Rmd index 90b83331..77c930f6 100644 --- a/vignettes/idsa.Rmd +++ b/vignettes/idsa.Rmd @@ -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 ## @@ -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)