Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 1 committers (100.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: brandmaier
  • License: lgpl-3.0
  • Language: R
  • Default Branch: master
  • Size: 93.8 KB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 8 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Zenodo

README.md

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.1666667

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

Owner

  • Name: Andreas Brandmaier
  • Login: brandmaier
  • Kind: user
  • Location: Berlin

Professor of Research Methods. Senior Research Scientist. Computer & Data Scientist in Lifespan Psychology.

GitHub Events

Total
Last Year

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 21
  • Total Committers: 1
  • Avg Commits per committer: 21.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Brandmaier b****r@m****e 21
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • MASS * depends
  • OpenMx * depends
  • parallel * depends
  • lattice * suggests
  • plotrix * suggests
.github/workflows/r.yml actions
  • actions/checkout v3 composite
  • r-lib/actions/setup-r f57f1301a053485946083d7a45022b278929a78a composite