constrainFun: Function used in conjunction with others to produce a profile...

View source: R/constrainFun.R

constrainFunR Documentation

Function used in conjunction with others to produce a profile likelihood for a variance component

Description

Given a model object from asreml and a range of estimates of the parameter, the function will supply the likelihood ratio test statistic for the comparison of the full model to one where the parameter of interest is constrained.

Usage

constrainFun(parameter.val, full, fm2, comp, G, mit = 600)

Arguments

parameter.val

a value for which the log-Likelihood of a model is to be calculated

full

the full model asreml object

fm2

starting values for the full model

comp

which variance component to constrain

G

logical, indicating if the component is part of the G structure

mit

numeric, indicating maximum number of iterations for the constrained asreml model

Details

Used internally in the proLik function

Author(s)

matthewwolak@gmail.com

See Also

See also proLik


nadiv documentation built on Dec. 8, 2022, 1:11 a.m.