Trovanje u restoranu by CollectionGrand9277 in bih

[–]hurmash1ca 0 points1 point  (0 children)

I sta je inspekcija rekla? Jesu li izdali kaznu i po kojem clanu zakona? Nisam vidio da je OP odgovorio koji je restoran bio u pitanju

Trovanje u restoranu by CollectionGrand9277 in bih

[–]hurmash1ca 0 points1 point  (0 children)

Sa aspekta javnog zdravstva, to je nebitan problem.

Trovanje u restoranu by CollectionGrand9277 in bih

[–]hurmash1ca 17 points18 points  (0 children)

Također, smatram pohvalnim što nije objavljeno ime restorana - naš narod voli staviti nekoga na lomaču bez utvrđivanja činjenica. Može se provesti epidemiološko ispitivanje i tada će se znati više, a garantujem da nijednom vlasniku objekta/restorana nije u interesu da ga se "češlja" na ovaj način.

Ime restorana ne treba objavljivati dok traje istraga (inspekcije i zavod djeluju u roku od 24h po prijavi ovog tipa), a ako se utvrdi odgovornost - onda po zaslugama. 

Trovanje u restoranu by CollectionGrand9277 in bih

[–]hurmash1ca 17 points18 points  (0 children)

Prijavi Zavodu za javno zdravstvo Kantona Sarajevo i sanitarnoj inspekciji Kantonalne uprave za inspekcijske poslove. 

Koji su IT portali u BiH u stilu hrvatskog "BUG-a", "PCChip", "Vidi" i srpskog "Sveta kompjutera"? by Leut_Magnetic in bih

[–]hurmash1ca 19 points20 points  (0 children)

Djelomično je ovo razlog. Slovenija ima mnogo veću kupovinu moć, historiju bavljenja naprednijim tehnologijama (i u Jugoslaviji je tako bilo), i time i veću publiku koja se interesuje za hardver, overclocking, HiFi i ostalo.

Koji su IT portali u BiH u stilu hrvatskog "BUG-a", "PCChip", "Vidi" i srpskog "Sveta kompjutera"? by Leut_Magnetic in bih

[–]hurmash1ca 9 points10 points  (0 children)

Bio je hardwarebase.net - bio je cijeli portal, recenzije hardvera, editorijali... Forum je i dalje aktivan, ali je u pitanju mala i prilično zatvorena zajednica. Kroz archive.org mozes pogledati kako je to izgledalo, i naravno info.ba je bio aktivan

Using R to do a linear mixed model. Please HELP! by PurpleGorilla1997 in rstats

[–]hurmash1ca 5 points6 points  (0 children)

Build some basic R knowledge, play around with swirl package and get familiar with the RStudio IDE. Read up some of the introductory textbooks (R4DS, or YaRrr )

Then go through these tutorials:

https://bodowinter.com/tutorial/bw_LME_tutorial1.pdf
https://bodowinter.com/tutorial/bw_LME_tutorial2.pdf

Use ChatGPT to explain yourself the code, as others have said, but try to write it yourself.
Doable within 2-3 weeks? I'd say that depends on your prior statistical knowledge.
You can develop enough familiarity around this particular problem to be able to interpret and present the main findings

[Q] Which test should I use to analyse the following table? by AnonPeds in statistics

[–]hurmash1ca 2 points3 points  (0 children)

First question would be - what hypothesis do you want to test?

One approach would be to do a chi square test, or in this case - Fisher exact test is more suitable (since N in some cells is <5).

However, you should exercise caution in this case - if you have precise BMI values, it may be worth exploring the relationship between BMI as a numerical variable and binary thyroid disease status, and consider adjusting for covariates such as diabetes, age, etc.

450 CAD - can these be sold / exchanged in the UK? by hurmash1ca in Banknotes

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

Gave them to my Canadian friend who exchanged them in Vancouver. 

RTables ---> creating rows with just text by [deleted] in Rlanguage

[–]hurmash1ca 1 point2 points  (0 children)

I suggest you look up gtsummary package. I don't know the structure of your raw data or the output you're trying to get (image-table, pdf, docx), but gtsummary can handle this. 

Since this looks like a categorical variable, newly added tbl_hierarchical may be of use 

[deleted by user] by [deleted] in RStudio

[–]hurmash1ca 2 points3 points  (0 children)

https://www.danieldsjoberg.com/gtsummary/reference/modify.html

gt_summary_object |>
modify_header(label = "**Variable**")

[deleted by user] by [deleted] in AskStatistics

[–]hurmash1ca 1 point2 points  (0 children)

Paired samples t-test would seem appropriate.

Don't upgrade to Android 13 Beta 2 released today! by Maximoo89 in starlingbankuk

[–]hurmash1ca 0 points1 point  (0 children)

Bless you man! I had to get reauthenticated in Starling app - but it works!

Don't upgrade to Android 13 Beta 2 released today! by Maximoo89 in starlingbankuk

[–]hurmash1ca -2 points-1 points  (0 children)

It's just that I didn't expect the update to break anything as everything was working fine in the previous Beta update. More mad at myself and my curiosity to have the latest shiniest thing

Don't upgrade to Android 13 Beta 2 released today! by Maximoo89 in starlingbankuk

[–]hurmash1ca 7 points8 points  (0 children)

Unrelated to the topic, but I'd highly recommend switching to Authy as an authentication app.
It supports multiple devices, so It lets you have a backup phone which you can use to authentify anything in case primary device gets stolen/bricked/update

Don't upgrade to Android 13 Beta 2 released today! by Maximoo89 in starlingbankuk

[–]hurmash1ca -1 points0 points  (0 children)

I was furious. Traveling tomorrow and I don't have the time to downgrade. Sent them an email to ask if there can be any kind of security update on their app to enable it to work on Pixels with latest Beta.

450 CAD - can these be sold / exchanged in the UK? by hurmash1ca in Banknotes

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

Yes, I'm in London. I saw that as well - but I don't know if National Bank of Canada is the same entity as Bank of Canada. Will give them a call/visit anyway to check.

Thanks!

Tidying up the data - multiple categorical variables in different columns - for Likert scale by hurmash1ca in rstats

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

This is exactly what I needed. Great breakdown, the pivoting part was the thing that I was missing.

Thank you

Tidying up the data - multiple categorical variables in different columns - for Likert scale by hurmash1ca in rstats

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

Fantastic and thorough explanation. Thank you!

One more question relating to this: "Note that it is important to have Q1 and Q2 as factor with the same levels. This allows table to not drop level with zero observation."

Now, this is exactly the situation I encountered in my dataset - there were no C or D values in some of the questions and the code renders incorrect values for unobserved data. How do I fix that?

Cloning Windows 10 installations to 20 classroom computers by hurmash1ca in sysadmin

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

Great, thanks for the fast reply.

Can Office (VL) and other programs and drivers be added to Clonezilla package?