sd_m_select: Exemplary function output from 'model_selection' for sd

Description Usage Format See Also Examples

Description

this data file consists of the function output from model_selection stemming from the data of ‘sample_snow_data’ for the variable snow depth

Usage

1
data("sd_m_select")

Format

The format is:

List of 5
$ max_data : num [1:36, 1:68] NA NA NA 24 NA NA NA NA NA 40 ...
..- attr(*, "dimnames")=List of 2
.. ..$ : chr [1:36] "101" "102" "103" "104" ...
.. ..$ : chr [1:68] "1948" "1949" "1950" "1951" ...

$ covariables : num [1:36, 1:5] 14.3 14.9 14.8 13.9 14.4 ...
..- attr(*, "dimnames")=List of 2
.. ..$ : chr [1:36] "101" "102" "103" "104" ...
.. ..$ : chr [1:5] "lon" "lat" "alt" "mdday" ...

$ point_est : num [1:36, 1:3] 27.9 40.1 21.9 19.3 15.8 ...
..- attr(*, "dimnames")=List of 2
.. ..$ : chr [1:36] "101" "102" "103" "104" ...
.. ..$ : chr [1:3] "loc" "scale" "shape"

$ models :List of 3
..$ loc_model :List of 30
..$ scale_model:List of 30
..$ shape_model:List of 30

$ used_for_model_selection: Named int [1:32] 1 2 3 4 5 6 7 8 9 10 ...
..- attr(*, "names")= chr [1:32] "101" "102" "103" "104" ...

See Also

swe_m_select’, ‘optim_hr

Examples

1
sd_m_select = get(data("sd_m_select"))

SpatialModelsZAMG documentation built on Nov. 11, 2019, 3 p.m.