auto_rate_lowest: Perform rolling regression and rank from ABSOLUTE lowest to...

View source: R/auto_rate_funs.R

auto_rate_lowestR Documentation

Perform rolling regression and rank from ABSOLUTE lowest to highest

Description

i.e. ignores sign. should only be used when rates are all negative or all positive

Usage

auto_rate_lowest(dt, width, by = "row")

Arguments

dt

data.frame object.

width

numeric.

by

string.

Details

This is an internal function for auto_rate()

Value

a list object with appended class auto_rate_lowest


januarharianto/respR documentation built on April 20, 2024, 4:34 p.m.