Skip to content

Commit ab6f0ec

Browse files
committed
Updated serialization
1 parent a53e58d commit ab6f0ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

R/bcf.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3402,6 +3402,10 @@ saveBCFModelToJson <- function(object) {
34023402
object$rfx_unique_group_ids
34033403
)
34043404
}
3405+
jsonobj$add_boolean(
3406+
"rfx_model_spec",
3407+
object$model_params$rfx_model_spec
3408+
)
34053409

34063410
# Add propensity model (if it exists)
34073411
if (object$model_params$internal_propensity_model) {

0 commit comments

Comments
 (0)