Skip to content

Commit a89c006

Browse files
committed
fix copy&paste typo
1 parent 1e3ed90 commit a89c006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/statistics.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ profile <- function(obj, pars, whichPar, alpha = 0.05,
441441
}
442442
}
443443

444-
if (side %in% c("right", "both")) {
444+
if (side %in% c("left", "both")) {
445445
# Compute left profile
446446
if (verbose) {
447447
cat("\nCompute left profile\n")

0 commit comments

Comments
 (0)