rna_prior {stratallo} | R Documentation |
RNA in version that uses prior information about violations
Description
This is the version of the RNA that makes use of additional information about strata for which the allocation can possibly be violated. For all other strata allocation will not be violated.
Usage
rna_prior(
total_cost,
A,
bounds = NULL,
check = NULL,
check_violations = .Primitive(">="),
details = FALSE
)
Arguments
total_cost |
( |
A |
( |
bounds |
(
|
check |
( |
check_violations |
( |
details |
( |
Note
this coded was not extensively tested.