Added ellipses to INLAstep so that users can add own INLA parameters
Showing 1 of 1 files from the diff.
R/INLAstep.R
changed.
@@ -171,7 +171,8 @@
Loading
171 | 171 | data = INLA::inla.stack.data(in_stack, spde = spde), |
|
172 | 172 | control.predictor = list(A = INLA::inla.stack.A(in_stack), |
|
173 | 173 | compute = TRUE), |
|
174 | - | control.fixed = list(expand.factor.strategy = "inla") |
|
174 | + | control.fixed = list(expand.factor.strategy = "inla"), |
|
175 | + | ... |
|
175 | 176 | ) |
|
176 | 177 | ||
177 | 178 | rmse <- |
@@ -268,7 +269,8 @@
Loading
268 | 269 | data = INLA::inla.stack.data(in_stack, spde = spde), |
|
269 | 270 | control.predictor = list(A = INLA::inla.stack.A(in_stack), |
|
270 | 271 | compute = TRUE), |
|
271 | - | control.fixed = list(expand.factor.strategy = "inla") |
|
272 | + | control.fixed = list(expand.factor.strategy = "inla"), |
|
273 | + | ... |
|
272 | 274 | ) |
|
273 | 275 | ||
274 | 276 |
Files | Coverage |
---|---|
R | 90.49% |
Project Totals (14 files) | 90.49% |
153.3
153.1
153.2
153.1
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.