ptchoose: ptchoose

Description Usage Arguments Value

View source: R/mvTargetOpt.R

Description

Internal function. Continues search in unexplored space, when no solution can be found.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ptchoose(
  ptchoice = ptchoice,
  dat1d,
  tgmean_norm,
  maxarea,
  xmeans,
  xsds,
  pls1,
  jjj
)

Arguments

ptchoice

numeric, 1 to continue search outside the explored parameters

dat1d

data.frame, predictor data must be in dat1d$x

tgmean_norm

numeric vector

maxarea

NULL or matrix

xmeans

numeric vector

xsds

numeric vector

pls1

result of the PLS1 function

jjj

integer, counts how often this function has been called

Value

matrix


amaendle/mvTargetOpt documentation built on June 12, 2020, 5:57 p.m.