Skip to content

Commit

Permalink
edit: gwdr m3 bw value
Browse files Browse the repository at this point in the history
  • Loading branch information
HPDell committed Jul 2, 2023
1 parent d84863c commit 7ffc6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/gwdr.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ m2 <- gwdr(
m3 <- gwdr(
formula = PURCHASE ~ FLOORSZ + UNEMPLOY + PROF,
data = LondonHP,
config = list(gwdr_config(bw = 0.2, kernel = "bisquare"),
gwdr_config(bw = 0.2, kernel = "bisquare"))
config = list(gwdr_config(bw = 0.5, kernel = "bisquare"),
gwdr_config(bw = 0.5, kernel = "bisquare"))
)
m3
```
Expand Down

0 comments on commit 7ffc6e0

Please sign in to comment.