Learn R Programming

gsDesignTune (version 0.1.0)

tune_fixed: Fixed (non-tuned) value

Description

Use tune_fixed() to explicitly mark a value as fixed. This is mainly useful inside dependent specifications such as tune_dep().

Usage

tune_fixed(x)

Value

A gstune_spec object.

Arguments

x

Any R object.

Examples

Run this code
tune_fixed(0.025)

Run the code above in your browser using DataLab