You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more fine-grained control, `compute_sic_posterior()` returns raw posterior `rvar` objects that can be passed to `add_simultaneous_bands()` or `add_pointwise_bands()`.
117
+
109
118
For a complete end-to-end example, see the file `vignettes/Introduction.qmd`.
110
119
111
120
## Package Overview
112
121
113
122
SHADE includes tools for:
114
123
115
-
- Preparing spatial point pattern data for hierarchical analysis
116
-
- Defining flexible spatial interaction features via basis functions
117
-
- Fitting multilevel spatial point process models using Stan
118
-
- Summarizing posterior distributions of interaction curves
119
-
- Comparing results across images, patients, and groups
124
+
-**Data preparation:** Convert spatial point pattern data into hierarchical model inputs (`prepare_spatial_model_data()`)
125
+
-**Simulation:** Generate synthetic spatial data with known directional interactions for validation (`simulate_spatial_data()`)
126
+
-**Model fitting:** Fit multilevel spatial point process models via Stan, with MCMC or variational inference (`run_SHADE_model()`)
127
+
-**SIC extraction:** Extract Spatial Interaction Curves at the group, patient, or image level (`extract_group_sics()`, `extract_patient_sics()`, `extract_image_sics()`)
128
+
-**Uncertainty quantification:** Compute simultaneous or pointwise credible bands for SICs (`add_simultaneous_bands()`, `add_pointwise_bands()`)
129
+
-**Prediction:** Generate spatial predictions from fitted models (`run_SHADE_gq()`)
0 commit comments