# NOT RUN {
series <- rnorm(100)
## create instance of an object, using fully qualified class name
obj <- .cnew ("com.stg.math.statistics.AugmentedDickeyFuller", series, 3, 'Driftless')
## or create without fully qualified name
obj <- .cnew ("AugmentedDickeyFuller", series, 3, 'Driftless')
# }
Run the code above in your browser using DataLab