EvalInterval.function {DiceView}R Documentation

eval function and cast result to a list of y, y_low, y_up (possibly NA)

Description

eval function and cast result to a list of y, y_low, y_up (possibly NA)

Usage

EvalInterval.function(fun, X, vectorized = FALSE, dim = ncol(X))

Arguments

fun

function to evaluate

X

matrix of input values for fun

vectorized

whether fun is vectorized or not

dim

dimension of input values for fun if

Value

list of y, y_low, y_up


[Package DiceView version 3.1-3 Index]