Home
last modified time | relevance | path

Searched refs:pseriesfy (Results 1 – 9 of 9) sorted by relevance

/dports/finance/R-cran-plm/plm/inst/tests/
H A Dtest_pdata.frame_pseriesfy.Rout.save18 > # test of pseriesfy() (turns all columns of a pdata.frame into pseries)
26 > pGrunpser1.1 <- pseriesfy(pGrun)
35 + pGrunpser2.1 <- pseriesfy(pGrun)
54 + # apply again to an already pseriesfy-ed pdata.frame (result should not change)
56 + pGrunpser1.2 <- pseriesfy(pGrunpser1.1)
58 + pGrunpser2.2 <- pseriesfy(pGrunpser2.1)
85 > # microbenchmark::microbenchmark(pseriesfy(pwld), times = 100, unit = "us")
87 > # microbenchmark::microbenchmark(pseriesfy(pwld), times = 100, unit = "us")
H A Dtest_pdata.frame_pseriesfy.R9 pGrunpser1.1 <- pseriesfy(pGrun)
18 pGrunpser2.1 <- pseriesfy(pGrun)
39 pGrunpser1.2 <- pseriesfy(pGrunpser1.1)
41 pGrunpser2.2 <- pseriesfy(pGrunpser2.1)
/dports/finance/R-cran-plm/plm/man/
H A Dpseriesfy.Rd3 \name{pseriesfy}
4 \alias{pseriesfy}
7 pseriesfy(x, ...)
28 such a \code{pseriesfy}-ed pdata.frame, see Examples.
34 pGrun2 <- pseriesfy(pGrun) # pseriesfy-ed pdata.frame
48 # as.list(., keep.attributes = TRUE) on a non-pseriesfy-ed
H A Dplm.fast.Rd47 \item pseriesfy.
/dports/finance/R-cran-plm/plm/R/
H A Dtool_transformations_collapse.R27 pseriesfy.baseR <- plm:::pseriesfy # ... in tool_pdata.frame.R:
620 pseriesfy <- function(x, ...) { function
H A Dtool_pdata.frame.R756 pseriesfy <- function(x, ...) { function
/dports/finance/R-cran-plm/plm/
H A DNAMESPACE241 export(pseriesfy)
H A DMD5235 79230b6f879e065fd83edf5ec113321a *man/pseriesfy.Rd
H A DNEWS.md45 * pseriesfy: new function to make each column of a pdata.frame a pseries, see
46 `?pseriesfy` for background and useful examples. (Faster version is executed