Last data update: 2014.03.03

R: Generator for Class 'lcm_CR_Basic'
lcm_CR_Basic_generatorR Documentation

Generator for Class lcm_CR_Basic

Description

Generator function for class lcm_CR_Basic.

Usage

lcm_CR_Basic_generator(...)

Arguments

...

arguments to be passed to lcm_CR_Basic constructor.

Value

An object of class lcm_CR_Basic.

Note

The convenience function lcmCR provides a simpler mechanism to create lcm_CR_Basic objects.

Author(s)

Daniel Manrique-Vallier.

See Also

lcmCR

Examples

data(kosovo_aggregate)
x <- lcm_CR_Basic_generator(data_captures=kosovo_aggregate, K=10, a_alpha=0.25, b_alpha=0.25, 
                                len_buffer=10000, subsamp=500, in_list_symbol = '1')
x$Get_Status()

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(LCMCR)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/LCMCR/lcm_CR_Basic_generator.Rd_%03d_medium.png", width=480, height=480)
> ### Name: lcm_CR_Basic_generator
> ### Title: Generator for Class 'lcm_CR_Basic'
> ### Aliases: lcm_CR_Basic_generator
> 
> ### ** Examples
> 
> data(kosovo_aggregate)
> x <- lcm_CR_Basic_generator(data_captures=kosovo_aggregate, K=10, a_alpha=0.25, b_alpha=0.25, 
+                                 len_buffer=10000, subsamp=500, in_list_symbol = '1')
> x$Get_Status()
$iteration
[1] 0

$initialized
[1] FALSE

$buffer_size
[1] 10000

$buffer_used
[1] 0

$tracing
[1] FALSE

$thinning
[1] 500

> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>