BJ Data Tech Solution

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.

  • Home
  • Data Management
  • Data Analysis
  • Data Collection Tools Tips
Is ROC curve for 3x3 table possible?

Is ROC curve for 3x3 table possible?

Friday, January 31, 2020 Data Cleaning Data management Data Processing
Dear All, I have a confusing doubt in my mind. ROC curve for 3x3 or 2X3 table is possible? If so, 1. Can any one please give some example...
inquire foreach list

inquire foreach list

9:27 PM Data Cleaning Data management Data Processing
I find that Code: foreach x in Gold Platinum_upgrade Platinum_upgrade_merit { in fact, there is no Gold variable in the dataset. Instea...
How to split?

How to split?

8:27 PM Data Cleaning Data management Data Processing
Dear All, I have this data set, Code: * Example generated by -dataex-. To install: ssc install dataex clear input str61 y "4.4%"...
inquire about capture command

inquire about capture command

7:27 PM Data Cleaning Data management Data Processing
I see a data code that starts: Code: clear * capture cd "~/Dropbox/Projects/The Demand for Status/Final_data_QJE" set more off...
Gravity Model: reverse causality LEAD variable

Gravity Model: reverse causality LEAD variable

6:27 PM Data Cleaning Data management Data Processing
Hi, I am trying to test for potential reverse causality between RTAs using a gravity model. RTA = 1 if exporter and importer have a RTA ...
Interpreting coefficients of a three-level mixed model

Interpreting coefficients of a three-level mixed model

8:57 AM Data Cleaning Data management Data Processing
Dear Stata-listers, I have a three-level mixed model and I am struggling on the specific interpretation of the coefficients. I have obser...
Text analysis - find frequency of several keywords within several strings + stop words removal + sentiment analysis

Text analysis - find frequency of several keywords within several strings + stop words removal + sentiment analysis

8:27 AM Data Cleaning Data management Data Processing
Hello! I am a new user of Stata and I have a problem with a task I have to solve. As a part of my thesis, I have to do a text analysis. Aft...
Splitting a string variable in to two parts

Splitting a string variable in to two parts

7:27 AM Data Cleaning Data management Data Processing
Hello... I have a string variable that has 3-5 words. I want to split it into two parts. Here's the example Code: clear all inpu...
How to reshape

How to reshape

5:27 AM Data Cleaning Data management Data Processing
I have a problem with reshaping, I don't know how to do this. Can someone help please? I have this: obs_no vname place v_ Var2 250 ...
predict after xtreg, fe

predict after xtreg, fe

5:27 AM Data Cleaning Data management Data Processing
Hello, I have a fixed effects panel regression: xtreg exp cost i.year, fe My regression coefficient is 0.5. A one unit increase in cost ...
Exporting a cross table using three string variables to a CSV file

Exporting a cross table using three string variables to a CSV file

4:57 AM Data Cleaning Data management Data Processing
Dear Statalisters, How do I export a result table using three string variables ("region", "cat", "field") in ...
Stata MP in Microsoft Terminal Server Environment

Stata MP in Microsoft Terminal Server Environment

3:57 AM Data Cleaning Data management Data Processing
Hello, would anyone be able to offer any white paper or solutions articles on deploying Stata MP in a Microsoft Terminal Server environment....
Coefplot how to change bar colors?

Coefplot how to change bar colors?

3:27 AM Data Cleaning Data management Data Processing
My question is how can I change the bar colors when using HTML Code: coefplot I tried this: HTML Code: bar(1,bcolor(navy)) bar(2, ...
Mediation Analysis in Difference-in-Differences (DiD)

Mediation Analysis in Difference-in-Differences (DiD)

3:27 AM Data Cleaning Data management Data Processing
Hello, I am trying to test mediation using difference-in-differences. My outcome variable is company total sales and my treatment variabl...
Create beeswarm and beanplot

Create beeswarm and beanplot

2:57 AM Data Cleaning Data management Data Processing
Hi all, I would like to create a beeswarm plot and a beanplot. My dataset contains a numeric variable - I compare this variable over subgr...
Mata implementation of a fast (k) nearest neighbours lookup algorithm

Mata implementation of a fast (k) nearest neighbours lookup algorithm

2:27 AM Data Cleaning Data management Data Processing
Hello everyone I have implemented a kd-tree search algorithm in Mata, that can find the k nearest neighbours of a p-dimensional point amon...
Creating a sum variable of the prior 12 months

Creating a sum variable of the prior 12 months

2:27 AM Data Cleaning Data management Data Processing
Dear Users, For a current project I need to create a new variable (call it X), which exist of the sum of the previous 12 months. I need to...
Manipulating forest plot

Manipulating forest plot

1:27 AM Data Cleaning Data management Data Processing
Hello, So I am working on my first meta-analysis in which I am assessing the incidence of traumatic brain injury in LMIC, so to pool the r...
SAMPLE SIZE CALCULATION FOR PANEL DATA/ USE OF Stata PSS

SAMPLE SIZE CALCULATION FOR PANEL DATA/ USE OF Stata PSS

1:02 AM Data Cleaning Data management Data Processing
Good morning all I need assistance to calculate the minimum sample size for a piece of hospital-based research work. I have read through th...
How to filter out string observations with common characters?

How to filter out string observations with common characters?

1:02 AM Data Cleaning Data management Data Processing
Hi Statalisters, I am new to Stata and when I work on my data. I want to filter out string observations with common characters. For exampl...
Destring with many decimal issue

Destring with many decimal issue

1:02 AM Data Cleaning Data management Data Processing
Hi I am fairly new to Stata, and have searched a lot on my issue but have not yet found a solution.. My issue is with destring of my var...
SEM model group analysis not concave

SEM model group analysis not concave

1:02 AM Data Cleaning Data management Data Processing
Hello there ! I am trying to use Stata and check my SEM model for measurement in-variance among two different groups. The issue that i am ...
Dummy variable for neonatal Mortality, Infant mortality and Child mortality

Dummy variable for neonatal Mortality, Infant mortality and Child mortality

Thursday, January 30, 2020 Data Cleaning Data management Data Processing
Hi, I am working on the Demographic health survey (DHS) data. I have to compute the neonatal Mortality (death during the first 28 days of li...
-margins- after -xtlogit,fe-

-margins- after -xtlogit,fe-

6:27 PM Data Cleaning Data management Data Processing
Dear Statalist This is a question about interpreting the results from a panel data fixed-effects logistic regression. The outcome variable...
Loop over multiple arrays via foreach

Loop over multiple arrays via foreach

6:27 PM Data Cleaning Data management Data Processing
Hello together! trying now since a few hours to fix my problem - I am not able to come up with an adequate solution. I need your help / ad...
ICD 10 to ICD-9 mapping using GEMs

ICD 10 to ICD-9 mapping using GEMs

5:27 PM Data Cleaning Data management Data Processing
Hi stata users, anybody has any experience in using GEMs files to map backwards from icd10 to ICD10 codes in stata. I have downloaded follo...
Logit Regression Model / Plotting Interactions

Logit Regression Model / Plotting Interactions

5:27 PM Data Cleaning Data management Data Processing
Hi everyone, I am working at my final paper and need some guidance. I want to look at the party identification with a specific party_x i...
Looping over correlation function

Looping over correlation function

4:27 PM Data Cleaning Data management Data Processing
I am trying to produce a dataset that includes the autocorrelations of a variable (ret) across groups (portfolio). I am able to report the f...
Coefplot: reduce spacing on y-axis

Coefplot: reduce spacing on y-axis

9:57 AM Data Cleaning Data management Data Processing
Hello everybody, I have a question about how to reduce the spacing between labels on the y-axis when using Benn Jann's coefplot comman...
Getting an error from putexcel set ..., open

Getting an error from putexcel set ..., open

9:27 AM Data Cleaning Data management Data Processing
I have this simple line of code to setup my excel worksheet but I get the following error when I try to run it: putexcel_set_new(): 3010 at...
coefplot chang bar color?

coefplot chang bar color?

8:27 AM Data Cleaning Data management Data Processing
My question is how can I change the bar colors when I`m using HTML Code: coefplot I added this HTML Code: bar(1,bcolor(navy)) bar(2, bc...
How to generate predicted wage (gap) with margins command and plot a profile with marginsplot

How to generate predicted wage (gap) with margins command and plot a profile with marginsplot

7:57 AM Data Cleaning Data management Data Processing
Dear Stata user, I would like to have predicted mean immigrant-native wage gaps on the vertical axis and years since migration (ysm) on th...
Interpreting Xtabond2 Coefficients & Coefficient Inflation?

Interpreting Xtabond2 Coefficients & Coefficient Inflation?

7:57 AM Data Cleaning Data management Data Processing
Hi, This is a follow-up question for this topic, but because the question is different, I thought may be it can be more useful in the futu...
How to look at regression between score bands

How to look at regression between score bands

7:57 AM Data Cleaning Data management Data Processing
Hi, I have a binary variable and a score variable. I want to look at the binary variable in different bands of the score variable (specifica...
bayesgraphs diagnostics in Item Response Model

bayesgraphs diagnostics in Item Response Model

7:57 AM Data Cleaning Data management Data Processing
Please, how do we use bayesgraphs diagnostics command in Item Response Model? Thanks for your anticipated assistance. olayiwola Adetutu K...
coefplot graph, symmetry between dots

coefplot graph, symmetry between dots

7:27 AM Data Cleaning Data management Data Processing
Dear Statalisters, I am using the coefplot command to create one graph with coefficients from 40 different regressions However, the positi...
Help with counts

Help with counts

5:57 AM Data Cleaning Data management Data Processing
Hello, I am working on a prescribing data set containing details of about 100,000 people. The lay out is similar to the table below: ID...
How drop some elements from a macro list of files

How drop some elements from a macro list of files

3:57 AM Data Cleaning Data management Data Processing
Hi Statalist I have a question. I have the following datasets: 2008_a8.txt, 2010_a4.txt, 2012_a7.txt, 2014_a5.txt, 2015_a2.txt and 2016_a...
Textbox position in bar graphs

Textbox position in bar graphs

3:27 AM Data Cleaning Data management Data Processing
I am trying to change the position of subtitles in bar graphs. I've created a MWE from Stata's dataset: Code: use http://www.s...
How check if value in one variable is equal to any value in other variables

How check if value in one variable is equal to any value in other variables

3:27 AM Data Cleaning Data management Data Processing
I am trying to gen a variable or variables that say VAR1 has elements in commons with other 2 variables (VAR2 and VAR3), VAR2 has element in...
How to rescale A variable by range

How to rescale A variable by range

3:27 AM Data Cleaning Data management Data Processing
Hello statalist members, i want to rescale my contious variables(x,y) by range(maximum-minimum) because of my other variables which are dic...
Textbox position in bar graphs

Textbox position in bar graphs

3:27 AM Data Cleaning Data management Data Processing
I am trying to change the position of subtitles in bar graphs. I've created a MWE from Stata's dataset: Code: use http://www.sta...
Counting the number of ID type for each country in the data

Counting the number of ID type for each country in the data

2:57 AM Data Cleaning Data management Data Processing
Hi, My Panel data has 260 Panel IDs(firms) over a number of time period and another variable names as ID_Type (which is either 1 or 2 for ...
extract year

extract year

12:27 AM Data Cleaning Data management Data Processing
Dear All, How can I extract year (Stata format) from the following variable? Code: * Example generated by -dataex-. To install: ssc instal...
clustering and concentration Stata code

clustering and concentration Stata code

Wednesday, January 29, 2020 Data Cleaning Data management Data Processing
Hi everyone, I am in the process of writing one of my dissertation chapters. Using US Census and ACS, I want to measure Middle Eastern an...
Foreach Loop to Rename Variable

Foreach Loop to Rename Variable

11:27 PM Data Cleaning Data management Data Processing
Dear all, I was trying to use foreach loop to rename variables, I wanted to names of the variables to be like Capacity1, Capacity2, Capaci...
Local and global macro are not capturing variables' names but the values in the first row

Local and global macro are not capturing variables' names but the values in the first row

10:27 PM Data Cleaning Data management Data Processing
Dear all, I have a problem when using the local and global macro. When I set up a local macro based on variable names, then display it, ...
Nested Variables in glm

Nested Variables in glm

6:27 PM Data Cleaning Data management Data Processing
I am trying to use nested variables in glm because I have a non-normal dependent variable potentially explained by nested categorical and co...
How to calculate ten-year moving average of variable x by the dummy variable europe in a dataset as the following? Many thanks!

How to calculate ten-year moving average of variable x by the dummy variable europe in a dataset as the following? Many thanks!

5:39 PM Data Cleaning Data management Data Processing
Code: * Example generated by -dataex-. To install: ssc install dataex clear input float id_number int year float europe double x 1 1302 ...
Studentized / Standardized Residuals

Studentized / Standardized Residuals

4:39 PM Data Cleaning Data management Data Processing
Is it possible to obtain predicted studentized (jackknifed) or standardized residuals with robust/clustered estimation or weighted data? I u...
TABSTAT: How to group my summary statistics?

TABSTAT: How to group my summary statistics?

4:39 PM Data Cleaning Data management Data Processing
Hello together. I need help and search for a simple way to "group" my summary statistics. My current Stata code is as follows:...
Troubleshooting - Temp file does not find a variable

Troubleshooting - Temp file does not find a variable

11:09 AM Data Cleaning Data management Data Processing
Good evening everyone. I have the following code Code: use "Dataset.dta", replace drop if 5*365>dis_end tempfile A0 save `...
npregress kernel regression using panel data

npregress kernel regression using panel data

11:09 AM Data Cleaning Data management Data Processing
Hello, I am exploring npregress kernel command for a panel data (Country year). I was reading a working paper titled: Panel Data Specificati...
Best practice when using 'format' while maintaining precision of double

Best practice when using 'format' while maintaining precision of double

11:09 AM Data Cleaning Data management Data Processing
I added set type double at the beginning of my code to implement the double-precision for all newly created variables. This works fine. H...
Coefs. not Signif. but Improving Moment Conditions | xtdpdgmm

Coefs. not Signif. but Improving Moment Conditions | xtdpdgmm

10:09 AM Data Cleaning Data management Data Processing
Hi, I'm currently modeling the public-private wage gap in Brazil. The work revolves around estimating Mincer earning equations for all...
Working on Nested Loop

Working on Nested Loop

9:39 AM Data Cleaning Data management Data Processing
My data is stored in a panel data format. I want to estimate the ARDL model that accommodates one structural break. The break dates are iden...
Combining observations into one

Combining observations into one

9:39 AM Data Cleaning Data management Data Processing
I´m working on a data which has registered repeated observations because there are some observations (individuals) that belong to more than ...
Calculating Standard Deviation with Rangestat

Calculating Standard Deviation with Rangestat

8:09 AM Data Cleaning Data management Data Processing
Hey all, I have the following problem. I would like to calculate rolling standard deviation of the past returns of the 36 months in a pane...
grc1leg; how to control legend text and marker size

grc1leg; how to control legend text and marker size

6:39 AM Data Cleaning Data management Data Processing
Dear listers I would like to use the grc1leg to produce a figure, housing multiple plots but with only one legend. the grc1leg (SCC) packag...
Legend for graphs with marker symbol invisible

Legend for graphs with marker symbol invisible

6:39 AM Data Cleaning Data management Data Processing
Hello, I am graphing a twoway dot, with two variables. I can´t seem to find a way to add a legend (it will display with no color) to the...
Quadratic assignment procedure: syntax for estimation command

Quadratic assignment procedure: syntax for estimation command

6:39 AM Data Cleaning Data management Data Processing
I am running a qap command (from SSC), using one half (upper triangle) of a square matrix with the structure N*N*T. N= 2,832 and T=10, hence...
Merge if

Merge if

6:39 AM Data Cleaning Data management Data Processing
Hello, Hi, I want to use merge, but the problem is that my using data set is an already appended data set, so it has a few duplicates in m...
Panel Data, one year dummy variable omitted because of collinearity

Panel Data, one year dummy variable omitted because of collinearity

5:09 AM Data Cleaning Data management Data Processing
Hi everybody, I'm using panel data to examine the effect of CEO age on tone and readability of annual reports for 5 years. I have used...
Getting p-values for variables

Getting p-values for variables

4:09 AM Data Cleaning Data management Data Processing
I am doing a logistic regression using three predictor variables: country, age group, and gender. Is it possible to get the p-value for each...
Multiple lineal regression / Dummy variable, interactions and confounding variables

Multiple lineal regression / Dummy variable, interactions and confounding variables

4:09 AM Data Cleaning Data management Data Processing
Hi. I apologize if this is no a question I should post here. I am trying to analyze the interaction and confusion between variables in orde...
country/regional fixed effects

country/regional fixed effects

3:39 AM Data Cleaning Data management Data Processing
Hi I have a question regarding country fixed effects. I am quite new to this subject, so apologies for the silly question! I have a model ...
How to export this table to excel from stata

How to export this table to excel from stata

1:39 AM Data Cleaning Data management Data Processing
sysuse auto tab foreign,sum(price) This code generates a table that I need to export to Excel. Can anyone help? Please, its urgent
Data Categorization txt file

Data Categorization txt file

1:39 AM Data Cleaning Data management Data Processing
Dear All I have daily share price data in a txt file. The issue is to split the variables into different columns. Variables are Date Sym...
Odds ratio and Con

Odds ratio and Con

12:09 AM Data Cleaning Data management Data Processing
Hi all, I have a three-part question from a logistic regression. In the case of this study, I have three categorical predictors: gender (M/...
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Latest Articles

Categories

  • CouchDb Skills
  • Data Analysis
  • Data Cleaning
  • Data management
  • Data Processing
  • Research Methodology

Popular Articles

  • How to drop random years from panel data?
    I have a panel data set, consisting of 125 countries, 36 years. I want to run an IV regression multible times and randomly drop 5 (of the 36...
  • Saving pointer matrixes using -mata matsave-
    I am relatively new to the use of pointers in Mata and have thusfar been impressed with their utility. Specific to this query, I have been...
  • instrumenting a binary endogenous regressor
    Hello, I am trying to run a model with a binary endogenous regressor. I am still learning econometrics so I am sorry if this may be a trivi...
  • "tsegen" by group
    Hi, I would like to calculate the moving average of _b_LogSize _b_LogBM _b_MOM12 _b_cons by months of the year over the last 10 years. For...
  • Fixed Effects for a Panel at a Coarser Level
    Hello, I want to include some fixed effects in my model that I believe are difficult to include so any advice on how exactly this can be d...
  • RDD rdrobust problem
    Dear all, I am researching the effect of grade retention on exam results (which can vary from 0 to 20) and I am using a RDD to research th...
  • Growth model - No convergence
    I would like to develop a latent growth model (LGM) with Stata. The point is to illustrate estimated effects of predictors by using Stata...
  • Nvidia Organizational Structure: functional and hybrid
    Nvidia is 7th largest company in the world with a market cap of USD 1 trillion. Due to the size and scope of its operations, it is difficult...
  • Getting values from second to last loop of a -while- loop
    Hi fellow Statalisters, I am using a -while- loop for a particular application, where I need to retrieve a particular value from the secon...
  • Using weights with xtheckman | xtheckman's fixed effects equivalent
    Hi, I am using six waves of the PSID to estimate several determinants (particularly wealth) of the wage equation and the selection equatio...

Recomended Articles

Powered by Blogger.

About Me

Mtenga Baltazar
View my complete profile

Blog Archive

  • ►  2024 (6)
    • ►  February (6)
  • ►  2023 (877)
    • ►  November (1)
    • ►  October (9)
    • ►  September (14)
    • ►  July (9)
    • ►  June (15)
    • ►  May (133)
    • ►  April (174)
    • ►  March (176)
    • ►  February (157)
    • ►  January (189)
  • ►  2022 (2201)
    • ►  December (181)
    • ►  November (180)
    • ►  October (198)
    • ►  September (182)
    • ►  August (182)
    • ►  July (194)
    • ►  June (174)
    • ►  May (167)
    • ►  April (181)
    • ►  March (186)
    • ►  February (170)
    • ►  January (206)
  • ►  2021 (7379)
    • ►  December (327)
    • ►  November (645)
    • ►  October (646)
    • ►  September (639)
    • ►  August (557)
    • ►  July (649)
    • ►  June (656)
    • ►  May (697)
    • ►  April (683)
    • ►  March (697)
    • ►  February (518)
    • ►  January (665)
  • ▼  2020 (7956)
    • ►  December (653)
    • ►  November (659)
    • ►  October (598)
    • ►  September (654)
    • ►  August (660)
    • ►  July (682)
    • ►  June (683)
    • ►  May (708)
    • ►  April (692)
    • ►  March (698)
    • ►  February (638)
    • ▼  January (631)
      • Is ROC curve for 3x3 table possible?
      • inquire foreach list
      • How to split?
      • inquire about capture command
      • Gravity Model: reverse causality LEAD variable
      • Interpreting coefficients of a three-level mixed m...
      • Text analysis - find frequency of several keywords...
      • Splitting a string variable in to two parts
      • How to reshape
      • predict after xtreg, fe
      • Exporting a cross table using three string variabl...
      • Stata MP in Microsoft Terminal Server Environment
      • Coefplot how to change bar colors?
      • Mediation Analysis in Difference-in-Differences (DiD)
      • Create beeswarm and beanplot
      • Mata implementation of a fast (k) nearest neighbou...
      • Creating a sum variable of the prior 12 months
      • Manipulating forest plot
      • SAMPLE SIZE CALCULATION FOR PANEL DATA/ USE OF Sta...
      • How to filter out string observations with common ...
      • Destring with many decimal issue
      • SEM model group analysis not concave
      • Dummy variable for neonatal Mortality, Infant mort...
      • -margins- after -xtlogit,fe-
      • Loop over multiple arrays via foreach
      • ICD 10 to ICD-9 mapping using GEMs
      • Logit Regression Model / Plotting Interactions
      • Looping over correlation function
      • Coefplot: reduce spacing on y-axis
      • Getting an error from putexcel set ..., open
      • coefplot chang bar color?
      • How to generate predicted wage (gap) with margins ...
      • Interpreting Xtabond2 Coefficients & Coefficient I...
      • How to look at regression between score bands
      • bayesgraphs diagnostics in Item Response Model
      • coefplot graph, symmetry between dots
      • Help with counts
      • How drop some elements from a macro list of files
      • Textbox position in bar graphs
      • How check if value in one variable is equal to any...
      • How to rescale A variable by range
      • Textbox position in bar graphs
      • Counting the number of ID type for each country in...
      • extract year
      • clustering and concentration Stata code
      • Foreach Loop to Rename Variable
      • Local and global macro are not capturing variables...
      • Nested Variables in glm
      • How to calculate ten-year moving average of variab...
      • Studentized / Standardized Residuals
      • TABSTAT: How to group my summary statistics?
      • Troubleshooting - Temp file does not find a variable
      • npregress kernel regression using panel data
      • Best practice when using 'format' while maintainin...
      • Coefs. not Signif. but Improving Moment Conditions...
      • Working on Nested Loop
      • Combining observations into one
      • Calculating Standard Deviation with Rangestat
      • grc1leg; how to control legend text and marker size
      • Legend for graphs with marker symbol invisible
      • Quadratic assignment procedure: syntax for estimat...
      • Merge if
      • Panel Data, one year dummy variable omitted becaus...
      • Getting p-values for variables
      • Multiple lineal regression / Dummy variable, inter...
      • country/regional fixed effects
      • How to export this table to excel from stata
      • Data Categorization txt file
      • Odds ratio and Con
      • Tabulate Command
      • Creating Tables by Loops
      • Panel VAR Diagnostics / Assumptions.
      • keeping soundex started with a specific letter
      • "Subtracting" one string variable from another str...
      • is it possible to create a new variable with other...
      • Marginal effects of interaction between continuous...
      • Merge: variable does not uniquely identify observa...
      • Generating measures of repeat collaboration betwee...
      • psmatch2
      • Graphic Processing Units and Time Series Analysis
      • computed and store chi2
      • Estimating part-worth utilities in STATA
      • Convert spell into panel data
      • Interpretation of the magnitude of regression coef...
      • Cumulative return calculation
      • coefplot errors
      • three dimension panel data
      • Coding a variable according to the substring of ma...
      • Changing structure of Data set
      • What is the base category when two variables will ...
      • Is beta regression model best for panel data type ...
      • Checking merges over a very large number of files
      • endogeneity
      • one sided test of proportions using svy
      • How to construct a new variable by singling out on...
      • Foreach loop
      • Statistical significance between two discrete vari...
      • Needed new variable which should list duplicates w...
      • Change every observations for an ID conditioning o...
      • multiple plots after margins
  • ►  2019 (9458)
    • ►  December (601)
    • ►  November (643)
    • ►  October (650)
    • ►  September (637)
    • ►  August (645)
    • ►  July (681)
    • ►  June (654)
    • ►  May (1034)
    • ►  April (1079)
    • ►  March (1122)
    • ►  February (876)
    • ►  January (836)
  • ►  2018 (931)
    • ►  December (692)
    • ►  November (239)

© BJ Data Tech Solution | Theme by Rifki.id | Premium Blogger Templates | PBT | Powered by Blogger |-| About | Privacy Policy | Sitemap | Contact | Disclaimer