diff --git a/vignettes/reslr.Rmd b/vignettes/reslr.Rmd index 37d291d..fded02d 100644 --- a/vignettes/reslr.Rmd +++ b/vignettes/reslr.Rmd @@ -39,7 +39,7 @@ The `reslr` package is specifically developed for Bayesian modeling of relative There are a number of modelling options available to the user: -| Statistical Model | Model Complexity and Information | `model_type` code | +| Statistical Model | Model Information | `model_type` code | | ---- | ------- | -- | | Errors in variables simple linear regression | A straight line of best fit taking account of any age and measurement errors in the RSL values using the method of Cahill et al (2015) | **"eiv_slr_t"** | | Errors in variables change point model | An extension of the linear regression modelling process. It uses piece-wise linear sections and estimates where/when trend changes occur in the data (Cahill et al. 2015). | **"eiv_cp_t"** |