Skip to content

Commit

Permalink
fix:refline
Browse files Browse the repository at this point in the history
  • Loading branch information
cyk0315 committed Feb 8, 2024
1 parent 01c3c70 commit 4d73983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/forestglm.R
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ forestglmServer<-function(id,data,data_label,family,data_varStruct=NULL,nfactor.
upper=as.numeric(data$Upper),
ci_column =3+ll,
est=as.numeric(data_est),
ref_line = 1,
ref_line = ifelse(family=='gaussian',0,1),
x_trans=ifelse(family=='gaussian',"none","log"),
ticks_digits=1,
xlim=x_lim,
Expand Down

0 comments on commit 4d73983

Please sign in to comment.