knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of niva is to provide the neurotrauma research group with usefull functions in R.
This package is currently only available on GitHub. It can be downloaded as follows:
# install.packages("devtools") # If you do not already have devtools devtools::install_github("flucloxacillin/niva")
This is a basic example which shows you how to use dw_combine_imputations:
library(niva) dw_combine_imputations(imputeddata,formula,reg_type,outcome_levels,imputations)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.