Learn R Programming

riskscores (version 1.2.3)

clip_exp_vals: Clip Values

Description

Clip values prior to exponentiation to avoid numeric errors.

Usage

clip_exp_vals(x)

Value

Input vector x with all values between -709.78 and 709.78.

Arguments

x

Numeric vector.

Examples

Run this code
clip_exp_vals(710)

Run the code above in your browser using DataLab