compute_logLikC: C++ Function computing the log-likelihood

Description Usage Arguments See Also

View source: R/RcppExports.R

Description

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

Usage

1
compute_logLikC(pred_prob, surv_bin, scale)

Arguments

pred_prob

The predicted probability of death computed by predictor()

surv_bin

The binary response variable taking 1 for alive and 0 for death

scale

The scaling parameter (useful if the optimisation function can only minimise)

See Also

compute_logLik


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