I've been using Stata 17 for my research and after analyzing and cleaning I need to use R for a specific reason but when I'm using the following command to read the data , it drops a huge chunk of observations without following any pattern. Can anyone tell me is it the problem of stata 17 or there is any fault in my way coding to read the data in R ?
This is the following method of code I'm using to read the data created from stata 17 in R :
#
library(tidyverse)
library(readstata13)
dat <- as_tibble(read.dta13("edited treat.dta"))
#
Any kind advice would be much appreciated
Related Posts with Dropping a huge chunk of observation after making R read the data created from Stata 17
How to perform row arithmetic operation within variableshttps://drive.google.com/file/d/1I6A...w?usp=drivesdk I want to perform a row operation ( a proporti…
Can we apply different estimation techniques in a single paper?In a research paper, if we use, for example, the ZINB model for our main analysis (main table). Can …
kfoldclassHi Trying to do this . kfoldclass cfvr age i.hypertens i.rygning puls_base bt_dia_base, model(logit…
rdbwselect: Question about the command of "fuzzy"I am using optimal bandwidth selection using STATA command rdbwselect. I am using the following comm…
Panel data with only Year Fixed EffectsHi, I am new to Stata and have a question about how to construct a panel data regression when I onl…
Subscribe to:
Post Comments (Atom)
0 Response to Dropping a huge chunk of observation after making R read the data created from Stata 17
Post a Comment