.meshEval {CoreGx}R Documentation

meshEval

Description

generate an initial guess for dose-response curve parameters by evaluating the residuals at different lattice points of the search space

Usage

.meshEval(
  x,
  y,
  f,
  guess,
  lower_bounds,
  upper_bounds,
  density,
  n,
  scale,
  family,
  trunc
)

Value

A numeric vector containing initial guesses for the dose-response curve parameters


[Package CoreGx version 1.0.2 Index]