13.07.2015 Views

ASReml-S reference manual - VSN International

ASReml-S reference manual - VSN International

ASReml-S reference manual - VSN International

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

4.4 Variance model functions 47• This behaviour can be altered by concatenating the numeric value followed by theconstraint code (P, U or F) into a character string.• If an argument is absent from the call, the corresponding parameter is held fixed atits default value.For example, to fit a Matérn model with only φ estimated and the other parameters set attheir defaults then we could use mtrn(phi = 0.1) where the starting value for estimationis given as 0.1.To fix ν some value other than the default and estimate φ, the fixed value and constraintcode are given as a single string to the nu argument. That is mtrn(phi = 0.1, nu = ”1.0F”)The parameters φ and ν are highly correlated so it may be better to <strong>manual</strong>ly cover agrid of ν values.We note that there is non-uniqueness in the anisotropy parameters of this metric d(·)since inverting δ and adding π 2to α gives the same distance. This non-uniqueness can beremoved by constraining 0 ≤ α < π 2and δ > 0, or by constraining 0 ≤ α < π and either0 < δ ≤ 1 or δ ≥ 1. With λ = 2, isotropy occurs when δ = 1, and then the rotation angleα is irrelevant: correlation contours are circles, compared with ellipses in general. Withλ = 1, correlation contours are diamonds.4.4.4 General structure modelscor(obj, init=NA)corb(obj, k=1, init=NA)corg(obj, init=NA)diag(obj, init=NA)us(obj, init=NA)chol(obj, k=1, init=NA)cholc(obj, k=1, init=NA)ante(obj, k=1, init=NA)fa(obj, k=1, init=NA)DescriptionThe class of general variance models includes the simple, banded and general correlationmodels (cor, corb, corg), the diagonal, unstructured, Cholesky and antedependencevariance models (diag, us, chol, cholc, ante) and the factor analytic structure (fa).Required argumentsobja factor in the data frame.Optional argumentsinita vector of initial parameter values. This vector can have an optional namesattribute to set the boundary constraint for each parameter. In this case, thename of each element may be one of ”P”, ”U” or ”F” for positive, unconstrainedor fixed, respectively.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!