Package: statar 0.7.6
statar: Tools Inspired by 'Stata' to Manipulate Tabular Data
A set of tools inspired by 'Stata' to explore data.frames ('summarize', 'tabulate', 'xtile', 'pctile', 'binscatter', elapsed quarters/month, lead/lag).
Authors:
statar_0.7.6.tar.gz
statar_0.7.6.zip(r-4.5)statar_0.7.6.zip(r-4.4)statar_0.7.6.zip(r-4.3)
statar_0.7.6.tgz(r-4.4-any)statar_0.7.6.tgz(r-4.3-any)
statar_0.7.6.tar.gz(r-4.5-noble)statar_0.7.6.tar.gz(r-4.4-noble)
statar_0.7.6.tgz(r-4.4-emscripten)statar_0.7.6.tgz(r-4.3-emscripten)
statar.pdf |statar.html✨
statar/json (API)
NEWS
# Install 'statar' in R: |
install.packages('statar', repos = c('https://matthieugomez.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/matthieugomez/statar/issues
Last updated 1 years agofrom:0c5ba3eadb. Checks:OK: 5 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-win | NOTE | Nov 11 2024 |
R-4.5-linux | NOTE | Nov 11 2024 |
R-4.4-win | OK | Nov 11 2024 |
R-4.4-mac | OK | Nov 11 2024 |
R-4.3-win | OK | Nov 11 2024 |
R-4.3-mac | OK | Nov 11 2024 |
Exports:as.monthlyas.quarterlyfill_gapis.monthlyis.panelis.quarterlyjoinn_narmpctilestat_binmeansum_uptabtempnametlagtleadwinsorisewinsorizextile
Dependencies:clicolorspacedata.tabledplyrfansifarvergenericsggplot2gluegtableisobandlabelinglatticelazyevallifecyclemagrittrMASSMatrixmatrixStatsmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalesstringistringrtibbletidyselectutf8vctrsviridisLitewithr
statar
Rendered fromdata-frames.Rmd
usingknitr::rmarkdown
on Nov 11 2024.Last update: 2020-07-28
Started: 2015-06-07
statar
Rendered fromgraph.Rmd
usingknitr::rmarkdown
on Nov 11 2024.Last update: 2016-07-26
Started: 2015-06-07
statar
Rendered frompanel-data.Rmd
usingknitr::rmarkdown
on Nov 11 2024.Last update: 2019-07-05
Started: 2014-10-31
statar
Rendered fromvector.Rmd
usingknitr::rmarkdown
on Nov 11 2024.Last update: 2017-10-20
Started: 2015-05-28
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Elapsed dates (monthly, quarterly) | as.monthly as.quarterly elapsed is.monthly is.quarterly monthly quarterly, |
Add rows corresponding to gaps in some variable | fill_gap |
Check whether a data.frame is a panel | is.panel |
Join two data frames together | join |
Count number of non missing observations | n_narm |
Weighted quantile of type 2 (similar to Stata _pctile) | pctile |
Plot the mean of y over the mean of x within bins of x. | stat_binmean |
A package for applied research | statar-package statar |
Gives summary statistics (corresponds to Stata command summarize) | sum_up |
Returns cross tabulation | tab |
Create unique names within a list, a data.frame, or an environment | tempname |
lead and lag with respect to a time variable | tlag tlead tlead-tlag |
Winsorize a numeric vector | winsorise winsorize |
Bin variable in groups (similar to Stata xtile) | xtile |