compute_indices: Compute the indices

Description Usage Arguments Value See Also Examples

View source: R/indices.R

Description

This function is called internally by other functions. It computes indices (i.e. row numbers) referring to different characteristics of the elephants which are required to build the design matrix of the mode.

Usage

1

Arguments

data

The dataset to be used

Value

A names list of indices.

See Also

build_design_matrix

Examples

1
2
indices <- compute_indices(data = SurvEles_small)
lapply(indices, head)  ## display first 6 indices of each element

courtiol/SileR documentation built on May 16, 2020, 8:10 p.m.