The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
sum_up
prints detailed summary statistics (corresponds
to Stata summarize
)
tab
prints distinct rows with their count. Compared to
the dplyr function count
, this command adds frequency,
percent, and cumulative percent.
join
is a wrapper for dplyr merge functionalities, with
two added functions
The option check
checks there are no duplicates in
the master or using data.tables (as in Stata).
The option gen
specifies the name of a new variable
that identifies non matched and matched rows (as in Stata).
The option update
allows to update missing values of
the master dataset by the value in the using dataset
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.