@@ -164,7 +164,7 @@ ReplicateDesign{ReplicateType}(
164
164
strata::Union{Nothing,Symbol} = nothing,
165
165
popsize::Union{Nothing,Symbol} = nothing,
166
166
weights::Union{Nothing,Symbol} = nothing
167
- ) where {ReplicateType <: InferenceType }
167
+ ) where {ReplicateType <: InferenceMethod }
168
168
169
169
ReplicateDesign{ReplicateType}(
170
170
data::AbstractDataFrame,
@@ -173,7 +173,7 @@ ReplicateDesign{ReplicateType}(
173
173
strata::Union{Nothing,Symbol} = nothing,
174
174
popsize::Union{Nothing,Symbol} = nothing,
175
175
weights::Union{Nothing,Symbol} = nothing
176
- ) where {ReplicateType <: InferenceType }
176
+ ) where {ReplicateType <: InferenceMethod }
177
177
178
178
ReplicateDesign{ReplicateType}(
179
179
data::AbstractDataFrame,
@@ -182,7 +182,7 @@ ReplicateDesign{ReplicateType}(
182
182
strata::Union{Nothing,Symbol} = nothing,
183
183
popsize::Union{Nothing,Symbol} = nothing,
184
184
weights::Union{Nothing,Symbol} = nothing
185
- ) where {ReplicateType <: InferenceType }
185
+ ) where {ReplicateType <: InferenceMethod }
186
186
```
187
187
188
188
# Arguments
0 commit comments