ExtractSingle {InformativeCensoring}R Documentation

Extract a single risk score/gamma imputed data set/model fit

Description

Extract a single risk score/gamma imputed data set/model fit

Usage

## S3 method for class 'GammaImputedSet'
ExtractSingle(x, index)

## S3 method for class 'GammaStatList'
ExtractSingle(x, index)

ExtractSingle(x, index)

## S3 method for class 'ScoreImputedSet'
ExtractSingle(x, index)

## S3 method for class 'ScoreStatList'
ExtractSingle(x, index)

Arguments

x

The multiple imputed object

index

Integer, which imputed data set/model fit should be returned

Value

The individual data set/model fit


[Package InformativeCensoring version 0.3.6 Index]