predict.ldt.estim: Extract Prediction Results

View source: R/g.regression.R

predict.ldt.estimR 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.


ldt documentation built on Sept. 11, 2024, 5:25 p.m.