ibs.lple: Calcuate integrated Brier Score for lple

Description Usage Arguments Details Author(s) See Also Examples

View source: R/ibs.lple.R

Description

The function ibs is used to calcualte integrated Brier Score for lple.

Usage

1
2
## S3 method for class 'lple'
ibs(object, newdata=NULL, newy = NULL)

Arguments

object

the results of a lple fit

newdata

If no null, new data and new y will be used for calculation

newy

Used together with new data

Details

ibs.lple is called to calculate integrate Brier Score for the lple model lple.

The default method, ibs.default has its own help page. Use methods("ibs") to get all the methods for the ibs generic.

Author(s)

Wen Teng and Bingshu E. Chen

See Also

The default method for ibs ibs.default, lple

Examples

1
2
3
4
5
6
7
8
### To calculate Brier score for the original fitted data
#
#  ibs(fit)
#
### To calculate Brier score for new data with new outcomes
#
#  ibs(fit, newdata, newy)
#

statapps/lplb documentation built on July 10, 2021, 6:14 p.m.