predictorC: C++ Function computing the predicted probabilities

Description Usage Arguments See Also

View source: R/RcppExports.R

Description

This function is a C++ implementation of the predictor function. It is called internally by other functions.

Usage

1
2
predictorC(w1, b1, w2, b2, w3, w4, w5, b4, b5, age, timecap,
  indices_captured)

Arguments

w1

The vector of the corresponding name extracted from the design matrix

b1

The vector of the corresponding name extracted from the design matrix

w2

The vector of the corresponding name extracted from the design matrix

b2

The vector of the corresponding name extracted from the design matrix

w3

The vector of the corresponding name extracted from the design matrix

w4

The vector of the corresponding name extracted from the design matrix

w5

The vector of the corresponding name extracted from the design matrix

b4

The vector of the corresponding name extracted from the design matrix

b5

The vector of the corresponding name extracted from the design matrix

age

The vector of the corresponding name extracted from the data

timecap

The vector of the corresponding name extracted from the data

indices_captured

The vector of boolean indicated captured individuals

See Also

predictor


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