Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
Sunday, July 7, 2019
How to store formatted number in a note
StataMP 15.1 on macOS Sierra
I'd like to display the number of observations in a note with formatting.
Code:
// Displays a formatted number
clear
set obs 1000
count
di %9.0gc `r(N)'
// Won't display a formatted number in notes
note: di %9.0gc `r(N)'
notes
No comments:
Post a Comment