Skip to content

Commit e16bc75

Browse files
authored
Update cop_pse_auxiliary.R
1 parent 45f0395 commit e16bc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/cop_pse_auxiliary.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ cal_delta_star <- function(FR2max,
6666
est_uncond,
6767
rxz,
6868
n_obs) {
69-
if (FR2max > .99) {FR2max =.99}
69+
if (FR2max > .99) {FR2max <-.99}
7070
#if (FR2max < R2 + inci) {FR2max = R2 + inci} check with Ken what this means
7171
if (FR2max > R2) {D <- sqrt(FR2max - R2)}
7272

0 commit comments

Comments
 (0)