predict.ldt.estim {ldt}R Documentation

Extract Prediction Results

Description

This function extracts predicted mean and its variance from an ldt.estim object. new data must be provided while estimating the model.

Usage

## S3 method for class 'ldt.estim'
predict(object, ...)

Arguments

object

An object of class ldt.estim

...

Additional arguments.

Value

A list containing the predicted (projected) means and variances.


[Package ldt version 0.5.2 Index]