-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
70 lines (70 loc) · 2.5 KB
/
Copy pathcodemeta.json
File metadata and controls
70 lines (70 loc) · 2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "flexyBayes",
"description": "Specify mixed models using familiar ASReml or brms-style formula syntax and estimate them via INLA or brms (Stan). Returns results in formats compatible with the standard R modelling ecosystem, and compares the same model across engines with triangulate(), a diagnostic on a gated overlap rather than a validation contract. Supports a selected set of structured covariance models -- diagonal and unstructured genotype-by-environment variances, per-level residual variances, known-covariance genomic and pedigree models, separable AR1 spatial fields on INLA, and univariate P-splines. Structures outside this set, including factor-analytic terms and the ASReml residual autoregressive formulation, raise typed refusals naming the nearest implemented alternative.",
"name": "flexyBayes: Flexible Bayesian Mixed Models with ASReml and brms-Style Syntax",
"codeRepository": "https://github.com/AAGI-AUS/flexyBayes",
"issueTracker": "https://github.com/AAGI-AUS/flexyBayes/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.10.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.5.2 (2025-10-31)",
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 4.1.0"
}
],
"applicationCategory": "Statistics",
"keywords": [
"bayesian-statistics",
"mixed-models",
"mcmc",
"inla",
"asreml",
"r"
],
"author": [
{
"@type": "Person",
"givenName": "Max",
"familyName": "Moldovan",
"email": "max.moldovan@adelaide.edu.au",
"@id": "https://orcid.org/0000-0001-9680-8474"
},
{
"@type": "Person",
"givenName": "Emi",
"familyName": "Tanaka",
"@id": "https://orcid.org/0000-0002-1455-259X"
},
{
"@type": "Person",
"givenName": "Francis K.C.",
"familyName": "Hui",
"@id": "https://orcid.org/0000-0003-0765-3533"
},
{
"@type": "Person",
"givenName": "Anabel",
"familyName": "Forte Deltell",
"@id": "https://orcid.org/0000-0001-9534-1817"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Max",
"familyName": "Moldovan",
"email": "max.moldovan@adelaide.edu.au",
"@id": "https://orcid.org/0000-0001-9680-8474"
}
]
}