Learn R Programming

ctsem (version 2.9.6)

ctStanKalman: Get Kalman filter estimates from a ctStanFit object

Description

Get Kalman filter estimates from a ctStanFit object

Usage

ctStanKalman(fit)

Arguments

fit

fit object from ctStanFit.

Value

list containing Kalman filter elements, each element in array of iterations, data row, variables. llrow is the log likelihood for each row of data.

Examples

Run this code
# NOT RUN {
ctStanKalman(ctstantestfit)

# }

Run the code above in your browser using DataLab