Skip to content

Commit

Permalink
Make ntrt option optional in frem tool
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Feb 8, 2024
1 parent f0b11b4 commit dbf72b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tool/frem.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ sub get_pred_error_pk_code
likelihood => { isa => 'Bool', default => 0},
loglikelihood => { isa => 'Bool', default => 0},
have_fflag => { isa => 'Bool', default => 0},
ntrt => { isa => 'Maybe[Str]' },
ntrt => { isa => 'Maybe[Str]', optional => 1 },
);
my $covariates = $parm{'covariates'};
my $maxeta = $parm{'maxeta'};
Expand Down

0 comments on commit dbf72b3

Please sign in to comment.