Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandmaier/semper
https://github.com/brandmaier/semper
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandmaier/semper
- Owner: brandmaier
- License: lgpl-3.0
- Created: 2017-10-11T07:10:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T15:49:21.000Z (7 months ago)
- Last Synced: 2024-04-15T17:13:01.728Z (7 months ago)
- Language: R
- Size: 93.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
semper
======### 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")
#> Loading required package: parallel
#> Loading required package: MASS
#> Loading required package: OpenMx
#> OpenMx is not compiled to take advantage of computers with multiple cores.
#>
#> Attaching package: 'semper'
#> The following object is masked from 'package:stats':
#>
#> power### Examples
require("semper")
model <- lgcm(timepoints = 0:4,
intercept.variance = 10,
slope.variance = 1,residual.variance = 50)cat("ECR: ", ecr(model),"\n")
#> ECR: 0.2857143
cat("Effective error: ",
effectiveError(model),"\n")
#> Effective error: 2.5
cat("GRR: ", grr(model))
#> GRR: 0.1666667This project has received funding from the European Union’s Horizon 2020
research and innovation programme under grant agreement No 732592.