Code:
version 15 set obs 3 local a = 3.1415927 matrix A = (1\2\3.1415927) matrix B = A[3,1] svmat A svmat B di `a' di A[3,1] di B[1,1] di A1[3] di B1[1] assert `a' == A[3,1] assert `a' == B[1,1]
Code:
assert `a' == A1[3] assert `a' == B1[1]
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.
version 15 set obs 3 local a = 3.1415927 matrix A = (1\2\3.1415927) matrix B = A[3,1] svmat A svmat B di `a' di A[3,1] di B[1,1] di A1[3] di B1[1] assert `a' == A[3,1] assert `a' == B[1,1]
assert `a' == A1[3] assert `a' == B1[1]
Creating per capita income from IPUMS ACS dataset across multiple yearsI'm working on ACS dataset which doesn't provide number of population in 50 states across different …
Using Putexcel for estat esizeDear All
I have used the putexcel command to successfully export regression results to an excel she…
SummationI am new to STATA, and I am trying to run a regression with a summation in it so that it creates mul…
Different Numbers Across An IdentifierHi Everyone,
I have a dataset that has two variables:
1) An identifier denoted here as MRN.
2) Tes…
Case-sensitivity in Windows 10/1803+The Microsoft Windows update 1803 has introduced case-sensitivity as a configurable option for Windo…
0 Response to Assert – why is false returned for values that appear equal after matrix conversion?
Post a Comment