tests/others/only_random_intercept.R

data(mulsam.test)
m <- hgwr(
  formula = y ~ L(g1 + g2) + x1 + (1 | group),
  data = mulsam.test$data,
  coords = mulsam.test$coords,
  alpha = 1e-8,
  verbose = 1
)

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.