mrvcr is a fast and memory safe way to use multivariate response variance component models.
You can install the development version of mrvcr like so:
# Use the following lines to install and load dunlr packages in R:
library(remotes) # or devtools if already installed <br/>
install_github("dunlr/pkg_name") # replace `pkg_name` with repository name from github <br/>
library(pkg_name)Rust is required for mrvcr to work. If you don’t have Rust installed, visit rustup.rs for installation instructions appropriate for your platform.
Alternatively, you may install Rust from your OS package manager.
This is a basic example which shows you how to solve a common problem:
library(mrvcr)
#>
#> Attaching package: 'mrvcr'
#> The following objects are masked from 'package:stats':
#>
#> glm, lm
## basic example code
# hello_world()