ss.phiC.up: Murray...

Usage Arguments Examples

Usage

1
ss.phiC.up(p.phi, p.phiL, p.phiU)

Arguments

p.phi
p.phiL
p.phiU

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (p.phi, p.phiL, p.phiU) 
{
    function(p.mat.curr) {
        list(phiL = p.phiL - 2 * (p.phiU - p.phiL), phiU = p.phiU + 
            2 * (p.phiU - p.phiL))
    }
  }

mpoll/scale documentation built on Dec. 9, 2019, 7:15 a.m.