PolyGeniusFrameSet
PolyGeniusFrameSet class
Description
A small container holding one or both sides of fetched tabular data: observation-side ($obs) and model-side ($mod) PolyGeniusFrame objects.
Usage
PolyGeniusFrameSet(obs = NULL, mod = NULL)
print.PolyGeniusFrameSet(x, ...)
Arguments
obs
|
Optional observation-side |
mod
|
Optional model-side |
x
|
A |
…
|
Unused. |
Value
A list with S3 class PolyGeniusFrameSet.