tests/others/wuhan_hp.R

data(wuhan.hp)
whhp.hgwr <- hgwr(
  formula = Price ~ L(Fee + d.Water + d.Commercial +
    d.PrimarySchool + d.ShoppingMall + d.Kindergarten) +
    BuildingArea + (Floor.High | group),
  data = wuhan.hp,
  bw = "CV", kernel = "bisquared"
)

Try the hgwrr package in your browser

Any scripts or data that you put into this service are public.

hgwrr documentation built on April 4, 2025, 3:57 a.m.