No articles match
Getting started24 days ago
Overview | The example data | The pipeline, step-by-step | Step 1: Create the barrier mask | Step 2: Remove habitat under barriers | Step 3: Buffer the habitat | Step 4: Fragment habitat along barriers | Step 5: Assign patch IDs | Step 6: Summarise patch areas | Computing connectivity metrics | Run the pipeline as a single step | Comparing multiple interpatch distances | Summary
Using raster vs vector24 days ago
Rasters and vectors | Running raster and vector models on the same data | Prepare the example data | Raster approach | Vector approach | Comparing raster vs vector | Summarising connectivity metrics | Which approach should you use? | Raster approach trade-offs | Vector approach trade-offs | Converting between raster and vector | Analysis step-by-step | References
Using urbioconnect in a targets pipeline24 days ago
Why use targets for connectivity analysis? | A minimal _targets.R | What each section does | Running and inspecting the pipeline | Running | Inspecting results | Visualising the dependency graph | Example workflows
Interpatch distance and raster resolution29 days ago
Interpatch distance | Buffering happens on a grid | A sub-cell radius does nothing - and habitat_buffer() warns | Why it matters: the same distance, two resolutions | Choosing a resolution | What about vector (sf) data?
Example models29 days ago
Common models | Common Bayesian priors | Advanced Bayesian models | BUGS models | Stan models | Ecological models
FAQ29 days ago
How do I install greta dependencies? | How do I know if greta has the right versions of Python dependencies installed? | Is there an alternative way to install Python dependencies? | Does greta work on Mac Laptops with an M1 Chip? | I get the message: "Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2"
Get started with greta29 days ago
Installation | Helper functions to install TensorFlow | DiagrammeR | How greta works | Building a model | Data | explicit vs. automatic conversion | data structures | Variables and priors | variables without probability distributions | variables with probability distributions | variables with truncated distributions | Operations | Extract and replace | Functions | Likelihood | Defining the model | Plotting | Sampling | Tweaking the sampler
Installing Dependencies29 days ago
Why we need to install dependencies | How to install python dependencies using install_greta_deps() | How install_greta_deps() works | Using different versions of TF, TFP, and Python | How we install dependencies | Troubleshooting installation
Conmat Population Data5 months ago
Accessing age and population information | Brief example of using accessor functions | An example use from the package | Using these as S3 methods in an R package | Conclusion
Data Sources5 months ago
World data | Australian Bureau of Statistics (ABS) data | Accessing Functions | abs_age_lga() | abs_age_state() | ABS data | Education by state data for 2006 -2020 | Education by state data for 2020 | Employment by LGA for 2016 | Number of people in each household by LGA for 2016 | LGA age population for 2016 for all states and LGAs | LGA age population for 2020 for all states and LGAs | State age population for 2020 | Epidemiology / disease modelling data | Transmission probabilities from Eyre
Example Pipeline5 months ago
Create a new synthetic matrix from all POLYMOD data | Generating a Next Generation Matrix | Applying Vaccination Rates | Fitting a new model with asymmetric terms
Getting Started5 months ago
Quick example using Australian data | Quick example using world data | What next? | A More in depth example | Predicting the contact rate | Plotting | Note | Applying the model across all settings. | Fit to all settings | Predict to all settings
Parallel Computing5 months ago
SIR modelling with conmat5 months ago
Introduction: What is an SIR model? | An SIR Model with homogenous mixing | Comparison to other age matrices | Calculating reproductive number - R0
Using other data sources5 months ago
Creating a next generation matrix (NGM) | Applying vaccination to an NGM
Visualisation gallery5 months ago
extrapolate polymod | For interest's sake: visualising the empirical contact rate data
Using terra with geotargets1 years ago
How to run targets examples from vignettes | tar_terra_rast(): targets with terra rasters | Raster metadata | tar_terra_vect(): targets with terra vectors | tar_terra_sprc(): targets with terra raster collections | tar_terra_sds(): targets with terra raster datasets
Using terra with geotargets1 years ago
How to run targets examples from vignettes | tar_terra_rast(): targets with terra rasters | Raster metadata | tar_terra_vect(): targets with terra vectors | tar_terra_sprc(): targets with terra raster collections | tar_terra_sds(): targets with terra raster datasets
Dynamic branching with raster tiles1 years ago
What is an extent? | Helper functions to create multiple extents of a raster | tile_n() | tile_grid() | tile_blocksize() | How to run targets examples from vignettes | Example targets pipeline
Dynamic branching with raster tiles1 years ago
What is an extent? | Helper functions to create multiple extents of a raster | tile_n() | tile_grid() | tile_blocksize() | How to run targets examples from vignettes | Example targets pipeline
Getting Started2 years ago
Example | Brief technical details | Bayesian interpretation of the GAM | Penalty matrices | References
iterate-matrix-example2 years ago
ODE solve example2 years ago
Getting Started2 years ago
Package Author's Notes | Indemnity Statement: | Import data from the BITRE website into R | Variables available | Crashes | Fatalities | Plot crashes by year | Plot crashes by year and state | Fatalities by year
Gallery of Missing Data Visualisations2 years ago
Getting started | Exploring patterns with UpSetR | Exploring Missingness Mechanisms | geom_miss_point | General visual summaries of missing data | Missingness in variables with gg_miss_var | Missingness in cases with gg_miss_case | Missingness across factors with gg_miss_fct | Missingness along a repeating span with gg_miss_span | gg_miss_case_cumsum | gg_miss_var_cumsum | gg_miss_which
Getting Started with naniar2 years ago
Introduction | How do we start looking at missing data? | vis_dat | vis_miss | Exploring missingness relationships | Visualising missings in variables | Replacing existing values with NA | Tidy Missing Data: The Shadow Matrix | Visualising imputed values | Numerical summaries of missing values | Using group_by with naniar | Modelling missingness | Summary | Future development | Thank you | References
Special Missing Values2 years ago
Terminology | Recoding missing values
Finding Features in Data3 years ago
Calculating features | Creating your own Features | Accessing sets of features | Registering a feature in a package
Identify Interesting Observations3 years ago
Specify your own summaries for keys_near | Implementation of keys_near
Longitudinal Data Structures3 years ago
Defining longitudinal data as a tsibble | Converting your longitudinal data to a time series | example data: wages | example: heights data | example: gapminder | example: PISA data | Conclusion
Using brolgar to understand Mixed Effects Models3 years ago
Visualisation Gallery3 years ago
Exploring raw data | Select a sample of individuals | Filter only those with certain number of observations | Clever facets: facet_strata | Clever facets: facet_sample | Clever facets with number of observations | Exploring data using features | Plot monotonic individual series | Plot individuals with negative slope | Move along features with facet_strata | Visualise along slope
Exploratory Modelling3 years ago
Find keys near other summaries with keys_near()
Customising colour palettes in visdat3 years ago
How to provide your own colour palette?
Customising colour palettes in visdat3 years ago
How to provide your own colour palette?
Exploring Imputed Values4 years ago
Imputing and tracking missing values | Using impute_below | Using impute_mean | Track imputed values using nabular data | Imputing values using simputation | Improving imputations | Other imputation approaches | Hmisc aregImpute
Replacing values with NA4 years ago
Example data | Using replace_with_na | Extending replace_with_na | Using replace_with_na_all | replace_with_na_at | replace_with_na_if | Notes on alternative ways to handle replacing with NAs
getting-started4 years ago
Gaussian processes in greta | Example
Using visdat5 years ago
vis_dat | vis_miss | vis_compare | vis_expect | vis_cor | vis_value | vis_binary | vis_guess | Interactivity | Future work
Using visdat5 years ago
vis_dat | vis_miss | vis_compare | vis_expect | vis_cor | vis_value | vis_binary | vis_guess | Interactivity | Future work
example-fit-hts5 years ago
The data | tsibble data | Modelling | Proposed workflow
Getting Started6 years ago
Setting up your data | Basic summaries of the data | How many observations are there? | add_n_obs() | Efficiently exploring longitudinal data | sample_n_keys() | Filtering observations | Clever facets: facet_strata | Clever facets: facet_sample | Exploratory modelling | Find keys near other summaries with keys_near | Finding features in longitudinal data | Linking individuals back to the data
Model summaries for a Bayesian linear regression7 years ago
Using Cross Validation with maxcovr8 years ago
Performing cross validation on max_coverage
Using max_coverage_relocation8 years ago
Using maxcovr8 years ago
The moviation: Why maxcovr | The problem | using max_coverage | Interpreting results | Other graphics options | Applying this to the coverage data | Future work