Learn R Programming

MultiRR (version 1.1)

lower2: lower2 is not a user level function

Description

This function is not a user level function

Usage

lower2(x)

Arguments

x

Examples

Run this code
## The function is currently defined as
function (x) 
{
    apply(x, 2, quantile, 0.025)
  }

Run the code above in your browser using DataLab