A Single Parameter Family Characterizing Probability Model Performance









library(dplyr)
library(ggplot2)
library(purrr)
library(dlstats)
library(flextable)
flextable_style <- function(x) {
x %>%
flextable() %>%
bold(part = "header") %>% # bold header
bg(bg = "#D3D3D3", part = "header") %>% # puts gray background behind the header row
align_nottext_col(align = "center", header = TRUE, footer = TRUE) %>% # center alignment
autofit()
}
Introduction
When the first version (0.0.1.0) of SwimmeR was released on CRAN in October of 2019 it had very few features - just a couple ...
Copyright © 2022 | MH Corporate basic by MH Themes