Skip to content

Simple Error in measurement_error.R #284

Description

@pcp2117

Hi --

I found what I think is a pretty simple error in measurement_error.R. In the following block of code, $lwr is incorrectly written into upr:

if ('upr' %in% names(extra_opts)) {
upr <- extra_opts$lwr
} else {
upr <- 0.75
}

Suggest the following quick fix:
upr <- extra_opts$lwr
----------->
upr <- extra_opts$upr

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions