Software
statart
This R package includes some Stata-inspired functions:
tab()
returns a data frame of the frequency table.fre()
returns a more detailed frequency table.summ()
returns a data frame of the summary statistics.row_mean()
,row_sum()
, etc. generate variables based on row-wise operations.
… and other functions that are useful for data manipulation and analysis:
print_headtail()
andprint_interval()
print the data in a more informative way.s_time()
shows the time taken by a block of code without affecting the output.
Copyright
© Minghong Shen 2024