A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/inbo/inlatools below:

inbo/inlatools: An R package with useful functions to diagnose INLA models

The inlatools package provides a set of function which can be useful to diagnose INLA models.

ip <- rownames(installed.packages())
if (!"remotes" %in% ip) {
  install.packages("remotes")
}
if (!"INLA" %in% ip) {
  install.packages(
    "INLA", 
    repos = c(getOption("repos"), "https://inla.r-inla-download.org/R/stable")
  )
}
remotes::install_github("inbo/inlatools")

All documentation is available at the package website: https://inlatools.netlify.app. This website contains an overview of all available functions. Click on the name the function to open the corresponding help file. The vignettes illustrate


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4