Learn R Programming

refund (version 0.1-40)

pffr_setup_yind_dense: Setup y-index for dense data

Description

Setup y-index for dense data

Usage

pffr_setup_yind_dense(
  yind,
  yind_missing,
  nyindex,
  where_specials,
  terms,
  eval_env,
  frml_env,
  data,
  yind_expr = NULL
)

Value

A list with yind, yind_name.

Arguments

yind

The yind argument (may be missing).

yind_missing

Logical, whether yind was missing in call.

nyindex

Number of y-index points.

where_specials

List of special term indices.

terms

List of parsed terms.

eval_env

Evaluation environment.

frml_env

Formula environment.

data

The data argument.

yind_expr

The yind expression from the original `pffr()` call (used only for naming/lookup; optional).