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
regular expression to extract a part of a string variableDear Statalist
Suppose I have a string variable Name that is formatted as Text1 (Text2) (Text3), ho…
Regress individual and collective indicatorsHello STATA community!
In my research I analyse how economy shapes public opinion (of social classes…
Help with lclogitHello Everyone,
I have conducted a discrete choice experiment in multiple countries. Each participa…
Rank Variable for Income, then further for regionHi,
I am fairly new to this forum so please excuse me if I do not follow some guidelines I am not aw…
Return Calculation for Panel DataDear Statalists,
I am trying to calculate monthly returns for specific firms and would like to know …
0 Response to How to store formatted number in a note
Post a Comment