Learn R Programming

rtkpp (version 0.8.5)

ClusterStrategy: Constructor of [ClusterStrategy] class

Description

This class encapsulate the parameters of the strategy of estimation of the rtkpp Cluster models.

Arguments

Examples

Run this code
new("ClusterStrategy")
  shortAlgo=clusterAlgo("SEM",1000)
  longAlgo =clusterAlgo("SemiSEM",200,1e-07)
  new("ClusterStrategy", shortAlgo=shortAlgo, longAlgo=longAlgo)
  getSlots("ClusterStrategy")

Run the code above in your browser using DataLab