Jason Burns
Jason Burns
  • 58
  • 134 274

วีดีโอ

Large Scale National and International Data in Educational Research
มุมมอง 432 ปีที่แล้ว
Facilitated by Dr. Rong Chen
Developing a Research Topic
มุมมอง 452 ปีที่แล้ว
Facilitated by Dr. Christopher Tienken
Designing Quantitative Research for Causal Claims
มุมมอง 842 ปีที่แล้ว
Facilitated by Dr. Paul Garton
Introduction to Factor Analysis
มุมมอง 2522 ปีที่แล้ว
Facilitated by Dr. Manuel Gonzalez
Beyond Interviews: Drawing on a Range of Qualitative Data and Methods
มุมมอง 1632 ปีที่แล้ว
Facilitated by Dr. Katie Smith
Triangulation in Qualitative Research
มุมมอง 1.9K2 ปีที่แล้ว
Facilitated by Dr. David Reid
Developing High Quality Survey Items
มุมมอง 332 ปีที่แล้ว
Facilitated by Dr. Jason Burns
Using Stata Running ANOVA (Analysis of Variance)
มุมมอง 2.6K2 ปีที่แล้ว
Using Stata Running ANOVA (Analysis of Variance)
Using Stata Creating a Table of Conditional Means
มุมมอง 3.8K2 ปีที่แล้ว
Using Stata Creating a Table of Conditional Means
Using Stata Creating a Table of Descriptive Statistics
มุมมอง 35K2 ปีที่แล้ว
Using Stata Creating a Table of Descriptive Statistics
Using Stata Simple Regression With Continuous Outcomes
มุมมอง 3982 ปีที่แล้ว
Using Stata Simple Regression With Continuous Outcomes
Using Stata Creating Bar Graphs
มุมมอง 4.5K2 ปีที่แล้ว
Using Stata Creating Bar Graphs
Using Stata Visualizing Distributions with Histograms and Density Plots
มุมมอง 3.9K2 ปีที่แล้ว
Using Stata Visualizing Distributions with Histograms and Density Plots
Using Stata Simple and Multiple Regression For Continuous Outcomes
มุมมอง 5812 ปีที่แล้ว
Using Stata Simple and Multiple Regression For Continuous Outcomes
Using Stata Calculating A Correlation Coefficient
มุมมอง 2.5K3 ปีที่แล้ว
Using Stata Calculating A Correlation Coefficient
Using Stata Constructing a Confidence Interval
มุมมอง 4.9K3 ปีที่แล้ว
Using Stata Constructing a Confidence Interval
Using Stata Dependent Sample Ttest
มุมมอง 3453 ปีที่แล้ว
Using Stata Dependent Sample Ttest
Using Stata Independent Samples Ttest
มุมมอง 3453 ปีที่แล้ว
Using Stata Independent Samples Ttest
Using Stata Visualizing Correlation With a Scatterplot
มุมมอง 4.4K3 ปีที่แล้ว
Using Stata Visualizing Correlation With a Scatterplot
Using Stata Visualizing Dependent Samples Ttest
มุมมอง 1273 ปีที่แล้ว
Using Stata Visualizing Dependent Samples Ttest
Using Stata Visualizing Independent Samples Ttest
มุมมอง 4063 ปีที่แล้ว
Using Stata Visualizing Independent Samples Ttest
Using Stata Chi Square Test of Independence
มุมมอง 1.8K3 ปีที่แล้ว
Using Stata Chi Square Test of Independence
Selecting and Implementing a Regression Model
มุมมอง 733 ปีที่แล้ว
Selecting and Implementing a Regression Model
Developing a Coding Scheme Using Theory
มุมมอง 4423 ปีที่แล้ว
Developing a Coding Scheme Using Theory
Cleaning and Merging Quantitative Data
มุมมอง 573 ปีที่แล้ว
Cleaning and Merging Quantitative Data
Interview Protocols and Interviewing
มุมมอง 1323 ปีที่แล้ว
Interview Protocols and Interviewing
Using Stata Destringing a Variable To Prepare For Analysis
มุมมอง 2803 ปีที่แล้ว
Using Stata Destringing a Variable To Prepare For Analysis
Using Stata Computing Standardized or Z Scores
มุมมอง 4.3K3 ปีที่แล้ว
Using Stata Computing Standardized or Z Scores
Using Stata Creating New Variables
มุมมอง 7193 ปีที่แล้ว
Using Stata Creating New Variables

ความคิดเห็น

  • @ProudPinoy_101
    @ProudPinoy_101 3 วันที่ผ่านมา

    can u automate contact list in qualtrics?

    • @jasonburns2579
      @jasonburns2579 3 วันที่ผ่านมา

      It is possible to add to a contact list by using actions if that is what you are thinking

  • @yb6139
    @yb6139 3 หลายเดือนก่อน

    What if I only want to run the t test on 100 of the respondents?

  • @sanjanalogy
    @sanjanalogy 4 หลายเดือนก่อน

    Thank you!!

  • @muhannadalshammari1260
    @muhannadalshammari1260 7 หลายเดือนก่อน

    thank you.

  • @RosatiSamuel
    @RosatiSamuel 7 หลายเดือนก่อน

    Say I have a variable age grouped into three or four levels 0-25 years e.t.c and I want to get the mean and standard deviation age of each group. How do I go about that?

    • @jasonburns2579
      @jasonburns2579 7 หลายเดือนก่อน

      Great question! To do that you can use what Stata calls "factor notation." This means that you tell Stata that a given variable is categorical. To do that, use the prefix "i." before a variable. Say that your variable is called "age." You would enter "i.age" in the command and it will then create a separate line in the table for each category. This video walks gives an example starting at around the 6:00 mark.

    • @RosatiSamuel
      @RosatiSamuel 7 หลายเดือนก่อน

      @@jasonburns2579 Great. At that point in the clip, we get proportions in decimal places. Could I use that for mean in representing Table 1 of summary statistics say for a numerical variable coded with levels like age or BMI?

    • @jasonburns2579
      @jasonburns2579 7 หลายเดือนก่อน

      @@RosatiSamuel For that you would want to create a crosstabluation or two-way table. The idea with that is you declare your categorical variable as the row variable and then specify which descriptive statistics you want in each row. A simple way to do that would be to use the command "tabstat BMI, by(age)" You can customize it more using the table and tabulate commands. I have a video on crosstabs you may find helpful in this scenario.

    • @RosatiSamuel
      @RosatiSamuel 7 หลายเดือนก่อน

      @@jasonburns2579 Thanks alot.

  • @13Olish
    @13Olish 7 หลายเดือนก่อน

    Thank you Jason!

  • @sethswingle6464
    @sethswingle6464 7 หลายเดือนก่อน

    Great video, thanks alot!

  • @MariNutri_
    @MariNutri_ 9 หลายเดือนก่อน

    tks for sharing Jason. I use your video to help me with master degree analytics

  • @mariacastiglione4480
    @mariacastiglione4480 11 หลายเดือนก่อน

    how do you get a percentage

    • @HaciendoLQMDLG
      @HaciendoLQMDLG 10 หลายเดือนก่อน

      you can use the command "tab1 [varlist]" to generate a frequency distribution table

  • @kebedetaye-o7j
    @kebedetaye-o7j ปีที่แล้ว

    I am student please reales as free the data of stata

    • @jasonburns2579
      @jasonburns2579 ปีที่แล้ว

      You can download a copy of the data from my website at www.jasonburnsphd.com/new-jersey-school-performance-data but you will need your own copy of Stata

  • @ogongare
    @ogongare ปีที่แล้ว

    Thanks a million, Jason!!! This video was made for me 2 years ago, haha

  • @Alex-kc9cu
    @Alex-kc9cu ปีที่แล้ว

    big up

  • @moloyknight
    @moloyknight ปีที่แล้ว

    Is anything wrong with your vocal cord? Why are you talking like Kim Kardashian?

  • @whythis1365
    @whythis1365 ปีที่แล้ว

    How do you determine where the difference is coming from? I mean what is the post hoc for this?

    • @jasonburns2579
      @jasonburns2579 ปีที่แล้ว

      A limitation of a chi-square test is that it does not reveal whether, or which, specific value of either variable is driving the result. Looking at the descriptives could give you some insight about where differences are greater, but can't be used to draw any conclusions about what drives the p-value/difference. If you have a strong (theoretical) reason to hypothesize that specific values/groups are important then other tests could be used. For instance, one may not really be interested in counties, but just the difference between traditional public schools and charter schools. In that case, one could create some new variables that group all public schools together and all the charter schools together and then calculate the proportion of schools from each group that are high, medium, and low poverty, which would allow one to run 3 t-tests (using charter/tps as the independent variable in all three and then using proportion low poverty, proportion, medium poverty, and proportion high poverty as the dependent variables) to investigate whether charter/tps schools are more/less/equally likely to be low, medium, or high poverty.

  • @mbout3456
    @mbout3456 2 ปีที่แล้ว

    Hello Jason, Thank you for the video. What does the standard deviation mean in your last table for the categorical vatiables? Thanks again.

    • @jasonburns2579
      @jasonburns2579 2 ปีที่แล้ว

      Hi and great question! When specifying a variable as an indicator (using "i."), in the backgroun Stata then treats each value of the variable as binary where 1 means that an observation is in that group and 0 means that it is not. That is then used to calculate proportions (in the mean column) and standard deviations. Hope this helps!

    • @mbout3456
      @mbout3456 ปีที่แล้ว

      @@jasonburns2579 thanks Jason, however I still don’t know how to interpret the standard deviation stats in this case.

    • @jasonburns2579
      @jasonburns2579 ปีที่แล้ว

      @@mbout3456 Ah ok. Here the standard deviations can be interpreted as a standard deviation for a proportion. The text here is unfortunately a but clunky but there are some good sources with more detail on this topic that can be found online

  • @BrianQuinal
    @BrianQuinal 2 ปีที่แล้ว

    Hi! Thank you so much for this. I'd love to know where you got your source for the 2 approaches of data source triangulation please.

  • @catologi
    @catologi 2 ปีที่แล้ว

    nice, Jason

  • @tadde948
    @tadde948 2 ปีที่แล้ว

    😌 𝘱𝘳𝘰𝘮𝘰𝘴𝘮

  • @pnotes9972
    @pnotes9972 2 ปีที่แล้ว

    i hope you don't dim the lights as you take a video :(( it's hard to see what you're doing. but still, informative video!

    • @jasonburns2579
      @jasonburns2579 2 ปีที่แล้ว

      Thanks for the feedback! I add this effect in post production to make it easier to follow the cursor, but I understand that this makes it harder to see other parts of the screen.

  • @birdsandbutterflies-uu5wf
    @birdsandbutterflies-uu5wf 2 ปีที่แล้ว

    How come I cant change the primary and secondary colour? :/ I'm really trying to change the colours/shades inbetween the questions, so there's a type of contrast/visual differentiation...

    • @jasonburns2579
      @jasonburns2579 2 ปีที่แล้ว

      Without seeing the menus or errors that you are seeing, my guess is that it may have something to do with your account. It is possible that your account "tier" or "package" has limited options for customizing the appearance of your survey. FWIW, I recommend not making many changes to the appearance of your survey throughout to avoid potentially confusing or distracting respondents. Hope that helps!

    • @birdsandbutterflies-uu5wf
      @birdsandbutterflies-uu5wf 2 ปีที่แล้ว

      @@jasonburns2579 thank you, my goal was only to make the few matrixes that I have, a bit more clear. Cause one has like 32 Items.

    • @jasonburns2579
      @jasonburns2579 2 ปีที่แล้ว

      @@birdsandbutterflies-uu5wf Ah I see. To do that I would break the table up over a few pages. Some reasons for that are that it will help to break things up a little bit like you are trying to do. That will also make sure that you get more data. The way Qualtrics works, no responses are saved until the respondent hits the "next" button at the bottom of the page. If you have a matrix with 32 items and a person responds to 16 of them and then exits the survey, none of those 16 responses will be saved. If you have those 32 items spread across 4 pages (8 per page) and the person responds to all 8 on the first page and then goes to the next page, you will have those first 8 responses. If the person then responds to the 8 on the second page but doesn't click next, you would lose responses for items 9-16 but keep responses 1-8. If they click next on the bottom of the second page, then you'd have all 16 of those responses. Lastly, consider how your respondents will be interacting with your survey. Most of the time the way that matrix items render on mobile devices can be a little clunky in a way that I think increases response burden. Most of the time it presents each item and the scale individually rather than in grid form like it does on desktop. Just something to think about.

    • @birdsandbutterflies-uu5wf
      @birdsandbutterflies-uu5wf 2 ปีที่แล้ว

      @@jasonburns2579 thank you SO MUCH! 1. for your kind effort to give me this wonderfully detailed and clear explanation and 2. for simply giving me this information overall, because I didnt know that qualtrics works that way. This is my first time! My problem is that those 32 items are attached to that one question. For instance "what are your favorite traits in a person" and then they can choose multiple items to answer that single question. Do you have any suggestions how to solve that problem smartly? again, thank you so much:)

    • @jasonburns2579
      @jasonburns2579 2 ปีที่แล้ว

      @@birdsandbutterflies-uu5wf No problem! So for that kind of an item, the only way to split it up would be to maybe group traits according to some kind of theme (personality, physical appearance, etc.). Based on your description, if it is a "select all that apply" type of item then it may be ok. One comment on the stem "What are your favorite traits in a person?" I would maybe change this to ask about the traits one admires in a person or something like that. "Favorite" implies a kind of ranking that could confuse the respondent (how many favorites can one have?), but there are ranking-type items within Qualtrics. Also, think about what you want your resulting data to look like. If you use a "select all that apply" type of item, which I think Qualtrics calls multiple response, then if you export the data you will get all of their selections in one cell of the data with each thing the respondent selects separated by a comma. That can be a pain to analyze because each cell in the column for that item could in theory be different for each respondent, making it tough to do any sort of quantitative analysis. Another option would be to have a yes/no response for each characteristic, which would add some response burden (so consider how long the overall instrument is) but the resulting data will have a separate column for each characteristic and their response (yes, no, or missing), which requires a lot less cleaning prior to analysis.

  • @wokowoko4611
    @wokowoko4611 2 ปีที่แล้ว

    This helped a lot thanks

  • @ranayandere9753
    @ranayandere9753 2 ปีที่แล้ว

    This was really helpful. Thanks!

  • @karlaliv2612
    @karlaliv2612 3 ปีที่แล้ว

    Hi, can I change the background of the picture once the survey is published? Or would it mess with the data already collected? Thank you.

    • @jasonburns2579
      @jasonburns2579 3 ปีที่แล้ว

      Changing the background picture wouldn't impact data collection in a strict sense, meaning that variables wouldn't be added, deleted, or recorded differently, but it may affect some things in a relevant way. One is that in theory, a different background image may lead respondents to provide slightly different answers subconsciously (you could investigate this further by looking into modal effects in surveys). That could happen if the image distracts the respondent or if the image conveys some sort of message like a desirable response. Another is that a different appearance may lead some respondents to think that it is a different survey, though for that, context matters a lot. If, say, it is a survey of people at a workplace where many people would be invited to participate and know each other, one person seeing the new survey on another person's screen may lead them to think that they need to participate in what they think is a new survey or data collection. That part wouldn't impact the data but could wind up in a number of emails related to survey administration. Overall, a small change is probably fine and for any change it would be worth thinking through the extent to which a change in appearance may lead to any of these issues. Hope this helps!

  • @smoothie9931
    @smoothie9931 3 ปีที่แล้ว

    :/ I can't use the tab for some reason, Look and Feel is all greyed out for me. Would you have any idea why?

    • @jasonburns2579
      @jasonburns2579 3 ปีที่แล้ว

      That most likely is due to the permissions on your account. If you have an individual account, the tier of your account may not allow you to change the look and feel of an instrument, meaning you may need to upgrade in order to do that. If you are part of an organization, then you may be able to change the look and feel of a project by contacting your brand administrator and asking them to give you that permission.

    • @smoothie9931
      @smoothie9931 3 ปีที่แล้ว

      @@jasonburns2579 yup yup, thank you 🙂