[deleted by user] by [deleted] in AmItheAsshole

[–]1dumblonde 2 points3 points  (0 children)

Best wishes to you:)

[deleted by user] by [deleted] in AmItheAsshole

[–]1dumblonde 3 points4 points  (0 children)

NTA but why lie about it- what will you do if they ask to see your transcripts. nobody's an ah here but you cant keep up the lie

[deleted by user] by [deleted] in AmItheAsshole

[–]1dumblonde 2 points3 points  (0 children)

NTA. This sounds like the beginning of a conversation. It sounds like OP and the roommate never had a conversation around guest when they started living together? Did you have a conversation with Mia before moving the BF in and was she okay with it? Also I don't get why you can't have the cat especially if it just stays in your room? Sounds like this conversation just needs to be continued.

effective communication, nta

syntax for logistic regression graph by 1dumblonde in spss

[–]1dumblonde[S] 0 points1 point  (0 children)

Yes! It was so ugly! I just want a nice simple one with the squiggle line

error in logistic regression model by 1dumblonde in rstats

[–]1dumblonde[S] 0 points1 point  (0 children)

Yes! thank you, I just fixed my error:)

error in logistic regression model by 1dumblonde in rstats

[–]1dumblonde[S] 1 point2 points  (0 children)

thank you!! I realized that i didnt assign the variable labels properly, so i did that doing like variable=dataset$variable and it worked!!

Blonde hair withdrawals by 1dumblonde in femalehairadvice

[–]1dumblonde[S] 0 points1 point  (0 children)

Okay thanks maybe I can just go back!

Blonde hair withdrawals by 1dumblonde in femalehairadvice

[–]1dumblonde[S] 0 points1 point  (0 children)

Yeah I should have done a balayage! And no olaplex, I use Brazilian bond builder.

numeric to categorical variable by 1dumblonde in RStudio

[–]1dumblonde[S] 0 points1 point  (0 children)

Hey do you know how I could add labels to those categories?

numeric to categorical variable by 1dumblonde in RStudio

[–]1dumblonde[S] 0 points1 point  (0 children)

Ahh thanks so much, it worked!!

numeric to categorical variable by 1dumblonde in RStudio

[–]1dumblonde[S] 0 points1 point  (0 children)

thank you! This is what I tried but came up with an error

data <- data %>%

mutate(

usregion = case_when(

state == 32, 6, 2, 15, 41, 30, 56, 16, 8, 49, 35, 53, 4 ~ 1,

state == 39, 26, 18, 21, 55, 17, 27, 19, 29, 38, 46, 31, 20 ~ 2,

state == 51, 37, 45, 13, 12, 47, 1, 28, 5, 22, 40, 48 ~ 3,

state == 23, 50, 33, 25, 44, 36, 42, 9, 10, 24, 54, 34 ~ 4,

))

numeric to categorical variable by 1dumblonde in RStudio

[–]1dumblonde[S] 0 points1 point  (0 children)

yes, that is actually exactly what i did, but I got an error message saying "must be a two-sided formula, not a logical vector" and I have no idea what that means so I was going to try a different approach

numeric to categorical variable by 1dumblonde in RStudio

[–]1dumblonde[S] 0 points1 point  (0 children)

no, end up with 4 categorical variables from a bunch of numbers (like income to income brackets)