DataMixture {crmPack} | R Documentation |
Initialization function for the "DataMixture" class
Description
This is the function for initializing a "DataMixture" class object.
Usage
DataMixture(xshare = numeric(), yshare = integer(), ...)
Arguments
xshare |
see |
yshare |
see |
... |
additional arguments for the underlying Data slots |
Value
the initialized DataMixture
object
[Package crmPack version 1.0.6 Index]