From ad8671179e559f52bc03d6bbd236e1a67efbe04d Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Tue, 17 Dec 2024 17:48:32 +0800 Subject: [PATCH] rebuild vignette --- vignettes/sshicm.Rmd | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/vignettes/sshicm.Rmd b/vignettes/sshicm.Rmd index 9523f52..1f0063f 100644 --- a/vignettes/sshicm.Rmd +++ b/vignettes/sshicm.Rmd @@ -91,12 +91,12 @@ library(sshicm) baltim = sf::read_sf(system.file("extdata/baltim.gpkg",package = "sshicm")) sshicm(PRICE ~ .,baltim,type = "IC") ## # A tibble: 5 × 3 -## Variable Ic Pv -## -## 1 AC 0.223 0 -## 2 PATIO 0.162 0.643 -## 3 FIREPL 0.135 0.657 -## 4 DWELL 0.124 0.716 +## Variable Ic Pv +## +## 1 AC 0.447 0.00501 +## 2 PATIO 0.162 0.643 +## 3 FIREPL 0.135 0.657 +## 4 DWELL 0.124 0.716 ## 5 CITCOU 0.0898 0.988 ``` @@ -119,11 +119,11 @@ sshicm(THEFT_D ~ .,cinc,type = "IN") ntds = gdverse::NTDs sshicm(incidence ~ watershed + elevation + soiltype,data = ntds) ## # A tibble: 3 × 3 -## Variable Ic Pv -## -## 1 watershed 0.285 0.00400 -## 2 elevation 0.246 0.0110 -## 3 soiltype 0.0793 0.198 +## Variable Ic Pv +## +## 1 elevation 0.329 0.0100 +## 2 watershed 0.140 0.0901 +## 3 soiltype 0.121 0.0250 ```