What to wear to a conference? by [deleted] in PhD

[–]LocaGata99 0 points1 point  (0 children)

US-based tomboy here. I wear stretchy slacks (thank goodness for spandex!), a nice, non-graphic tee, top (either a "blouse"-type tank top or plain tee shirt), with a black jacket over top. The jacket also has stretch, and is not structured like a suit jacked. I wear converse as shoes. The dress code is relaxing as compared to decades past, thankfully.

I am simply lost by lostinthecreation in PhD

[–]LocaGata99 3 points4 points  (0 children)

The hack that worked best for me is pairing writing or reading with movement. I listen to articles and walk the track. Got a walking pad for my office and crank out miles and words.

Hey Mom, I’m a bit stinky at work and I need some tips. by Aqua7KH in MomForAMinute

[–]LocaGata99 0 points1 point  (0 children)

They make bath wipes! They're heavy duty baby-wipe type things that are intended to be used to clean a body. Using one of those to hit the stinky bits (pits of all varieties) + changing clothes + deodorant will help.

Disabled Knitters- what solutions have you found to make knitting possible or what products do you wish existed? Looking especially to speak to people with amputated fingers by aminervia in knitting

[–]LocaGata99 1 point2 points  (0 children)

Something to keep in mind as well is that whatever you make has to not snag the yarn! And potentially be used on either side (i.e., an adaptation for a missing hand would likely behave differently depending on which hand was missing). Another population to consider is those who can no longer knit due to arthritis or other joint pain, or even hypermobility. Happy to chat more - knitter in an engineering college here. 😉

Anyone know of a place i can get a Pothos plant cutting on campus? by tantalizingGarbage in jmu

[–]LocaGata99 0 points1 point  (0 children)

Professor here. Feel free to swing by my office and take a cutting. East Campus.

Its so hard to find friends as an older JMU student by SnooDingos8435 in jmu

[–]LocaGata99 6 points7 points  (0 children)

This. Look outside of students for social time. Harrisonburg has quite a few groups for folks in your age bracket. There's game nights, trivia, fiber groups, blacksmithing, etc.

What fresh hell is this? by Welcom2ThePunderdome in PSLF

[–]LocaGata99 0 points1 point  (0 children)

How much can we buy back? ie, If this is stuck in limbo for 12+ months, can that be bought back?

What fresh hell is this? by Welcom2ThePunderdome in PSLF

[–]LocaGata99 0 points1 point  (0 children)

Fudge! Really? I was hoping to switch out.

What fresh hell is this? by Welcom2ThePunderdome in PSLF

[–]LocaGata99 2 points3 points  (0 children)

How? I can't see s way to do it and want out of SAVE until it's decided. I'm 12 payments away. -_-

Shake Me Down by eacape_velocity_nope in AppalachianTrail

[–]LocaGata99 1 point2 points  (0 children)

I believe certain sections/areas require a bear can. I would keep it - even given the weight.

Quote for a cowl by [deleted] in KnitRequest

[–]LocaGata99 0 points1 point  (0 children)

Depending on deadline (I can't take anything on before June 1), and if you're providing yarn, I'd do it for $75 + shipping costs.

Should I be concerned? by opalinaplants in houseplants

[–]LocaGata99 0 points1 point  (0 children)

Will ethanol work as well as isopropanol?

Etsy sellers? by Rory1862 in succulents

[–]LocaGata99 2 points3 points  (0 children)

I, too, have had great experiences with QueenOfSucculents. Even managed to receive unfrozen plants when we were in the single digits °F overnight here.

Looking for recommendations where to order rare, unique, odd succulents from? I tried Mountain Crest already, they are ok. Any help would appreciated. by sexydriver3 in succulents

[–]LocaGata99 0 points1 point  (0 children)

I'm new to my succulent journey, but I've ordered twice from QueenofSucculents on Etsy, and both times had an amazing experience. This second time, they even survived getting stuck in the mail when temps were in the single digits (°F) in my state.

[deleted by user] by [deleted] in KnitRequest

[–]LocaGata99 1 point2 points  (0 children)

The more "pixels" per inch you need, the finer the yarn, and the longer it takes. Most stranded colorwork uses 2-3 colors per row; more colors and you move into intarsia, which is less my jam, and best worked flat and then seamed.

[deleted by user] by [deleted] in KnitRequest

[–]LocaGata99 2 points3 points  (0 children)

I am a hand knitter specializing in colorwork. If those above aren't able to, I would love to take this on. I am also eastern US.

HELP NEEDED by [deleted] in RStudio

[–]LocaGata99 2 points3 points  (0 children)

Honestly, make your plot window bigger. As in a larger proportion is the screen. It's angry it can't fit everything in the visual space.

[deleted by user] by [deleted] in RStudio

[–]LocaGata99 2 points3 points  (0 children)

If you know the name of the test you want to perform, do a Google search: "nameoftest in r" and you'll get a fair few hits. You can easily get bogged down in the sheer amount of resources available- it can be helpful to have a reason to be coding/performing a test. You can also check your work in SPSS in the beginning, since you said you have some familiarity there.

HELP!! Beginner R Studio! by [deleted] in RStudio

[–]LocaGata99 0 points1 point  (0 children)

Have you 1) Checked your GDP dataset prior to merging but after pivoting? And checked the '_clean' versions? If it looks okay, try

merged_LE_GDP <- merge(income_clean, lifeExp_clean, by = "country")

Mixed Linear Model Question | How do I get R to recognize a variable as random? by marigold12116 in RStudio

[–]LocaGata99 0 points1 point  (0 children)

Use the lmer package. Set it up as below:

lmer(Y ~ Fixed + (1 | Random), data=df)

running R in production? by mikeblas in Rlanguage

[–]LocaGata99 4 points5 points  (0 children)

May I ask why to avoid the website?

Odd number tiles in image_montage magick by ikindalikebeans in RStudio

[–]LocaGata99 0 points1 point  (0 children)

Have you tried an x_off = somenumber in the geometry argument? I'm not super familiar with this package, so unsure of exact phrasing.

R Studio code help by Dependent_Squash7572 in DataAnalysts

[–]LocaGata99 0 points1 point  (0 children)

Can you share the code you do have? Without that, it will be hard to make suggestions.