powered by
This function gets the value of a property on a previously created .NET object.
.cget(obj, propertyname)
Previously created .NET object
name of the property to retrieve
# NOT RUN { obj <- .cnew ("com.stg.math.statistics.AugmentedDickeyFuller", series, 3, 'Driftless') lag <- obj$Get("Lag") # }
Run the code above in your browser using DataLab