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 it correct to interpret the sign of statistically non-signifcant coefficient?

Is it correct to interpret the sign of statistically non-signifcant coefficient?

Monday, May 31, 2021 Data Cleaning Data management Data Processing
Dear Members This question turns to be somewhat foolish or trivial for many in this forum, but I think a clear cut answer if it all possib...
Bar graph of proportion over the years

Bar graph of proportion over the years

11:25 PM Data Cleaning Data management Data Processing
I have two questions to clarify. First question is how to show the proportion using graph bar, if the only commands available are mean med...
skewed-Normal GARCH Estimation Using ml command.

skewed-Normal GARCH Estimation Using ml command.

8:25 PM Data Cleaning Data management Data Processing
Dear Statalist, I'm trying to generate conditional skewness and kurtosis by using Gram-Charlier Expansion Series. Essentially, I'm...
Split a string variable into character and numeric parts

Split a string variable into character and numeric parts

7:25 PM Data Cleaning Data management Data Processing
Hi, I have a string variable (profile) in my dataset which includes prefixes of H, W, B and the suffix numbers ranging from 1 to 1000 (H1, ...
Change reference category of dependent variable

Change reference category of dependent variable

7:25 PM Data Cleaning Data management Data Processing
Hi, I am running the following code mlogit cq25 i.group [pweight = cq25pp], rrr The dependent variable has three levels. It all works ...
How to identify oldest children with highest education?

How to identify oldest children with highest education?

6:25 PM Data Cleaning Data management Data Processing
Dear all, I have a household data and I want to generate a variable indicating year of birth of a child with the highest educational level...
Identifying partial name overlap in string variables

Identifying partial name overlap in string variables

4:25 PM Data Cleaning Data management Data Processing
Hi. I have two datasets with the variable “Product”, the name of different pharma drugs. I am trying to merge the two datasets by name. Howe...
Graphing a multilevel model with interaction effect

Graphing a multilevel model with interaction effect

4:25 PM Data Cleaning Data management Data Processing
Hi all! I'm looking for suggestions on how to graph a multilevel model I'm working on. I'm working with some covariates whic...
Using the new table collect row percentages for multiple factor variables

Using the new table collect row percentages for multiple factor variables

3:25 PM Data Cleaning Data management Data Processing
Hi all, I recently attended the webinar on customizable tables in Stata 17. One of the sample tables used in the webinar, as shown below i...
average log size in panel data

average log size in panel data

3:25 PM Data Cleaning Data management Data Processing
Hello, I have a random effects model with clustered errors and I would like to add the log size to the model. When I generate the log and ...
Dropping string observations starting with a number

Dropping string observations starting with a number

1:25 PM Data Cleaning Data management Data Processing
Hi. I have the following data and want to delete all observations where the Product starts with a number. The Product variable is a string v...
I got different result from xtreg and eventdd

I got different result from xtreg and eventdd

12:25 PM Data Cleaning Data management Data Processing
Hello, I have unbalanced panel data, the DV is shortage, and the Independent variable civica_status that takes 0 before the event and 1 aft...
Using omega squared after regression

Using omega squared after regression

10:25 AM Data Cleaning Data management Data Processing
Dear Forum, Can I use omega squared after regression to determine effect size if my independent variables of interest are quantitative? Th...
Regression insignificant after adding industry fixed effects

Regression insignificant after adding industry fixed effects

10:25 AM Data Cleaning Data management Data Processing
Hello, I am new to this forum and i am currently writing a MSc thesis for finance. I am researching the effect of CEO overconfidence on t...
How to convert date variable to year group?

How to convert date variable to year group?

9:25 AM Data Cleaning Data management Data Processing
I am given a list of date variables in dd/mm/yy and I would like to sort the variables out in the form of grouping them together by the spec...
Need help with constraint dropped when testing for equality coefficients and joint significance of two variables

Need help with constraint dropped when testing for equality coefficients and joint significance of two variables

8:25 AM Data Cleaning Data management Data Processing
Hi all, Currently, I'm doing a multiple regression, with the totalcases as the dependent variable, while other 6 variables ( border, ...
Reshaping and keeping labels

Reshaping and keeping labels

8:25 AM Data Cleaning Data management Data Processing
Hello! As context, I'm estimating several regressions with around 900 parameters. I need to save around 400 of them (the ones that are ...
Help needed Pearsons R table for Categorical Independent variables

Help needed Pearsons R table for Categorical Independent variables

8:25 AM Data Cleaning Data management Data Processing
Hi All, I am trying to create a Pearson's correlation table in Stata. The experiment looks at Independent variable (respondents being...
Line graph (mean) with panel data

Line graph (mean) with panel data

7:25 AM Data Cleaning Data management Data Processing
Hey Stata community, I tried to plot something using a panel data set and the " line " command (sales over time from 20 differe...
Non-parametric correlation test between dichotomous variable and continuous one

Non-parametric correlation test between dichotomous variable and continuous one

5:25 AM Data Cleaning Data management Data Processing
Dear Statalist. I have a small sample of countries. I have two variables, X which is a continuous variable, and Y which is a dichotomous o...
How to create a variable from values of other members of a group?

How to create a variable from values of other members of a group?

3:25 AM Data Cleaning Data management Data Processing
Dear all, I am analysing an unbalanced panel dataset that is similar to the following example: Code: * Example generated by -dataex-. ...
predicted probability meaning

predicted probability meaning

2:25 AM Data Cleaning Data management Data Processing
Hi All, I appologies for asking this very basic question. Part of my PhD research, I have calculated the predicted probabilities by callin...
Kakwani index Standard errors

Kakwani index Standard errors

1:25 AM Data Cleaning Data management Data Processing
Hi, I want to know how to obtain Kakwani index Standard errors, where Kakwani index is the concentration of health care payments minus the...
Reshaping from wide to long and keeping the label

Reshaping from wide to long and keeping the label

1:25 AM Data Cleaning Data management Data Processing
Hello everyone, I want to reshape my dataset from wide to long format and keep the label information as a new variable. This is what my ...
ITSA command - stationarity

ITSA command - stationarity

Sunday, May 30, 2021 Data Cleaning Data management Data Processing
Hello all, I am using the -itsa- command for a time series regression with covariates. My time series are a mixture of I(0) and I(1), i.e....
Time invariant variables in hybrid model

Time invariant variables in hybrid model

11:25 PM Data Cleaning Data management Data Processing
Dear all, I am studying on the determinants of labour productivity and I am using the hybrid model. First of all, I chose growth rate of...
Renaming every 3 variable

Renaming every 3 variable

10:25 PM Data Cleaning Data management Data Processing
Hi, I am trying to rename every three variable in my dataset such that the first three variable X1 X2 X3 read HH-W-X1 HH-B-X2 HH-H-X3. Also...
Creating an IF or Conditional command

Creating an IF or Conditional command

10:25 PM Data Cleaning Data management Data Processing
Hi All, It is my first time in this forum and I'm hoping you will be able to assist me. My study is on Adolescence Obesity and I hav...
Lee bounds with multiple treatment group

Lee bounds with multiple treatment group

6:25 PM Data Cleaning Data management Data Processing
Hi, I'm working with a dataset with high attrition rate and am considering using Lee bounds to estimate the treatment effect. Below is...
Merge Panel Data with multiple same year dataset

Merge Panel Data with multiple same year dataset

3:25 PM Data Cleaning Data management Data Processing
Hi All, I am trying to merge two datasets. One is a firm ID -year (panel master data). The other dataset (hereafter ECHO dataset) is from ...
Interpretation of a linear (percentage) - log regression model

Interpretation of a linear (percentage) - log regression model

1:25 PM Data Cleaning Data management Data Processing
To provide context, I am running a fixed effects regression model, assessing the relationship between the percent an organization spends on ...
Problem with Survey data analysis, non-response, selection bias, use of paradata

Problem with Survey data analysis, non-response, selection bias, use of paradata

1:25 PM Data Cleaning Data management Data Processing
Hi Statalisters, Greetings from Inddi I am analysing a survey data and I am relatively new to this commonly used study design. I am seekin...
Cross section Panel data for exam - elections across 23 countries

Cross section Panel data for exam - elections across 23 countries

12:25 PM Data Cleaning Data management Data Processing
Hi all. I appear to be in deep, so hoping anyone can help. Im doing an exam in quantative methods. For this exam I want to study the effec...
Assigning Values of Variable for All Panels

Assigning Values of Variable for All Panels

11:25 AM Data Cleaning Data management Data Processing
Hi all, I have tried finding a post already discussing this issue but have not found any; apologies in advance if one exists Here is my ...
Putexcel with row and column name labels

Putexcel with row and column name labels

11:25 AM Data Cleaning Data management Data Processing
I am trying to export tables from stata to word using putexcel, where the row and column variables have value labels. However, after using t...
"No observations" problem

"No observations" problem

11:25 AM Data Cleaning Data management Data Processing
Hello, I have a problem when generating new variables out of existing one. I have a variable "pclass" having 1310 observations w...
analyzes of companies accounts

analyzes of companies accounts

8:25 AM Data Cleaning Data management Data Processing
I am trying to make an analysis of all danish companies accounting for some years. Do any one have made and publish a accounting analysis fo...
Defining varlists for temporary variables

Defining varlists for temporary variables

8:25 AM Data Cleaning Data management Data Processing
I'm stumped on how to create a varlist vt that contains the temporary variables Code: `_ty1' `_ty2' `_ty3' that are defi...
ivreghdfe runs a long time after convergence

ivreghdfe runs a long time after convergence

7:25 AM Data Cleaning Data management Data Processing
Hello everyone. I am performing an IV-Regression with multiple fixed effects. My dataset contains about 20 million observations, with a si...
Power calculation Cox regression one cohort multiple vars

Power calculation Cox regression one cohort multiple vars

7:25 AM Data Cleaning Data management Data Processing
Hi there! I am doing a cohort study (1 group) with cancer patients for which I made a Cox model with 6 significant predictor variables (a ...
Variable gets omitted

Variable gets omitted

6:25 AM Data Cleaning Data management Data Processing
Dear Forum, I have the following command: Code: reg birthrate ibn.incomegroup, noconstant Now I want to add an interaction to the reg...
identifying the predictors of Cataract progressions

identifying the predictors of Cataract progressions

5:26 AM Data Cleaning Data management Data Processing
Dear Researchers, I have asked this question before, but it seems that I didn’t get the answer so far, and this is because the way that I ...
Drop embedded observations

Drop embedded observations

4:25 AM Data Cleaning Data management Data Processing
Hello, I have a household panel dataset with some observations being fully captured by other observations. Households can split off over ti...
Clarification on merge command

Clarification on merge command

3:25 AM Data Cleaning Data management Data Processing
I am trying to merge two dataset- one dta file consist of 8576 unique observation and another dta file consist of 1187 unique id and 1220 ob...
How to analyze data for repeated measures?

How to analyze data for repeated measures?

3:25 AM Data Cleaning Data management Data Processing
Hi everyone Could you please share your recommendations, regarding the questions at the end of this post? Research objectives: 1. What i...
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)
      • Is it correct to interpret the sign of statistical...
      • Bar graph of proportion over the years
      • skewed-Normal GARCH Estimation Using ml command.
      • Split a string variable into character and numeric...
      • Change reference category of dependent variable
      • How to identify oldest children with highest educa...
      • Identifying partial name overlap in string variables
      • Graphing a multilevel model with interaction effect
      • Using the new table collect row percentages for mu...
      • average log size in panel data
      • Dropping string observations starting with a number
      • I got different result from xtreg and eventdd
      • Using omega squared after regression
      • Regression insignificant after adding industry fix...
      • How to convert date variable to year group?
      • Need help with constraint dropped when testing for...
      • Reshaping and keeping labels
      • Help needed Pearsons R table for Categorical Indep...
      • Line graph (mean) with panel data
      • Non-parametric correlation test between dichotomou...
      • How to create a variable from values of other memb...
      • predicted probability meaning
      • Kakwani index Standard errors
      • Reshaping from wide to long and keeping the label
      • ITSA command - stationarity
      • Time invariant variables in hybrid model
      • Renaming every 3 variable
      • Creating an IF or Conditional command
      • Lee bounds with multiple treatment group
      • Merge Panel Data with multiple same year dataset
      • Interpretation of a linear (percentage) - log regr...
      • Problem with Survey data analysis, non-response, s...
      • Cross section Panel data for exam - elections acro...
      • Assigning Values of Variable for All Panels
      • Putexcel with row and column name labels
      • "No observations" problem
      • analyzes of companies accounts
      • Defining varlists for temporary variables
      • ivreghdfe runs a long time after convergence
      • Power calculation Cox regression one cohort multip...
      • Variable gets omitted
      • identifying the predictors of Cataract progressions
      • Drop embedded observations
      • Clarification on merge command
      • How to analyze data for repeated measures?
      • Creating a bar chart for a multivariate analysis
      • create table from var values
      • Ordered logistic regression to identify the predic...
      • Reporting summary statistics for time variable (e....
      • How do I detect if I have problem with my degree o...
      • Calculate the age when the grant was received from...
      • Markov switching for panel data
      • When to use Tobit regression?
      • How to add title to xline
      • multilevel/ cross classified model question
      • Problem with legend in plot with combined subgraphs
      • Help Plotting Confidence Interval
      • Estimating the indirect effect
      • Problem with value labels
      • Stata calculating biased coefficient?
      • Converting *.mo file to a text file
      • Change the visualization of the data on the axes
      • Change the display number on the axes
      • asdoc sum - does not allow analytical weights
      • Significance
      • analyze the explanation of each X and the interact...
      • quick question about dividing the variable on the ...
      • Generalized Difference-in-Differences
      • keep common household information only in the firs...
      • Baseline covariates interacted with years in a two...
      • Tabulating joint frequencies of M>=2 discrete outc...
      • Adding Confidence Intervals to Scatter
      • Generating Variable Based on Multiple Conditions
      • Twoway Line Chart for Regression Dummy Coefficients
      • Rdplot confidence interval not showing
      • interpolate between two year dates using expand
      • Random sample panel data
      • sum of the coming 5 years of a variable
      • "Dummy Variable in Regression"
      • dyndoc with table, statistic() error
      • Mean of frequency from tab
      • Removing Outliers Survey in Stata (For variables t...
      • desperately in need of helping with exporting sum ...
      • moderation with quantile regression
      • Clogit with Additional Dummy Variables
      • difference in difference with cem matching and clu...
      • Problem regarding the creation of an independent v...
      • Invalid name error when using count and putexcel
      • Changing titles on side-by-side bar graphs
      • Using -expand- to duplicate multiple rows
      • Calculating CIs after mixed-effects poisson
      • Collapse function, error - variable not found + er...
      • lincom command with same variable after sureg
      • Aalen Johansen estimates of the cumulative inciden...
      • Generate a relative variable
      • sample size calculation
      • suest, mysuest, and multiple imputations...
      • constructing a vector of variables in order to mak...
      • freduse error
      • Inputting value of previous rows
    • ►  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)
  • ►  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