Fits generalized linear latent variable model for multivariate data. The model can be fitted using Laplace approximation method or variational approximation method.

gllvm(
  y = NULL,
  X = NULL,
  TR = NULL,
  data = NULL,
  formula = NULL,
  family,
  num.lv = NULL,
  num.lv.c = 0,
  num.RR = 0,
  lv.formula = NULL,
  lvCor = NULL,
  studyDesign = NULL,
  dist = matrix(0),
  corWithin = FALSE,
  quadratic = FALSE,
  row.eff = FALSE,
  sd.errors = TRUE,
  offset = NULL,
  method = "VA",
  randomB = FALSE,
  randomX = NULL,
  dependent.row = FALSE,
  beta0com = FALSE,
  zeta.struc = "species",
  plot = FALSE,
  link = "probit",
  Ntrials = 1,
  Power = 1.1,
  seed = NULL,
  scale.X = TRUE,
  return.terms = TRUE,
  gradient.check = FALSE,
  disp.formula = NULL,
  control = list(reltol = 1e-10, reltol.c = 1e-08, TMB = TRUE, optimizer = ifelse((num.RR
    + num.lv.c) == 0 | randomB != FALSE, "optim", "alabama"), max.iter = 6000, maxit =
    6000, trace = FALSE, optim.method = NULL),
  control.va = list(Lambda.struc = "unstructured", Ab.struct = "unstructured", Ar.struc =
    "diagonal", diag.iter = 1, Ab.diag.iter = 0, Lambda.start = c(0.3, 0.3, 0.3), NN = 3),
  control.start = list(starting.val = "res", n.init = 1, n.init.max = 10, jitter.var = 0,
    start.fit = NULL, start.lvs = NULL, randomX.start = "zero", quad.start = 0.01,
    start.struc = "LV", scalmax = 10, MaternKappa = 1.5, rangeP = NULL),
  setMap = NULL,
  ...
)

Arguments

y

(n x m) matrix of responses.

X

matrix or data.frame of environmental covariates.

TR

matrix or data.frame of trait covariates.

data

data in long format, that is, matrix of responses, environmental and trait covariates and row index named as "id". When used, model needs to be defined using formula. This is alternative data input for y, X and TR.

formula

an object of class "formula" (or one that can be coerced to that class): a symbolic description of the model to be fitted (for fixed-effects predictors).

family

distribution function for responses. Options are "negative.binomial" (with log link), poisson(link = "log"), binomial(link = "probit") (and also with link = "logit" when method = "LA" or method = "EVA"), zero-inflated poisson ("ZIP"), zero-inflated negative-binomial ("ZINB"), gaussian(link = "identity"), Tweedie ("tweedie") (with log link, for "LA" and "EVA"-method), "gamma" (with log link), "exponential" (with log link), beta ("beta") (with logit and probit link, for "LA" and "EVA"-method) and "ordinal" (only with "VA"-method).

num.lv

number of latent variables, d, in gllvm model. Non-negative integer, less than number of response variables (m). Defaults to 2, if num.lv.c=0 and num.RR=0, otherwise 0.

num.lv.c

number of latent variables, d, in gllvm model to constrain, with residual term. Non-negative integer, less than number of response (m) and equal to, or less than, the number of predictor variables (k). Defaults to 0. Requires specification of "lv.formula" in combination with "X" or "datayx". Can be used in combination with num.lv and fixed-effects, but not with traits.

num.RR

number of latent variables, d, in gllvm model to constrain, without residual term (reduced rank regression). Cannot yet be combined with traits.

lv.formula

an object of class "formula" (or one that can be coerced to that class): a symbolic description of the model to be fitted (for latent variables).

lvCor

(Under development, not to be used at the moment!) correlation structure for latent variables, defaults to NULL Correlation structure for latent variables can be defined via formula, eg. ~struc(1|groups), where option to 'struc' are corAR1 (AR(1) covariance), corExp (exponentially decaying, see argument 'dist') and corCS (compound symmetry). The grouping variable needs to be included either in 'X' or 'studyDesign'. Works at the moment only with unconstrained ordination without quadratic term.

studyDesign

variables related to eg. sampling/study design, used for defining correlation structure of the latent variables and row effects.

dist

matrix of coordinates or time points used for row parameters correlation structure corExp.

corWithin

logical. If TRUE, correlation is set between row effects of the observation units within group. Correlation and groups can be defined using row.eff. Defaults to FALSE, when correlation is set for row parameters between groups.

quadratic

either FALSE(default), TRUE, or LV. If FALSE models species responses as a linear function of the latent variables. If TRUE models species responses as a quadratic function of the latent variables. If LV assumes species all have the same quadratic coefficient per latent variable.

row.eff

FALSE, fixed, "random" or formula to define the structure for the row parameters. Indicating whether row effects are included in the model as a fixed or as a random effects. Defaults to FALSE when row effects are not included. Structured random row effects can be defined via formula, eg. ~(1|groups), when unique row effects are set for each group, not for all rows, the grouping variable needs to be included in X. Correlation structure between random group effects/intercepts can also be set using ~struc(1|groups), where option to 'struc' are corAR1 (AR(1) covariance), corExp (exponentially decaying, see argument 'dist') and corCS (compound symmetry). Correlation structure can be set between or within groups, see argument 'corWithin'.

sd.errors

logical. If TRUE (default) standard errors for parameter estimates are calculated.

offset

vector or matrix of offset terms.

method

model can be fitted using Laplace approximation method (method = "LA") or variational approximation method (method = "VA"), or with extended variational approximation method (method = "EVA") when VA is not applicable. If particular model has not been implemented using the selected method, model is fitted using the alternative method as a default. Defaults to "VA".

randomB

either FALSE(default), "LV", "P", or "single". Fits concurrent or constrained ordination (i.e. models with num.lv.c or num.RR) with random slopes for the predictors. "LV" assumes LV-specific variance parameters, "P" predictor specific, and "single" the same across LVs and predictors.

randomX

formula for species specific random effects of environmental variables in fourth corner model. Defaults to NULL, when random slopes are not included.

dependent.row

logical. Whether or not random row effects are correlated (dependent) with the latent variables. Defaults to FALSE when correlation terms are not included.

beta0com

logical. If FALSE column-specific intercepts are assumed. If TRUE, a common intercept is used which is allowed only for fourth corner models.

zeta.struc

structure for cut-offs in the ordinal model. Either "common", for the same cut-offs for all species, or "species" for species-specific cut-offs. For the latter, classes are arbitrary per species, each category per species needs to have at least one observations. Defaults to "species".

plot

logical. If TRUE ordination plots will be printed in each iteration step when TMB = FALSE. Defaults to FALSE.

link

link function for binomial family if method = "LA" and beta family. Options are "logit" and "probit.

Ntrials

number of trials for binomial family.

Power

fixed power parameter in Tweedie model. Scalar from interval (1,2). Defaults to 1.1. If set to NULL it is estimated (note: experimental).

seed

a single seed value, defaults to NULL.

scale.X

logical. If TRUE, covariates are scaled when fourth corner model is fitted.

return.terms

logical. If TRUE 'terms' object is returned.

gradient.check

logical. If TRUE gradients are checked for large values (>0.01) even if the optimization algorithm did converge.

disp.formula

formula, or alternatively a vector of indices, for the grouping of dispersion parameters (e.g. in a negative-binomial distribution). Defaults to NULL so that all species have their own dispersion parameter. Is only allowed to include categorical variables. If a formula, data should be included as named rows in y.

control

A list with the following arguments controlling the optimization:

  • reltol: convergence criteria for log-likelihood, defaults to 1e-8.

  • reltol.c: convergence criteria for equality constraints in ordination with predictors, defaults to 1e-8.

  • TMB: logical, if TRUE model will be fitted using Template Model Builder (TMB). TMB is always used if method = "LA". Defaults to TRUE.

  • optimizer: if TMB=TRUE, log-likelihood can be optimized using "optim" (default) or "nlminb". For ordination with predictors (num.RR>0 or num.lv.c>0) this can additionally be one of alabama(default), nloptr(agl) or nloptr(sqp).

  • max.iter: maximum number of iterations when TMB = FALSE or for optimizer = "nlminb" when TMB = TRUE, defaults to 4000.

  • maxit: maximum number of iterations for optimizer, defaults to 4000.

  • trace: logical, if TRUE in each iteration step information on current step will be printed. Defaults to FALSE. Only with TMB = FALSE.

  • optim.method: optimization method to be used if optimizer is "optim","alabama", or "nloptr", but the latter two are only available in combination with at least two latent variables (i.e., num.RR+num.lv.c>1). Defaults to "BFGS", but to "L-BFGS-B" for Tweedie family due the limited-memory use. For optimizer='alabama' this can be any "optim" method, or "nlminb". If optimizer = 'nloptr(agl)' this can be one of: "NLOPT_LD_CCSAQ", "NLOPT_LD_SLSQP", "NLOPT_LD_TNEWTON_PRECOND" (default), "NLOPT_LD_TNEWTON", "NLOPT_LD_MMA".

control.va

A list with the following arguments controlling the variational approximation method:

  • Lambda.struc: covariance structure of VA distributions for latent variables when method = "VA", "unstructured" or "diagonal".

  • Ab.struct: covariance structure of VA distributions for random slopes when method = "VA", "unstructured" or "diagonal".

  • Ar.struc: covariance structure of VA distributions for random row effects when method = "VA", "unstructured" or "diagonal".

  • diag.iter: non-negative integer which can sometimes be used to speed up the updating of variational (covariance) parameters in VA method. Can sometimes improve the accuracy. If TMB = TRUE either 0 or 1. Defaults to 1.

  • Ab.diag.iter: As above, but for variational covariance of random slopes.

  • Lambda.start: starting values for variances in VA distributions for latent variables, random row effects and random slopes in variational approximation method. Defaults to 0.3.

  • NN: Number of nearest neighbors for NN variational covariance. Defaults to ...

control.start

A list with the following arguments controlling the starting values:

  • starting.val: starting values can be generated by fitting model without latent variables, and applying factorial analysis to residuals to get starting values for latent variables and their coefficients (starting.val = "res"). Another options are to use zeros as a starting values (starting.val = "zero") or initialize starting values for latent variables with (n x num.lv) matrix. Defaults to "res", which is recommended.

  • n.init: number of initial runs. Uses multiple runs and picks up the one giving highest log-likelihood value. Defaults to 1.

  • n.init.max: maximum number of refits try try for n.init without improvement, defaults to 10.

  • start.fit: object of class 'gllvm' which can be given as starting parameters for count data (poisson, NB, or ZIP).

  • start.lvs: initialize starting values for latent variables with (n x num.lv) matrix. Defaults to NULL.

  • jitter.var: jitter variance for starting values of latent variables. Defaults to 0, meaning no jittering.

  • randomX.start: starting value method for the random slopes. Options are "zero" and "res". Defaults to "zero".

  • start.struc: starting value method for the quadratic term. Options are "LV" (default) and "all".

  • quad.start: starting values for quadratic coefficients. Defaults to 0.01.

  • MaternKappa: Starting value for smoothness parameter kappa of Matern covariance function. Defaults to 3/2.

  • scalmax: Sets starting value for the scale parameter for the coordinates. Defaults to 10, when the starting value for scale parameter scales the distances of coordinates between 0-10.

  • rangeP: Sets starting value for the range parameter for the correlation structure.

setMap

UNDER DEVELOPMENT, DO NOT USE! list of a set of parameters to be fixed

...

Not used.

Value

An object of class "gllvm" includes the following components:

call

function call

y

(n x m) matrix of responses.

X

matrix or data.frame of environmental covariates.

lv.X

matrix or data.frame of environmental covariates for latent variables.

TR

Trait matrix

formula

Formula for predictors

lv.formula

Formula of latent variables in constrained and concurrent ordination

randomX

Formula for species specific random effects in fourth corner model

randomB

Boolean flag for random slopes in constrained and concurrent ordination

num.lv

Number of unconstrained latent variables

num.lv.c

Number of latent variables in concurrent ordination

num.RR

Number of latent variables in constrained ordination

Ntrials

Number of trials in a binomial model

method

Method used for integration

family

Response distribution

row.eff

Type of row effect used

n.init

Number of model runs for best fit

disp.group

Groups for dispersion parameters

sd

List of standard errors

lvs

Latent variables

params

List of parameters

  • theta latent variables' loadings relative to the diagonal entries of loading matrix

  • sigma.lv diagonal entries of latent variables' loading matrix

  • LvXcoef Predictor coefficients (or predictions for random slopes) related to latent variables, i.e. canonical coefficients

  • beta0 column specific intercepts

  • Xcoef coefficients related to environmental covariates X

  • B coefficients in fourth corner model

  • row.params row-specific intercepts

  • phi dispersion parameters \(\phi\) for negative binomial or Tweedie family, probability of zero inflation for ZIP family, standard deviation for gaussian family or shape parameter for gamma/beta family

  • inv.phi dispersion parameters \(1/\phi\) for negative binomial

Power

power parameter \(\nu\) for Tweedie family

sd

list of standard errors of parameters

prediction.errors

list of prediction covariances for latent variables and variances for random row effects when method "LA" is used

A, Ar, Ab_lv

covariance matrices for variational densities of latent variables, random row effects, and random slopes respectively

seed

Seed used for calculating starting values

TMBfn

TMB objective and derivative functions

logL

log likelihood

convergence

convergence code of optimizer

quadratic

flag for quadratic model

Hess

List holding matrices of second derivatives

beta0com

Flag for common intercept in fourth corner models

rstruc

Integer that indicates which type of row structure is included

cstruc

Correlation structure for row effects

dist

Matrix of coordinates or time points used for row effects

terms

Terms object for main predictors

start

starting values for model

optim.method

Optimization method when using 'optim', 'alabama', or 'nloptr'

Details

Fits generalized linear latent variable models as in Hui et al. (2015 and 2017) and Niku et al. (2017). Method can be used with two types of latent variable models depending on covariates. If only site related environmental covariates are used, the expectation of response \(Y_{ij}\) is determined by

$$g(\mu_{ij}) = \eta_{ij} = \alpha_i + \beta_{0j} + x_i'\beta_j + u_i'\theta_j,$$

where \(g(.)\) is a known link function, \(u_i\) are \(d\)-variate latent variables (\(d\)<<\(m\)), \(\alpha_i\) is an optional row effect at site \(i\), and it can be fixed or random effect (also other structures are possible, see below), \(\beta_{0j}\) is an intercept term for species \(j\), \(\beta_j\) and \(\theta_j\) are column specific coefficients related to covariates and the latent variables, respectively.

Quadratic model

Alternatively, a more complex version of the model can be fitted with quadratic = TRUE, where species are modeled as a quadratic function of the latent variables: $$g(\mu_{ij}) = \eta_{ij} = \alpha_i + \beta_{0j} + x_i'\beta_j + u_i'\theta_j - u_i' D_j u_i$$. Here, D_j is a diagonal matrix of positive only quadratic coefficients, so that the model generates concave shapes only. This implementation follows the ecological theoretical model where species are generally recognized to exhibit non-linear response curves. For a model with quadratic responses, quadratic coefficients are assumed to be the same for all species: $$D_j = D$$. This model requires less information per species and can be expected to be more applicable to most datasets. The quadratic coefficients D can be used to calculate the length of ecological gradients. For quadratic responses, it can be useful to provide the latent variables estimated with a GLLVM with linear responses, or estimated with (Detrended) Correspondence Analysis. The latent variables can then be passed to the start.lvs argument inside the control.start list, which in many cases gives good results.

Ordination with predictors

For GLLVMs with both linear and quadratic response model, a series of predictors \(x_{lv}\) can be included to explain the latent variables:

$$g(\mu_{ij}) = \alpha_i + \beta_{0j} + x_i'\beta_j + (B' x_{lv,i} + \epsilon_i)' \gamma_j - (B' x_{lv,i} + \epsilon_i)' D_j (B' x_{lv,i} + \epsilon_i) ,$$ where \(z_i = B' x_{lv,i} + \epsilon_i\) are latent variables informed by the predictors, but not constrained compared to unconstrained ordination as in methods such as CCA or RDA. Omitting the predictors results in an unconstrained ordination, and omitting \(\epsilon_i\) in the usual constrained ordination, which can also be fitted.

Fourth corner model

An alternative model is the fourth corner model (Brown et al., 2014, Warton et al., 2015) which will be fitted if also trait covariates are included. The expectation of response \(Y_{ij}\) is

$$g(\mu_{ij}) = \alpha_i + \beta_{0j} + x_i'(\beta_x + b_j) + TR_j'\beta_t + vec(B)*kronecker(TR_j,X_i) + u_i'\theta_j - u_i'D_ju_i$$

where g(.), \(u_i\), \(\beta_{0j}\) and \(\theta_j\) are defined as above. Vectors \(\beta_x\) and \(\beta_t\) are the main effects or coefficients related to environmental and trait covariates, respectively, matrix \(B\) includes interaction terms. Vectors \(b_j\) are optional species-specific random slopes for environmental covariates. The interaction/fourth corner terms are optional as well as are the main effects of trait covariates.

Structured row effects

In addition to the site-specific random effects, \(\alpha_i\), it is also possible to set arbitrary structure/design for the row effects. That is, assume that observations / rows \(i=1,...,n\) in the data matrix are from groups \(t=1,...,T\), so that each row \(i\) belongs to one of the groups, denote \(G(i) \in \{1,...,T\}\). Each group \(t\) has a number of observations \(n_t\), so that \(\sum_{t=1}^{T} n_t =n\). Now we can set random intercept for each group \(t\), (see argument 'row.eff'):

$$g(\mu_{ij}) = \eta_{ij} = \alpha_{G(i)} + \beta_{0j} + x_i'\beta_j + u_i'\theta_j,$$

There is also a possibility to set correlation structure for the random intercepts between groups, so that \((\alpha_{1},...,\alpha_{T})^\top \sim N(0, \Sigma_r)\). That might be the case, for example, when the groups are spatially or temporally dependent. Another option is to set row specific random intercepts \(\alpha_i\), but to set the correlation structure for the observations within groups, (see argument 'corWithin'). That is, we can set \(corr(\alpha_{i},\alpha_{i'}) = C(i,i') \neq 0\) according to some correlation function \(C\), when \(G(i)=G(i')\). This model is restricted to the case, where each group has equal number of observations (rows), that is \(n_t=n_{t'}\) for all \(t,t' \in \{1,...,T\}\).

The correlation structures available in the package are

  • corAR1 autoregressive process of order 1.

  • corExp exponentially decaying, see argument 'dist'.

  • corCS compound symmetry.

Starting values

The method is sensitive for the choices of initial values of the latent variables. Therefore it is recommendable to use multiple runs and pick up the one giving the highest log-likelihood value (see argument 'n.init'). However, sometimes this is computationally too demanding, and default option starting.val = "res" is recommended. For more details on different starting value methods, see Niku et al., (2018).

Models are implemented using TMB (Kristensen et al., 2015) applied to variational approximation (Hui et al., 2017), extended variational approximation (Korhonen et al., 2021) and Laplace approximation (Niku et al., 2017).

With ordinal family response classes must start from 0 or 1.

Distributions

Mean and variance for distributions are defined as follows.

  • For count data family = poisson(): Expectation \(E[Y_{ij}] = \mu_{ij}\), variance \(V(\mu_{ij}) = \mu_{ij}\), or

  • family = "negative.binomial": Expectation \(E[Y_{ij}] = \mu_{ij}\), variance \(V(\mu_{ij}) = \mu_{ij}+\mu_{ij}^2\phi_j\), or

  • family = "ZIP": Expectation \(E[Y_{ij}] = (1-p)\mu_{ij}\), variance \(V(\mu_{ij}) = \mu_{ij}(1-p_j)(1+\mu_{ij}p)\).

  • family = "ZINB": Expectation \(E[Y_{ij}] = (1-p)\mu_{ij}\), variance \(V(\mu_{ij}) = \mu_{ij}(1-p_j)(1+\mu_{ij}(\phi_j+p_j))\).

  • For binary data family = binomial(): Expectation \(E[Y_{ij}] = \mu_{ij}\), variance \(V(\mu_{ij}) = \mu_{ij}(1-\mu_{ij})\).

  • For percent cover data \(0 < Y_{ij} < 1\) family = "beta": Expectation \(E[Y_{ij}] = \mu_{ij}\), variance \(V(\mu_{ij}) = \mu_{ij}(1-\mu_{ij})//(1+\phi_j)\).

  • For positive continuous data family = "gamma":Expectation \(E[Y_{ij}] = \mu_{ij}\), variance \(V(\mu_{ij}) = \mu_{ij}^2/\phi_j\), where \(\phi_j\) is species specific shape parameter.

  • For non-negative continuous data family = "exponential":Expectation \(E[Y_{ij}] = \mu_{ij}\), variance \(V(\mu_{ij}) = \mu_{ij}^2\).

  • For non-negative continuous or biomass data family = "tweedie" Expectation \(E[Y_{ij}] = \mu_{ij}\), variance \(V(\mu_{ij}) = \phi_j*\mu_{ij}^\nu\), where \(\nu\) is a power parameter of Tweedie distribution. See details Dunn and Smyth (2005).

  • For ordinal data family = "ordinal": Cumulative probit model, see Hui et.al. (2016).

  • For normal distributed data family = gaussian(): Expectation \(E[Y_{ij}] = \mu_{ij}\), variance \(V(y_{ij}) = \phi_j^2.\)

Note

If function gives warning: 'In f(x, order = 0) : value out of range in 'lgamma'', optimizer have visited an area where gradients become too big. It is automatically fixed by trying another step in the optimization process, and can be ignored if errors do not occur.

References

Brown, A. M., Warton, D. I., Andrew, N. R., Binns, M., Cassis, G., and Gibb, H. (2014). The fourth-corner solution - using predictive models to understand how species traits interact with the environment. Methods in Ecology and Evolution, 5:344-352.

Dunn, P. K. and Smyth, G. K. (2005). Series evaluation of tweedie exponential dispersion model densities. Statistics and Computing, 15:267-280.

Hui, F. K. C., Taskinen, S., Pledger, S., Foster, S. D., and Warton, D. I. (2015). Model-based approaches to unconstrained ordination. Methods in Ecology and Evolution, 6:399-411.

Hui, F. K. C., Warton, D., Ormerod, J., Haapaniemi, V., and Taskinen, S. (2017). Variational approximations for generalized linear latent variable models. Journal of Computational and Graphical Statistics. Journal of Computational and Graphical Statistics, 26:35-43.

Kasper Kristensen, Anders Nielsen, Casper W. Berg, Hans Skaug, Bradley M. Bell (2016). TMB: Automatic Differentiation and Laplace Approximation. Journal of Statistical Software, 70(5), 1-21.

Korhonen, P., Hui, F. K. C., Niku, J., and Taskinen, S. (2021). Fast, universal estimation of latent variable models using extended variational approximations. Stat Comput 33, 26 (2023).

Niku, J., Warton, D. I., Hui, F. K. C., and Taskinen, S. (2017). Generalized linear latent variable models for multivariate count and biomass data in ecology. Journal of Agricultural, Biological, and Environmental Statistics, 22:498-522.

Niku, J., Brooks, W., Herliansyah, R., Hui, F. K. C., Taskinen, S., and Warton, D. I. (2018). Efficient estimation of generalized linear latent variable models. PLoS One, 14(5):1-20.

Warton, D. I., Guillaume Blanchet, F., O'Hara, R. B., Ovaskainen, O., Taskinen, S., Walker, S. C. and Hui, F. K. C. (2015). So many variables: Joint modeling in community ecology. Trends in Ecology & Evolution, 30:766-779.

Author

Jenni Niku <jenni.m.e.niku@jyu.fi>, Wesley Brooks, Riki Herliansyah, Francis K.C. Hui, Pekka Korhonen, Sara Taskinen, Bert van der Veen, David I. Warton

Examples

# Extract subset of the microbial data to be used as an example
data(microbialdata)
X <- microbialdata$Xenv
y <- microbialdata$Y[, order(colMeans(microbialdata$Y > 0), 
                     decreasing = TRUE)[21:40]]
fit <- gllvm(y, X, formula = ~ pH + Phosp, family = poisson())
fit$logL
#> [1] -4004.332
ordiplot(fit)

coefplot(fit)


# \donttest{
# Inclusion of structured random row effect
sDesign<-data.frame(Site = microbialdata$Xenv$Site)
fit <- gllvm(y, X, formula = ~ pH + Phosp, family = poisson(), 
            studyDesign=sDesign, row.eff=~(1|Site))

## Load a dataset from the mvabund package
library(mvabund)
data(antTraits)
y <- as.matrix(antTraits$abund)
X <- as.matrix(antTraits$env)
TR <- antTraits$traits
# Fit model with environmental covariates Bare.ground and Shrub.cover
fit <- gllvm(y, X, formula = ~ Bare.ground + Shrub.cover,
            family = poisson())
ordiplot(fit)
coefplot(fit)



## Example 1: Fit model with two unconstrained latent variables
# Using variational approximation:
fitv0 <- gllvm(y, family = "negative.binomial", method = "VA")
ordiplot(fitv0)
plot(fitv0, mfrow = c(2,2))


summary(fitv0)
#> 
#> Call:
#> gllvm(y = y, family = "negative.binomial", method = "VA")
#> 
#> Family:  negative.binomial 
#> 
#> AIC:  4056.17 AICc:  4106.324 BIC:  4889.878 LL:  -1865.1 df:  163 
#> 
#> Informed LVs:  0 
#> Constrained LVs:  0 
#> Unconstrained LVs:  2 
#> 
#> Formula:  ~ 1 
#> LV formula:  ~ 0 
confint(fitv0)
#>                                                2.5 %      97.5 %
#> theta.LV1.1                             -0.103414342  1.85277015
#> theta.LV1.2                              1.078741630  4.48748427
#> theta.LV1.3                              1.000000000  1.00000000
#> theta.LV1.4                             -3.370989097  3.61753715
#> theta.LV1.5                             -1.023461128  2.94212557
#> theta.LV1.6                             -0.678701160  1.54976333
#> theta.LV1.7                             -0.460593707  2.15493560
#> theta.LV1.8                             -2.597265607  1.44122076
#> theta.LV1.9                             -0.923847222  2.06898483
#> theta.LV1.10                            -6.325432752  1.22066630
#> theta.LV1.11                            -1.591312716  5.81429935
#> theta.LV1.12                            -0.558210756  0.96077083
#> theta.LV1.13                            -0.994107154  1.37946335
#> theta.LV1.14                            -0.701688340  2.72556853
#> theta.LV1.15                            -1.199107848  0.16141107
#> theta.LV1.16                            -1.109600853  4.01636826
#> theta.LV1.17                            -1.108967266  0.73179404
#> theta.LV1.18                            -0.653170118  1.48835029
#> theta.LV1.19                            -1.783705951  0.71485305
#> theta.LV1.20                            -0.928802333  1.19623302
#> theta.LV1.21                            -1.535609214  0.27043857
#> theta.LV1.22                            -2.292677294  0.40627971
#> theta.LV1.23                            -3.201697072  1.07458701
#> theta.LV1.24                            -0.367890021  1.80759255
#> theta.LV1.25                            -3.331190566  1.20009101
#> theta.LV1.26                            -2.425247779  0.63638835
#> theta.LV1.27                            -1.105393022  1.40524171
#> theta.LV1.28                            -1.362648168  4.41570418
#> theta.LV1.29                            -2.054993387  0.22198643
#> theta.LV1.30                            -2.564580831  0.76254129
#> theta.LV1.31                            -3.327066004  1.97326218
#> theta.LV1.32                            -4.794648191  1.56325437
#> theta.LV1.33                            -1.015247895  0.15399402
#> theta.LV1.34                            -1.693568085  1.09577539
#> theta.LV1.35                            -0.211904243  1.10213757
#> theta.LV1.36                            -1.669209397  1.01341614
#> theta.LV1.37                            -0.597001244  1.33833071
#> theta.LV1.38                            -0.986809693  0.19173335
#> theta.LV1.39                            -2.774196156  0.48841229
#> theta.LV1.40                            -1.880401462  0.67551155
#> theta.LV1.41                            -0.524341695  2.41409358
#> theta.LV2.1                             -0.374833747  1.19479309
#> theta.LV2.2                             -2.477861082  0.61174488
#> theta.LV2.3                              0.000000000  0.00000000
#> theta.LV2.4                              1.000000000  1.00000000
#> theta.LV2.5                             -0.244915297  0.60946894
#> theta.LV2.6                             -0.057966523  0.36355941
#> theta.LV2.7                             -0.651732952  0.04101236
#> theta.LV2.8                             -0.107628110  0.67614485
#> theta.LV2.9                             -0.151685533  0.42709166
#> theta.LV2.10                            -1.416682100  0.75996544
#> theta.LV2.11                            -0.321671886  1.41136868
#> theta.LV2.12                            -0.392848003 -0.01051854
#> theta.LV2.13                            -0.634611012 -0.10038606
#> theta.LV2.14                            -0.503446199  0.43395551
#> theta.LV2.15                            -0.161633409  0.20483161
#> theta.LV2.16                            -0.221383880  0.87828645
#> theta.LV2.17                            -0.471152019 -0.09681766
#> theta.LV2.18                            -0.555986872  0.01509013
#> theta.LV2.19                            -0.631614599  0.04538872
#> theta.LV2.20                            -0.483898799  0.17680125
#> theta.LV2.21                            -0.363681954  0.10564203
#> theta.LV2.22                            -0.512351423  0.19492661
#> theta.LV2.23                            -0.932149204  0.20978707
#> theta.LV2.24                            -0.115969072  0.37702616
#> theta.LV2.25                            -1.113932749 -0.04388420
#> theta.LV2.26                            -0.696452798  0.13907870
#> theta.LV2.27                            -0.721289967  0.18280295
#> theta.LV2.28                            -0.422552659  0.70784903
#> theta.LV2.29                            -0.372682192  0.22422450
#> theta.LV2.30                            -0.755993232  0.04796043
#> theta.LV2.31                            -1.545095580  0.10741899
#> theta.LV2.32                            -0.307384557  0.93019703
#> theta.LV2.33                            -0.210925192  0.07091157
#> theta.LV2.34                            -0.014462775  0.58033059
#> theta.LV2.35                            -0.253992240  0.10710812
#> theta.LV2.36                            -0.289161324  0.68827601
#> theta.LV2.37                            -0.263453946  0.21010968
#> theta.LV2.38                            -0.241855399  0.03939940
#> theta.LV2.39                            -0.621217061  0.17242250
#> theta.LV2.40                            -0.300923245  0.46349708
#> theta.LV2.41                            -0.299169371  0.35720748
#> sigma.LV1                               -0.362530661  0.04886773
#> sigma.LV2                               -0.709390238  0.06361733
#> Intercept.Amblyopone.australis          -1.854526686 -0.03151499
#> Intercept.Aphaenogaster.longiceps       -6.254842885 -0.31796451
#> Intercept.Camponotus.cinereus.amperei   -3.697235000 -0.83558448
#> Intercept.Camponotus.claripes           -0.036385585  1.06032105
#> Intercept.Camponotus.consobrinus         0.642056334  1.79313122
#> Intercept.Camponotus.nigriceps          -1.679334380  0.47985043
#> Intercept.Camponotus.nigroaeneus        -1.317229273  0.23419310
#> Intercept.Cardiocondyla.nuda.atalanta   -5.332581214 -0.01419287
#> Intercept.Crematogaster.sp..A           -4.740015244  0.10312916
#> Intercept.Heteroponera.sp..A             0.802080910  1.67638865
#> Intercept.Iridomyrmex.bicknelli          0.772338149  1.80401850
#> Intercept.Iridomyrmex.dromus            -1.858708712  0.26235793
#> Intercept.Iridomyrmex.mjobergi           0.981618943  1.68322858
#> Intercept.Iridomyrmex.purpureus         -1.287142652  1.11338473
#> Intercept.Iridomyrmex.rufoniger          2.021572900  2.70257541
#> Intercept.Iridomyrmex.suchieri          -0.135441626  1.04230550
#> Intercept.Iridomyrmex.suchieroides      -1.136170913  0.24752098
#> Intercept.Melophorus.sp..E              -2.009294195 -0.37477001
#> Intercept.Melophorus.sp..F               0.082366075  0.98211073
#> Intercept.Melophorus.sp..H              -1.273599494  0.15976413
#> Intercept.Meranoplus.sp..A              -1.455328946  0.64796108
#> Intercept.Monomorium.leae                0.841809640  1.84765141
#> Intercept.Monomorium.rothsteini         -0.732411151  1.20872594
#> Intercept.Monomorium.sydneyense         -1.321203887  0.40692500
#> Intercept.Myrmecia.pilosula.complex     -2.053864761 -0.20215240
#> Intercept.Notoncus.capitatus            -2.472263841  0.53504809
#> Intercept.Notoncus.ectatommoides         0.238727021  1.22208269
#> Intercept.Nylanderia.sp..A               0.029618527  1.46947198
#> Intercept.Ochetellus.glaber             -3.866960797 -0.21666131
#> Intercept.Paraparatrechina.sp..B        -3.311584275  0.27487865
#> Intercept.Pheidole.sp..A                 2.092267739  2.54351904
#> Intercept.Pheidole.sp..B                -2.030114117 -0.15320956
#> Intercept.Pheidole.sp..E                 1.226653139  1.97957414
#> Intercept.Pheidole.sp..J                -2.978197334 -0.56717321
#> Intercept.Polyrhachis.sp..A             -1.984312985 -0.52861446
#> Intercept.Rhytidoponera.metallica.sp..A  1.772488914  2.27326409
#> Intercept.Rhytidoponera.sp..B           -0.397690845  1.09373140
#> Intercept.Solenopsis.sp..A              -3.427133339 -0.97578194
#> Intercept.Stigmacros.sp..A              -1.091261625  0.51298559
#> Intercept.Tapinoma.sp..A                 0.282502059  1.23737100
#> Intercept.Tetramorium.sp..A             -0.632378773  0.77823598
#> inv.phi.Amblyopone.australis            -0.270629386  1.34923336
#> inv.phi.Aphaenogaster.longiceps         -0.211388672  1.00814443
#> inv.phi.Camponotus.cinereus.amperei     -1.083961572  2.59059487
#> inv.phi.Camponotus.claripes              0.057469785  1.51923098
#> inv.phi.Camponotus.consobrinus           0.053060955  3.83179504
#> inv.phi.Camponotus.nigriceps            -0.061329097  0.51820339
#> inv.phi.Camponotus.nigroaeneus          -0.106588588  1.07132716
#> inv.phi.Cardiocondyla.nuda.atalanta     -0.070033400  0.42286808
#> inv.phi.Crematogaster.sp..A             -0.079408530  0.52847350
#> inv.phi.Heteroponera.sp..A               0.225154588  2.46887518
#> inv.phi.Iridomyrmex.bicknelli           -0.118163699  5.03054458
#> inv.phi.Iridomyrmex.dromus              -0.066760131  0.56597087
#> inv.phi.Iridomyrmex.mjobergi            -0.170023233  4.83825590
#> inv.phi.Iridomyrmex.purpureus            0.009085565  0.42273406
#> inv.phi.Iridomyrmex.rufoniger           -0.083686684 19.14272218
#> inv.phi.Iridomyrmex.suchieri            -0.154700136  2.35784302
#> inv.phi.Iridomyrmex.suchieroides        -0.884463441  4.74659548
#> inv.phi.Melophorus.sp..E                -0.832175977  2.32026083
#> inv.phi.Melophorus.sp..F                -0.512539251  5.30113510
#> inv.phi.Melophorus.sp..H                -0.424083318  3.55538073
#> inv.phi.Meranoplus.sp..A                -0.018457667  0.63751279
#> inv.phi.Monomorium.leae                  0.248451411  1.69124464
#> inv.phi.Monomorium.rothsteini            0.014817199  2.74642068
#> inv.phi.Monomorium.sydneyense           -0.099526092  1.27890739
#> inv.phi.Myrmecia.pilosula.complex       -0.365793106  1.37933321
#> inv.phi.Notoncus.capitatus              -0.041826067  0.38608780
#> inv.phi.Notoncus.ectatommoides          -0.084147289  4.06946041
#> inv.phi.Nylanderia.sp..A                 0.107363447  1.41124084
#> inv.phi.Ochetellus.glaber               -0.188671354  1.06099035
#> inv.phi.Paraparatrechina.sp..B          -0.063991202  0.30185259
#> inv.phi.Pheidole.sp..A                  -1.416365291 20.56313474
#> inv.phi.Pheidole.sp..B                  -0.348501751  1.33684902
#> inv.phi.Pheidole.sp..E                   0.320689392  2.69259635
#> inv.phi.Pheidole.sp..J                  -0.276765402  0.79871234
#> inv.phi.Polyrhachis.sp..A               -7.666064265 15.05124968
#> inv.phi.Rhytidoponera.metallica.sp..A   -0.858690995 15.09552393
#> inv.phi.Rhytidoponera.sp..B              0.003917201  1.35246819
#> inv.phi.Solenopsis.sp..A                -1.918919564  4.16957548
#> inv.phi.Stigmacros.sp..A                -0.028718869  1.05053126
#> inv.phi.Tapinoma.sp..A                   0.106435016  2.27933059
#> inv.phi.Tetramorium.sp..A               -0.300510646  3.63476464

## Example 1a: Fit concurrent ordination model with two latent variables and with 
# quadratic response model
# We scale and centre the  predictors to improve convergence
fity1 <- gllvm(y, X = scale(X), family = "negative.binomial", 
              num.lv.c=2, method="VA")
ordiplot(fity1, biplot = TRUE)

#'## Example 1b: Fit constrained ordination model with two latent variables and with 
# random canonical coefficients
fity2 <- gllvm(y, X = scale(X), family = "negative.binomial", 
              num.RR=2, randomB="LV", method="VA")
              
# Using Laplace approximation: (this line may take about 30 sec to run)
fitl0 <- gllvm(y, family = "negative.binomial", method = "LA")
ordiplot(fitl0)

# Poisson family:
fit.p <- gllvm(y, family = poisson(), method = "LA")
ordiplot(fit.p)

# Use poisson model as a starting parameters for ZIP-model, this line 
# may take few minutes to run
fit.z <- gllvm(y, family = "ZIP", method = "LA", 
              control.start = list(start.fit = fit.p))
ordiplot(fit.z)


## Example 2: gllvm with environmental variables
# Fit model with two latent variables and all environmental covariates,
fitvX <- gllvm(formula = y ~ X, family = "negative.binomial")
ordiplot(fitvX, biplot = TRUE)
coefplot(fitvX)


# Fit model with environmental covariates Bare.ground and Shrub.cover
fitvX2 <- gllvm(y, X, formula = ~ Bare.ground + Shrub.cover,
 family = "negative.binomial")
ordiplot(fitvX2)
coefplot(fitvX2)


# Use 5 initial runs and pick the best one
fitvX_5 <- gllvm(y, X, formula = ~ Bare.ground + Shrub.cover,
 family = "negative.binomial", control.start=list(n.init = 5, jitter.var = 0.1))
ordiplot(fitvX_5)
coefplot(fitvX_5)



## Example 3: Data in long format
# Reshape data to long format:
datalong <- reshape(data.frame(cbind(y,X)), direction = "long",
                   varying = colnames(y), v.names = "y")
head(datalong)
#>     Bare.ground Canopy.cover Shrub.cover Volume.lying.CWD Feral.mammal.dung
#> 1.1        9.00          3.5        0.50       0.03253833              0.20
#> 2.1        6.00          0.0        0.00       0.01202944              0.65
#> 3.1        9.25          0.0        8.10       0.00804195              0.00
#> 4.1       23.25          0.0        0.25       0.00000000              0.20
#> 5.1        8.75          0.0        3.35       0.00993944              0.35
#> 6.1       32.25          0.0        0.00       0.03142221              1.00
#>     time y id
#> 1.1    1 0  1
#> 2.1    1 0  2
#> 3.1    1 0  3
#> 4.1    1 4  4
#> 5.1    1 2  5
#> 6.1    1 0  6
fitvLong <- gllvm(data = datalong, formula = y ~ Bare.ground + Shrub.cover,
               family = "negative.binomial")

## Example 4: Fourth corner model
# Fit fourth corner model with two latent variables
fitF1 <- gllvm(y = y, X = X, TR = TR, family = "negative.binomial")
coefplot(fitF1)

# Fourth corner can be plotted also with next lines
#fourth = fitF1$fourth.corner
#library(lattice)
#a = max( abs(fourth) )
#colort = colorRampPalette(c("blue","white","red"))
#plot.4th = levelplot(t(as.matrix(fourth)), xlab = "Environmental Variables",
#              ylab = "Species traits", col.regions = colort(100),
#              at = seq( -a, a, length = 100), scales = list( x = list(rot = 45)))
#print(plot.4th)

# Specify model using formula
fitF2 <- gllvm(y = y, X = X, TR = TR,
 formula = ~ Bare.ground + Canopy.cover * (Pilosity + Webers.length),
 family = "negative.binomial")
ordiplot(fitF2)

coefplot(fitF2)


## Include species specific random slopes to the fourth corner model
fitF3 <- gllvm(y = y, X = X, TR = TR,
 formula = ~ Bare.ground + Canopy.cover * (Pilosity + Webers.length),
 family = "negative.binomial", randomX = ~ Bare.ground + Canopy.cover, 
 control.start = list(n.init = 3))
ordiplot(fitF3)

coefplot(fitF3)



## Example 5: Fit Tweedie model
# Load coral data
data(tikus)
ycoral <- tikus$abund
# Let's consider only years 1981 and 1983
ycoral <- ycoral[((tikus$x$time == 81) + (tikus$x$time == 83)) > 0, ]
# Exclude species which have observed at less than 4 sites
ycoral <- ycoral[-17, (colSums(ycoral > 0) > 4)]
# Fit Tweedie model for coral data (this line may take few minutes to run)
fit.twe <- gllvm(y = ycoral, family = "tweedie", method = "LA")
ordiplot(fit.twe)


## Example 6: Random row effects
fitRand <- gllvm(y, family = "negative.binomial", row.eff = "random")
ordiplot(fitRand, biplot = TRUE)

# }