NHSTrustMVCAug120.net {GNAR}R Documentation

Constructed network linking 140 NHS Trusts in England and Wales

Description

This matrix contains a multivariate/vector time series that counts the number of daily admissions to mechanical ventilation beds in one of 140 NHS Trusts from 2nd April 2020 to 27th June 2021.

Format

An object of class GNARnet from the GNAR package

SEE ALSO

corbit_plot,NHSTrustMVCAug120.net

Author(s)

Daniel Salnikov and Guy Nason

Source

UK Coronavirus website https://coronavirus.data.gov.uk

References

Nason, G.P., Salnikov, D. and Cortina-Borja, M. (2023) New tools for network time series with an application to COVID-19 hospitalisations. https://arxiv.org/abs/2312.00530

Examples


## Not run: 
data(logMVbedMVC.vts)
data(NHSTrustMVCAug120.net)

#
# Plot the network and see what it is like
#
plot(NHSTrustMVCAug120.net)

#
# Do a corbit plot with this data, with only three lags and one stage
#
# Note, normally max_lag and max_stage would be higher than this, the
# values are artificially small here, as otherwise the run-time restrictions
# for CRAN packaging might be exceeded. 

corbit_plot(vts=logMVbedMVC.vts, net=NHSTrustMVCAug120.net, max_lag=3, max_stage=1)

## End(Not run)


[Package GNAR version 1.1.3 Index]