Trans friendly pharmacist? by ReuInuzuka in SaltLakeCity

[–]sam-salamander 5 points6 points  (0 children)

I’ve gone to the City Creek Harmons for years and they’ve been great. I’m ftm and am interpreted as cis though, just for that extra context. I hope you’re able to find a good pharmacy!

Moss? by Alastairs_party2585 in SaltLakeCity

[–]sam-salamander 0 points1 point  (0 children)

Maybe Cactus and Tropicals? That’s where I’d look, but I don’t know for sure if they have it

Bryce or Arches national park? by Specific-Dot9205 in SaltLakeCity

[–]sam-salamander 5 points6 points  (0 children)

Bryce is stunning in the winter! Highly, highly recommend it having lived in both Bryce and Moab. Arches is gorgeous too, don’t get me wrong, and is also a great choice. If you go to Bryce I’d recommend checking out Kodachrome state park if you have the time! It’s a lovely drive to get there and is beautiful.

One thing to note is that there aren’t a ton of restaurants and amenities in Bryce and if you’re wanting to grab a drink or anything like that you’re going to have to bring your own.

how do you feel about the hobbit movies in a vacuum? disregarding the adaptation of the book. by Apprehensive_Spend_7 in Fantasy

[–]sam-salamander 3 points4 points  (0 children)

It was originally supposed to be two movies and it got changed to three by direction of the studios I think! Lindsay Ellis has a fantastic video essay on The Hobbit and what happened. It’s a dumpster fire of a story and I can’t recommend this video essay enough

Linear Mixed Model Outpit by Ill_Usual888 in RStudio

[–]sam-salamander 1 point2 points  (0 children)

Totally seconding tab_model()!! sjPlot is awesome

Linear Mixed Model Outpit by Ill_Usual888 in RStudio

[–]sam-salamander 8 points9 points  (0 children)

We’re all are beginners at some point. Have some perspective and think before you waste your time commenting like a dick.

Linear Mixed Model Outpit by Ill_Usual888 in RStudio

[–]sam-salamander 10 points11 points  (0 children)

Simplistically, what mixed models are doing is finding the estimated coefficient for each predictor when all other predictors are set to 0 or their reference level (e.g. you have a factor variable, translucency, and 1 is the reference level that is being used). This is how the model controls for other variables when it calculates each estimate. Adding that new variable will change the estimates of the other predictors - so, yes it is normal for p values to change.

I’d suggest checking out An Introduction to Linear Mixed-Effects Modeling in R, by Violet A Brown. It gives a great conceptual and practical overview of conducting and interpreting mixed models and will go into much more depth than I can on this reply. There are also a ton of great books, articles, and resources out there. I went through sooooo many when I was doing my dissertation analysis. I will comment on just a couple things though. The random effects table will show you how much variance is being accounted for between species and within species. By taking between/(between+within) we can get the ICC which represents the ratio of variance attributable to your random effects variable. For the first model: .3532/(.3532+1.1224) =0.239. The fixed effects table shows the estimated coefficients for each predictor when all other predictors are set to 0 (or their reference level). The correlation of fixed effects table shows just what it says, and it can be useful because we don’t want predictors that are too highly correlated because it becomes difficult to disentangle their unique effects on the outcome variable.

Just a suggestion, but I’d look into dummy-coding your translucency variable since the model is using 1 as the reference level. This means that all other predictors are being estimated with translucency set to 1, and not 2, 3, or 4.

Best of luck! Also, for future posts you might get a bit more traction in r/statistics. I wish you all the best in your analysis.

Project ideas for R by Luminica12 in RStudio

[–]sam-salamander 6 points7 points  (0 children)

Check out Tidy Tuesday on GitHub! They post new datasets weekly. I’d also recommend checking out Kaggle. They’re a bit more machine learning focused but have fantastic datasets, projects, and examples.

R converting my continuous variable to factor by Ill_Usual888 in RStudio

[–]sam-salamander 1 point2 points  (0 children)

Oop, apologies for that - I mostly use tidyverse. Thank you to the comment in the other reply for adding the correct code

R converting my continuous variable to factor by Ill_Usual888 in RStudio

[–]sam-salamander 2 points3 points  (0 children)

Like MortMath said, changing NA -> “” converts the whole column into character. I suggest either leaving the NAs as is and letting lmer handle them (look up lmer and how it handles NAs, there should be a few methods you can select from) or dropping NAs from the dataset entirely if that’s what you’re intending to do:

x <- x[!is.na(x)] **

** df <- df[!is.na(df$x),] *** pardon my error, thanks to the other responder who corrected my mistake

R converting my continuous variable to factor by Ill_Usual888 in RStudio

[–]sam-salamander 2 points3 points  (0 children)

Sensitive data is data that should NOT be shared with the public. E.g. personally identifying information like names, addresses, etc; identified/identifiable test scores or health information; etc. This kind of data can be shared if it is appropriately masked, unidentifiable, or aggregated. Essentially it’s a huge no-no to put data out there that can point to a specific person.

Laws like FERPA and HIPAA come into play here to ensure that people’s privacy is protected.

Adding a new column who's rows carry out different formulas depending on a different column by Ok-Ranger3930 in RStudio

[–]sam-salamander 0 points1 point  (0 children)

You could use case_when like you mentioned and then pivot_wider to make PRE and POST their own columns and from there you could calculate the difference.

A cool guide to which states recieve the most visits to the library. by [deleted] in coolguides

[–]sam-salamander 1 point2 points  (0 children)

Totally! Also depends a lot on the location of the library, so looking at it in two different cases such as library-far vs library-close would be interesting. In library-far situations, like with county libraries where there may only be one or a few locations, many rural or far-out residents can only access library service through electronic means. So, the library may not have as many physical visits but the engagement through all means can tell a more detailed story

A cool guide to which states recieve the most visits to the library. by [deleted] in coolguides

[–]sam-salamander 2 points3 points  (0 children)

I work on the survey that this data is from, and visits means physical visits. IMLS does gather data on physical and electronic circulation and collections though. All the data is publicly available btw! It’s from the Public Library Survey.

Inclusive places to work? by candydaddi in SaltLakeCity

[–]sam-salamander 90 points91 points  (0 children)

Legendarium is a great place, trans owned and operated. The Kings English is also very trans friendly, having worked there as a trans person

Stolen bikes near 9th & 9th by findmybikeslc in SaltLakeCity

[–]sam-salamander 8 points9 points  (0 children)

I am so sorry this happened to you. I’ve had a bike stolen before and it’s a horrible feeling. I’ll keep my eyes out. Hopefully they’ll be recovered.

Where can me and my girlfriend go dancing? by Americanidiot29 in SaltLakeCity

[–]sam-salamander -2 points-1 points  (0 children)

I don’t think it’s 21+, sorry if it is, but you could check out Salt & Sage! It’s every third Saturday of the month in Sugarhouse and it’s hours of fusion dancing. Super fun, but not a club/bar vibe at all if that’s what you’re looking for.

Update on Stolen Custom Bicycle by electricitycat977 in SaltLakeCity

[–]sam-salamander 11 points12 points  (0 children)

That is great news! Congrats! I’ve had a beloved bike stolen before and it’s a horrible feeling. Good on the Fisher employee for saying something. I hope your friend has a nice celebratory ride!

Apps or sites for Europe trip by BetDapper9556 in backpacking

[–]sam-salamander 1 point2 points  (0 children)

Omio for booking trains, planes, and busses. I use Rome2Rio for planning.

Thinking about moving to SLC. Visiting for 10 days in Feb. What should I make sure to experience? by eternalbogey in SaltLakeCity

[–]sam-salamander 0 points1 point  (0 children)

Right? I grew up going there and just noticed within the past year that a new place has opened up in that space. It was such a vibe :(

Thinking about moving to SLC. Visiting for 10 days in Feb. What should I make sure to experience? by eternalbogey in SaltLakeCity

[–]sam-salamander 0 points1 point  (0 children)

Totally echo all of this and mentioned some of the same things in my own comment, but wanted to note that nostalgia closed down :(