semper

knitr::opts_chunk$set(
  comment = "#>",
  collapse = TRUE
)

What is this?

Install

From CRAN (though, paper is not yet on CRAN)

install.packages("semper")

Devel version

install.packages("devtools")
devtools::install_github("brandmaier/semper")
library("semper")

Examples

require("semper")
model <- lgcm(timepoints = 0:4,
 intercept.variance = 10,               
 slope.variance = 1,residual.variance = 50)

cat("ECR: ", ecr(model),"\n") 
cat("Effective error: ", 
effectiveError(model),"\n") 
cat("GRR: ", grr(model))
knitr::include_graphics('./inst/flag_yellow_low.jpg')

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 732592.



brandmaier/semper documentation built on April 20, 2024, 4:23 p.m.