knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "",
  fig.path = "inst/extdata/"
  , warning = FALSE
)

pbkrtest: Parametric Bootstrap and Kenward Roger Based Methods for Mixed Model Comparison

devtools::load_all(".")
Version : r getNamespaceVersion("pbkrtest"); Copyright (C) 2017-2020:; License: GPL-2|GPL-3
Ulrich Halekoh^1^ and Søren Højsgaard^2^
  1. Associate Professor, Department of Public Health, University of Southern Denmark, Denmark (uhalekoh@health.sdu.dk)
  2. Head of Department of Mathematical Sciences and Associate Professor of statistics at Aalborg University (sorenh@math.aau.dk)

minimal R version License: GPL v3 CRAN_Status_Badge rstudio mirror downloads

dver <- ifelse(test = gsub("(.\\.)(\\d+)(\\..)", "", getNamespaceVersion("pbkrtest")) != "",
               yes = getNamespaceVersion("pbkrtest"),
               no = gsub("Version:\\s*", "", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/pbkrtest", "/master/DESCRIPTION"))[grep("Version:", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/pbkrtest", "/master/DESCRIPTION")))]))
cat(paste("[![develVersion](https://img.shields.io/badge/devel%20version-", dver, "-orange.svg)](https://github.com/myaseen208/pbkrtest)", sep = ""))

Project Status: WIP lifecycle Last-changedate Rdoc


Description

r gsub("(<doi:)(.+)(>)", "[doi:\\2](https://doi.org/\\2)", gsub("\\n", " ", packageDescription("pbkrtest", fields = "Description")))

Installation

The package can be installed from CRAN as follows:

install.packages("pbkrtest", dependencies = TRUE)

The development version can be installed from github as follows:

if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/pbkrtest")

Detailed tutorial

For a detailed tutorial (vignette) on how to used this package type:

browseVignettes(package = "pbkrtest")

The vignette for the latest version is also available online.

What's new

To know whats new in this version type:

news(package = "pbkrtest")

Links

CRAN page

Github page

Documentation website

Citing pbkrtest

To cite the methods in the package use:

citation("pbkrtest")

```r detach("package:pbkrtest", unload=TRUE) suppressPackageStartupMessages(library(pbkrtest)) cit <- citation("pbkrtest")

yr <- format(Sys.Date(), "%Y")

cit[1]$year <- yr

oc <- class(cit)

cit <- unclass(cit)

attr(cit[[1]],"textVersion") <- gsub("\(\)",

paste("\(", yr, "\)", sep = ""),

attr(cit[[1]],"textVersion"))

class(cit) <- oc

cit



myaseen208/pbkrtest documentation built on Feb. 21, 2020, 12:13 a.m.