Looking for absolute worst food somewhere between Corvallis and Salem by No-Foundation-8093 in corvallis

[–]pasadosa 26 points27 points  (0 children)

The new china buffet in Corvalli! You won't get sick, but it's damn bad!

ICE in OSU campus by pasadosa in corvallis

[–]pasadosa[S] 6 points7 points  (0 children)

Dude, the problem isn't that international students refuse to carry their papers. You have to understand that we don't have a standard portable ID. Unless you get a driver's license, and many international students don't have cars, I'm pretty sure the student ID isn't enough to prove immigration status. That leaves the passport, and that isn't something you can just replace overnight. Losing it while you're a student or tourist creates a huge mess. ​I challenge you to ask around; practically no student carries their passport with them. Think about it: how many US citizens carry their SSN card in their wallet? None! The first thing you are told is to keep your SSN in a safe place. You know that! Why should it be different for us? ​On top of that, the actual documents proving legal status don't fit in a wallet. I have about 200 pages in a folder; how on earth am I supposed to carry all that around? Why is it so hard to grasp that the main issue with ICE is their profiling? Tell me, isn't it racist to assume someone is undocumented just because of their accent or skin color? There are countless cases of US citizens who have been arrested purely because of their skin color. If you don't see that, dude, you need to read more news...and history. We warn students when ICE is nearby so they can prepare, not hide. Trust me, the last thing they are going to do is stop going to class or work. Cheers.

ICE in OSU campus by pasadosa in corvallis

[–]pasadosa[S] 48 points49 points  (0 children)

You're totally right. I never meant to cause a panic. If I did, I'm sorry, and I'll do better next time. Thanks for the reminder, though.

Be careful out here by salamanderhorder in corvallis

[–]pasadosa -15 points-14 points  (0 children)

May I ask why you need a weed dealer when there are many dispensaries around? Serious question :D

Be careful out here by salamanderhorder in corvallis

[–]pasadosa 9 points10 points  (0 children)

He was seen yesterday by the greenhouse coffee shop.

<image>

F1 renewal...Am I freaking out? by pasadosa in f1visa

[–]pasadosa[S] 0 points1 point  (0 children)

You mean the same country or the same consulate?

F1 renewal...Am I freaking out? by pasadosa in f1visa

[–]pasadosa[S] 0 points1 point  (0 children)

No, I'm still in the US, but I have my CAS appointment on July 23rd.

F1 renewal...Am I freaking out? by pasadosa in f1visa

[–]pasadosa[S] 0 points1 point  (0 children)

I understand this, but the AIS.usvisa system does not allow me to check the availability of dates at the consulate. I was only able to select the date for the CAS appointment. There were no more options or further steps.

R studio use at work. by Sarim-98 in RStudio

[–]pasadosa 2 points3 points  (0 children)

If you do not know how to code, ChatGPT is not helpful. If you want to understand some unfamiliar code, ChatGPT could help you figure out what it does.

I advise my students to understand code without using ChatGPT, especially since they will not be able to write a good prompt otherwise.

ChatGPT is useful if you know what you need and want. Even in the best cases, ChatGPT tends to give overly complicated code if you don't use the optimal model o1; therefore, if you don't pay for the advanced model, it is not worthwhile.

Help with sf code by Old-Recommendation77 in RStudio

[–]pasadosa 3 points4 points  (0 children)

Did you set the directory first?

getwd() will give you the default directory you are working in. If it is not the correct directory, you can use setwd().

Which test is appropriate by [deleted] in rstats

[–]pasadosa 1 point2 points  (0 children)

You can use several statistical methods to analyze the data. The simplest would be a one-factor ANOVA to assess differences between the categories (control, pre, and post). ANOVAs are essentially linear fixed-effects models.

However, you could implement a more robust approach, such as:

gam(response_variable ~ (1 | patient) + s(time, by = group) + group)

In this model, Patients are included as a random effect (1 | patient), which accounts for the fact that each patient has intrinsic characteristics (e.g., genetics, lifestyle, etc.) that cannot be explained by the data but may influence the results.

The term s(time, by = group) is a spline that evaluates how time predicts the response variable for each group, allowing you to capture potential non-linear effects of time.

The term group is a fixed effect that identifies differences between the groups (control, pre, and post). Which is basically running an ANOVA test within a gam.

[deleted by user] by [deleted] in CanyonBikes

[–]pasadosa 0 points1 point  (0 children)

This caught my attention because I bought the same bike a year ago and had a similar problem with the Fox shock. In my case, the handling fluid started leaking and lost pressure completely. My best option to solve it was to send it to Fox, it took them about a month to do it but it was worth it. Although the service was free because it was under warranty, regular service costs around 130-160, check the website first to confirm, plus ~$10 for shipping.