R Under development (unstable) (2024-09-06 r87103 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 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. > if (file.exists("_options.R")) source("_options.R") > library(panelPomp,quietly=TRUE) > > ## list examples (avoiding listing package installation folder for R CMD check) > ppo <- panelRandomWalk(U=2,N=6) > ppo panel of 2 units parameter(s): $shared sigmaX sigmaY 1 1 $specific unit param rw1 rw2 X.0 1 1 summary of first panel unit ("rw1"): > lapply(as(ppo,"list"),obs) $rw1 t name [,1] [,2] [,3] [,4] [,5] [,6] Y -0.8029721 0.5765159 -2.121707 -1.829423 -1.070494 -1.890537 $rw2 t name [,1] [,2] [,3] [,4] [,5] [,6] Y 2.864593 1.597069 2.799784 1.024825 2.416252 0.4682343 > > > proc.time() user system elapsed 0.48 0.07 2.15