- 29
- 340 768
FHSSResearchSupport
เข้าร่วมเมื่อ 4 พ.ย. 2011
วีดีโอ
Creation and Deletion
มุมมอง 3.1K8 ปีที่แล้ว
Different ways to create and delete data in Stata. Commands used: encode, generate, egen, recode, drop.
Names and Labels
มุมมอง 3.5K8 ปีที่แล้ว
Naming and labeling variables in Stata. Commands used: rename, label variable, label define, label values.
Merge
มุมมอง 2K8 ปีที่แล้ว
Combining and subsetting data sets using the merge command. Commands used: merge, preserve, restore.
Reshape
มุมมอง 5K8 ปีที่แล้ว
Reshaping data sets from wide to long and from long to wide in Stata. Commands used: reshape long, reshape wide, list, order.
Duplicates
มุมมอง 6K8 ปีที่แล้ว
How to deal with duplicates in Stata. Commands used: duplicates report, duplicates list, duplicates drop.
Append
มุมมอง 2.5K8 ปีที่แล้ว
How to combine and subset data sets using the append command. Commands used: append, preserve, restore.
Descriptive Statistics in Stata
มุมมอง 47K9 ปีที่แล้ว
Commands used: sum, mean, tab, fre, hist, scatter.
Dummy Variables using the gen command in Stata
มุมมอง 164K9 ปีที่แล้ว
Dummy Variables using the gen command in Stata
Looking at Descriptive Statistics in SPSS
มุมมอง 28411 ปีที่แล้ว
Looking at Descriptive Statistics in SPSS
Reading different file types into SPSS
มุมมอง 2.7K11 ปีที่แล้ว
Reading different file types into SPSS
After watching and attempting to follow three other videos (and failing to import the data successfully), this was the video that saved the day. Thank you so much!
Thanks for your help, can I get free SPSS for MacBook pls?
very good informative video, thank you
صظغىببتتةةعغافلببررؤؤيصصسسءءءرببببﻻﻻىﻻﻻﻻﻻءء٣٧٨٨٧٧٨٧٦زةزتزتنزوغ ةىاااللازﻻزيبفاوااغوروللل وولولوﻻ ل ووبﻻوووﻻلوورلﻻوملفوﻻمملوﻻوﻻنرنبنبولواوتىولنلواواغولوواولوبلواوبوﻻوبوب
hello, I am using a really large dataset with over 5000 variables but I only need like 30 of them for my analysis. How can I only keep this thirty or clone them in case I need one of the 5000 in a later case? Can anybody provide ma a good answer?
You can use "keep"
Sound very weak please.
Super low volume, super small font..
how do i get the mean and sd of two variables in state?
Thank you so much for that 1 and 17 example! I've looked at tons of videos and this was the only video that had what I needed!!!
Really helpful video! Thank you so much, solved my problem perfectly.
Thank you very much, Sir! This is beyond clear and straightforward and helpful. God bless your heart for saving lost souls.
Awesome! Helped me a lot - thank you!
What if the variable that determines my dummy is a string? For example: gen variable = (alternative==B)
Hi, i cannot figure out syntax, can any one please type it for better understanding, thanks
If I have multiple countries and I want descriptive statistics for each separately how would I do that
encode country, gen(country_enc) by country_enc, sort : summarize (your list of variables)
This is not helpful
thanks this was very helpful
Very helpful! lol, I think you can determine if it's male or female by the name. The 1 should have been male and the 2 should be female.
Thank mate, it was really helpful.
Nice useful tutorial, thank you
Thank you
Informative.
eve if i cant understand english very well, i can understand you :D , ty
Hi, and thank you for a instructive and clear tutorial. I wonder if you could say something about transforming string variables from SPSS to M+? I have longitudinal data which are written in date and year of measurement. My question is: what is the best way to convert them?
TOO LOUD
Mind blowing, superb, stunning!!!
Hi, what's the difference between "insheet using" and "import delimited"? Thanks.
gen id=_n way hotter than drag n' crop copy in excel before import.
Thanks, fellow nerd.
Thanks!!!
Hi Is it possible to delete certain countries i.e. observations? I tried to use the drop if to remove unwanted countries but it has not worked out.
Thanks!! Very helpful! :)
cant hear you unfortunately
I am doing a qualtrics, i put display logic on various questions. I dit it right, but in the previous survey the questions do not even show up. Does that make sense ?
very helpful
Fonts too small
the video is good, however the sound is not loud
Thanks!!
That's a great video, thank you
Helpful video, Thanks!
reshape commend is very awesome!! compared to reshape2 function in R, I think reshape command is better than it because stata can reshape a data set having 2 more panel variables(changing depending on id and time) more easily than R
Can you branch based on all potential options? So the go to a different block if they answer yes, no, or maybe?
+gplus46 Yes you can do this, but it sounds like you are talking about Skip logic. Display logic is best for skipping a question or two, whereas Skip logic is great for skipping multiple questions, or going to various locations. Display logic is in a sense saying, Display this question (or block if you use it in the survey flow) if the following statement is true. The best solution for your question could be to use skip logic on a question to go to the end of the block, then use display logic in the survey flow to display specific blocks based on their answers. Does that help?
FHSSResearchSupport thanks. It helps me understand display logic. But I was trying to do branch logic, which I figured.
+gplus46 Branch logic is just display logic for blocks. They act very similarly. I'm glad you go it figured out. If there's anything else, please let us know!
Thanks for uploading! This is my third time watching this video...I just cannot remember all of these procedures.