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
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.
// 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
0 Response to How to store formatted number in a note
Post a Comment