inlabru-org / inlabru

inlabru
https://inlabru-org.github.io/inlabru/
77 stars 21 forks source link

Documentation for predict.bru #23

Closed finnlindgren closed 1 year ago

finnlindgren commented 7 years ago

The documentation should give details of the output. What is smin/smax?

Practical 05_2d_lgcp.R uses a data.frame as formula input. What does this do?

Nest = predict(fit, ipoints(boundary, mesh),
  ~ data.frame(N = 500:800,
               dpois(500:800,
               lambda = sum(weight * exp(mySmooth + Intercept)))))