-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 2.03 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 2.03 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
Package: mcglm
Type: Package
Title: Multivariate Covariance Generalized Linear Models
Version: 0.9.0
Date: 2026-01-07
Author: Wagner Hugo Bonat [aut, cre]
Maintainer: Wagner Hugo Bonat <wbonat@ufpr.br>
Authors@R: c(person(c("Wagner","Hugo"), "Bonat", role = c("aut", "cre"),
email = "wbonat@ufpr.br"))
Description: Fitting multivariate covariance generalized linear
models (McGLMs) to data. McGLM is a general framework for non-normal
multivariate data analysis, designed to handle multivariate response
variables, along with a wide range of temporal and spatial correlation
structures defined in terms of a covariance link function combined
with a matrix linear predictor involving known matrices.
The models take non-normality into account in the conventional way
by means of a variance function, and the mean structure is modelled
by means of a link function and a linear predictor.
The models are fitted using an efficient Newton scoring algorithm
based on quasi-likelihood and Pearson estimating functions, using
only second-moment assumptions. This provides a unified approach to
a wide variety of different types of response variables and covariance
structures, including multivariate extensions of repeated measures,
time series, longitudinal, spatial and spatio-temporal structures.
The package offers a user-friendly interface for fitting McGLMs
similar to the glm() R function.
See Bonat (2018) <doi:10.18637/jss.v084.i04>, for more information
and examples.
Depends: R (>= 4.5.0)
Suggests: testthat, knitr, rmarkdown, MASS, mvtnorm, tweedie, devtools
Imports: stats, Matrix, assertthat, graphics, Rcpp (>= 0.12.16)
License: GPL-3
LazyData: TRUE
URL: https://github.com/bonatwagner/mcglm
BugReports: https://github.com/bonatwagner/mcglm/issues
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.3.3
LinkingTo: Rcpp, RcppArmadillo
NeedsCompilation: yes
Packaged: 2026-01-07 11:59:24 UTC; wagner
Repository: CRAN
Date/Publication: 2026-01-08 19:20:07 UTC