I have a problem with command calculating natural logarithm in Stata that is so confusing:
Code:
gen sal=tn1/ld11 gen lsal=ln(sal) gen lnsal=ln(tn1/ld11) br if lsal != lnsal
Could some one help me to explain why that happen? Thanks alot!
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.
gen sal=tn1/ld11 gen lsal=ln(sal) gen lnsal=ln(tn1/ld11) br if lsal != lnsal
0 Response to Mistake in command to calculate natural logarithm
Post a Comment