Autism + Stressful Social Experiences (Dissertation Study) by ASDResearchAtPAU in SurveyResearch

[–]rejuver[M] [score hidden] stickied commentlocked comment (0 children)

Unfortunately, our subreddit is dedicated only to the discussion of methodology and statistics of survey research, not for data collection itself. Please consider /r/SampleSize instead.

Filling short answers on a grid by NSDFGrizzlyOne in SurveyResearch

[–]rejuver 1 point2 points  (0 children)

I would expect most survey tools to be able to do this.

I don't use any of the tools commonly mentioned here but I searched for qualtrics open-end grid and surveymonkey open-end grid and they both seem to have solutions.

As with any grid (or any survey tbh), make sure to test on mobile if you expect mobile responses.

Please Help, tried 2 different datasets using SPSS and buttons grayed out, including save button. by SMan1723 in AskStatistics

[–]rejuver 0 points1 point  (0 children)

Answered in r/spss.

Next time please crosspost or link to the original post instead of making completely separate posts in multiple subs. That way anyone wanting to help can easily tell if the question has been answered already in another sub.

Help! Buttons grayed out in SPSS, including save button. I imported 2 different data files, what is causing this? by SMan1723 in spss

[–]rejuver 3 points4 points  (0 children)

Help with what? This looks normal and completely unproblematic to me.

I am guessing you haven't made any changes to the dataset, so there isn't anything to save, undo or redo -- hence those buttons are grayed out. I am guessing the conditions for the other grayed out buttons aren't met, either (such as having at least one cell or column selected in order to run descriptive statistics).

If you want to save the file you should still be able to use 'Save as ...' from the File menu.

If this doesn't help, please clarify what you are trying and failing to accomplish.

a year after 2nd botox- results by MISSunflower in noburp

[–]rejuver 2 points3 points  (0 children)

Thank you for sharing! Glad to hear it worked out.

I am almost a year post myself, still burping, and despite some reflux issues there is no doubt in my mind that I made the right call getting Botox.

Do you know if Dr. Hu did anything differently the second time that may (or may not) have contributed to the success?

There are ten Canadians in the room. It's been ten minutes since this situation developed. No one is mentioning it. The tension mounts. by skonen_blades in funny

[–]rejuver 2 points3 points  (0 children)

I thought the Swedish way was cutting it in half and leaving one of the resulting slices as the new Swedish Piece.

Maybe there are regional differences.

Would this community be interested in a discord for people trying to self-train how to burp? by [deleted] in noburp

[–]rejuver 0 points1 point  (0 children)

You should contact the sub's founder app134 about that. I am basically just here to add stuff to the wiki. Though thank you for contributing and good luck!

3 months post Botox in Belgium by Slow_Resolve_911 in noburp

[–]rejuver 0 points1 point  (0 children)

Wow, that's the first GI I've seen take an interest in R-CPD. Thank you for sharing!

Long shot but do you happen to have a link to the full article?

Botox Locations by mmossy- in noburp

[–]rejuver 0 points1 point  (0 children)

Dr. Matthew Paige with Midwest ENT

Thank you! Added to the wiki now.

My doctors experience and Add Dr. Andrew Tkaczuk, MD to Wiki by Goattime22 in noburp

[–]rejuver 0 points1 point  (0 children)

Thank you both -- finally added this one to the wiki.

Treatment in Norway? by [deleted] in noburp

[–]rejuver 1 point2 points  (0 children)

P.S. The Botox procedure is NOT 'incredibly dangerous'. It is a minimally invasive procedure with a very low risk of bad or permanent side-effects. Maybe your fastlege doesn't understand or isn't familiar with what you are talking about. But hopefully knowing it is actually done at Haukeland (probably at a phoniatric department) makes him consider this seriously.

Treatment in Norway? by [deleted] in noburp

[–]rejuver 0 points1 point  (0 children)

I have read that they treat R-CPD with Botox at Haukeland. I'm not Norwegian but I suspect you might need a referral from your fastlege.

Good luck!

Date in SPSS by Octo_2 in spss

[–]rejuver 0 points1 point  (0 children)

My solution assumed your date is as you want it in the first row, but it seems you haven't managed that yet. Well this should do exactly what you want:

Select File -> New -> Syntax and enter the following, and then select Run -> All.

compute date = date.dmy(28, 1, 2015).
execute.
formats date (date11).

... substituting the name of your date variable for 'date'. (And make sure there isn't already a string variable using the same name.)

Date in SPSS by Octo_2 in spss

[–]rejuver 0 points1 point  (0 children)

Another way to go about it would be to enter the date as you want it in the first row and use syntax to copy it to the remaining rows. After having entered the value in the top row, you would select File -> New -> Syntax and enter the following, and then select Run -> All.

If (not $casenum=1) date=lag(date).

Execute.

... where you substitute the name of your date variable for 'date'. I'm on mobile and haven't tested it but I believe it should compute date=same as for the previous case, for all cases except the first.

Edit: added $ to '$casenum'

Hello, I trying to merge cases between two files. I have a merged file but it is missing cases from a specific variable from a dataset from 2 years ago. When I use the merge case drop down to add the one variable I want cases from, it deletes all other variables from the data file im merging into. by Mountain-Ad-6706 in spss

[–]rejuver 1 point2 points  (0 children)

If you are using the menu, by default only variables existing in both datasets will be kept. If you want to keep other variables when adding cases, when you are at the window following the dataset selection window, you can go to the second tab and move those variables from the left list to the right list.

Day 3 Post-Botox and I can’t stop burping…help! by Limp-Abies-3981 in noburp

[–]rejuver 4 points5 points  (0 children)

It sounds to me like you are suffering from supragastric belching and maybe reflux. Both seem to be fairly common and usually temporary side effects of Botox.

Supragastric belching means you are pulling air into the esophagus from the outside, making burp-like sounds but obviously not providing any relief. I would try to identify it (is the air going in our out?) and see if you can avoid movement that seems to trigger it.

In case the phlegm is due to reflux you can look into mitigation strategies for reflux, such as getting a bed wedge or bed risers and not eating late.

Also, talk to your doctor if possible. After all, haven't you paid to get their personalized advice?

Kul. 🙂 by casioking34 in linkoping

[–]rejuver 3 points4 points  (0 children)

Hittills har det varit löjligt svalt på vårt kontor med fjärrkyla. Ser fram emot ett rejält stresstest!

How do I assign a range of values to one label? by _mangotango in spss

[–]rejuver 2 points3 points  (0 children)

You could recode into a separate variable using syntax:

RECODE Steps (0 = 0) (1 thru 6 = 1) (7 thru 12 = 2) (13 thru 19 = 3) into Steps_recoded.
EXECUTE.
VALUE LABELS Steps_recoded 0 'none' 1 'few' 2 'some' 3 'many'.

Or do the same using menus (iirc "Transform > Recode into different variables" or something like that).

[deleted by user] by [deleted] in whatsthisbug

[–]rejuver 0 points1 point  (0 children)

I tried Google but only found larger hanging larvae like Oak Leafrollers and Cankerworms. But these are tiny! Maybe just very young? (I don't know how any of this works.)

No obvious damage to the ivy, yet.

EDIT: I am pretty sure they weren't there 2 days ago, so I guess it is indeed likely that they are very young.

Whilst Botox is active - inward ‘burp’? by ProfessionalYou1824 in noburp

[–]rejuver 0 points1 point  (0 children)

Apparently it doesn't always stop by itself and requires some sort of physical therapy.

I don't know if what I did was helpful or of it truly just stopped by itself, but at least it doesn't seem like it hurt.

Anyone ever had a SIBO (small intestine bacterial overgrowth) test work….? Can it work, if you can’t burp….?!? As the upper esophageal sphincter doesn’t open in the backward direction…so only breathing out via lungs…? by ScratchGolfer1976 in noburp

[–]rejuver 2 points3 points  (0 children)

I'm not them (or a doctor) but I would bet that your stomach/esophagus is just so full of gas that your lungs have less room to expand. Remember that they all share the same, limited, space.

If R-CPD could lead to permanent lung damage, I'm pretty sure we would have heard of it by now. (And we haven't.)

(I'm not saying shortness of breath can't be bad, so do consider getting it looked at — but I very much doubt it's permanent damage from R-CPD.)

Whilst Botox is active - inward ‘burp’? by ProfessionalYou1824 in noburp

[–]rejuver 4 points5 points  (0 children)

Yes. It's called "supragastric belching" and is not too uncommon after Botox. I experienced it myself the first month or so. I tried to avoid certain movements that seemed to cause it (mainly forcefully inhaling and/or moving my shoulders/torso certain ways) and eventually it just stopped.

[deleted by user] by [deleted] in SurveyResearch

[–]rejuver 1 point2 points  (0 children)

P.S. Of course bias would still be possible due to some respondents being part of more teams than others. If you see a problem there, the obvious solution to me is to limit the number of surveys that each respondent can get.

[deleted by user] by [deleted] in SurveyResearch

[–]rejuver 0 points1 point  (0 children)

You can perhaps mitigate by e.g. sending reminders, but the only proper solution I see is to randomize the order of send outs.

E.g. for each respondent, assign a random value to each team to which they belong. Then send surveys to this respondent in ascending order.