varExp
class,
representing an exponential variance function structure. Letting
$v$ denote the variance covariate and $\sigma^2(v)$
denote the variance function evaluated at $v$, the exponential
variance function is defined as $\sigma^2(v) = \exp(2\theta
v)$, where $\theta$ is the variance
function coefficient. When a grouping factor is present, a different
$\theta$ is used for each factor level.varExp(value, form, fixed)
Value
must have
length one, unless a grouping factor is specified in form
.
If value
has length greater than ~ v
, or
~ v | g
, specifying a variance covariate v
and,
optionally, a grouping factor g
for the coefficients. The
variance covariate must evaluate toform
, fixed
must havarExp
object representing an exponential variance function
structure, also inheriting from class varFunc
.varClasses
,
varWeights.varFunc
,
coef.varExp
vf1 <- varExp(0.2, form = ~age|Sex)
Run the code above in your browser using DataLab