Learn R Programming

MultiRR (version 1.1)

upper2: Upper2 is not a user level function

Description

This is not a user level function

Usage

upper2(x)

Arguments

x

Examples

Run this code

## The function is currently defined as
function (x) 
{
    apply(x, 2, quantile, 0.975)
  }

Run the code above in your browser using DataLab