makebox: Make a box with bounds

Description Usage Arguments Value

Description

Given the limits of the box, calculate its status relative to each line and calculate the bounds on the objective function within that box.

Usage

1
makebox(lims.sigsqe = NA, lims.sigsqs = NA, status = NA, lines)

Arguments

lims.sigsqe

numeric vector of length 2 of the form c(lower, upper) containing the x-limits of the box.

lims.sigsqs

numeric vector of length 2 of the form c(lower, upper). containing the y-limits of the box.

status

factor of length of lines denoting the location of the box relative to each line. If the box has a parent, these correspond to the status of that parent. The levels are {above, below, straddle}.

lines

dataframe containing the constants that define the shape of each term in the sum. Output from findlines.

Value

A list containing:


andrewpbray/lmmoptim documentation built on May 10, 2019, 11:10 a.m.