Displaying 1 result from an estimated 1 matches for "lbmodel".
Did you mean:
abmodel
2006 Oct 31
4
Syntax Error in Rcmd check on Windows
...### Keywords: classes
>
> ### ** Examples
>
> sim.layout <- new( "LBLayout", S0=matrix( c( 13, rep( 14, 7 ) ), ncol=4 ),
+ E0=matrix( c( 1, rep( 0, 7 ) ), ncol=4 ) )
> sim.opts <- new( "LBOptions", seed=2006,
+ LBmodel=c( "gamma", "gamma", "gamma", FALSE ),
+ ignoreData=c( FALSE, FALSE, FALSE ),
+ initBeta =list( init=0.125,
+ gamma=0.001, delta=0.001 ),
+ initB...