domain_nlevels {paradox} | R Documentation |
The Number of Levels of a Given Domain
Description
This should be the number of discrete possible levels for discrete type Domain
s such as p_int()
or p_fct()
, and
Inf
for continuous or untyped parameters.
Usage
domain_nlevels(param)
Arguments
param |
( |
Value
numeric
.
[Package paradox version 1.0.1 Index]