We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In my program to summarize data, the decimal points of the printed summary statistics are aligned, for example
var mean sd min max x1 0.4933 0.2770 0.0006 0.9995 x2 5.0344 2.8776 0.0022 9.9953 x3 49.5909 28.5406 0.0142 99.9723
Is there a way to get this behavior using xsv stats?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In my program to summarize data, the decimal points of the printed summary statistics are aligned, for example
Is there a way to get this behavior using xsv stats?
The text was updated successfully, but these errors were encountered: