-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.4 KB
/
DESCRIPTION
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
Package: asp21spike
Title: Gaussian Location-Scale Regression
Version: 0.0.0.9000
Authors@R: c(person("Hannes", "Riebl", email = "hriebl@uni-goettingen.de",
role = c("aut", "cre")),
person("Johannes", "Matzenmiller",
email = "j.matzenmiller@stud.uni-goettingen.de",
role = "aut"),
person("Nathanael", "Schmidt-Ott",
email = "n.schmidtott@stud.uni-goettingen.de",
role = "aut"),
person("Jan", "Schick",
email = "jan.schick@stud.uni-goettingen.de",
role = "aut"))
Description: The Gaussian location-scale regression model is a multi-predictor
model with explanatory variables for the mean (= location) and the standard
deviation (= scale) of a response variable. This package implements maximum
likelihood and Markov chain Monte Carlo (MCMC) inference, a parametric
bootstrap algorithm, spike and slab priors and diagnostic plots for the
model class.
Depends: R (>= 3.5.0)
Imports: generics (>= 0.1.0),
invgamma
Suggests:
bookdown,
ggplot2,
knitr,
mvtnorm,
numDeriv,
patchwork,
rmarkdown,
MASS,
testthat (>= 3.0.0),
gamlss.data
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Config/testthat/edition: 3