Internal Documentation

Contents

Index

Types

# MixedModels.OptSummaryType.


OptSummary

Summary of an NLopt optimization

Members:

  • initial: a copy of the initial parameter values in the optimization
  • final: a copy of the final parameter values from the optimization
  • fmin: the final value of the objective
  • feval: the number of function evaluations
  • optimizer: the name of the optimizer used, as a Symbol

Functions and methods

# MixedModels.ranef!Function.


ranef!(v, m, uscale)

Overwrite v with the conditional modes of the random effects for m

Args:

  • v: a Vector of matrices
  • m: a MixedModel
  • uscale: a Bool indicating if the random effects on the spherical (i.e. u) scale are desired

Returns: v, overwritten with the conditional modes