print.SLCARE {SLCARE}R Documentation

Print Results for SLCARE

Description

Print point estimates (Est), bootstrap standard error estimates (SE), initial estimates for the estimation algorithm (Init), convergence criterion (ConvergeLoss), latent class membership probability (ClassProb), predicted number of recurrent events (PostPredict), relative entropy of the fitted model (Entropy), p-value (pvalue) for SLCARE.

Usage

## S3 method for class 'SLCARE'
print(
  x,
  type = c("Est", "SE", "Init", "ConvergeLoss", "ClassProb", "PostPredict", "Entropy",
    "PValue"),
  ...
)

Arguments

x

an object of class SLCARE.

type

the type of the output.

...

other arguments.

See Also

SLCARE()


[Package SLCARE version 1.1.0 Index]