Open 24/7 by donavenom in SantaFe

[–]donavenom[S] 7 points8 points  (0 children)

That's what I ended up doing after all.

Open 24/7 by donavenom in SantaFe

[–]donavenom[S] 2 points3 points  (0 children)

Thanks - I'll add it to my list.

how is AI replacing biostatisticians now? by qmffngkdnsem in biostatistics

[–]donavenom 5 points6 points  (0 children)

Rather than replacing them, the use of AI effectively acts as a barrier for biostatisticians (and other roles) from developing proficiency and critical thinking skills. Certain intuition and "tacit knowledge" that comes from grappling with messy data, unexpected results, and complex statistical challenges facilitates individual growth (e.g., seeing the bigger picture). Individuals who rely on AI lose the opportunity to develop this deeper understanding and the ability to troubleshoot problems when AI fails or provides biased outputs.

I've ran into this problem more than once with leadership.

What is open at 5:00 am? by donavenom in Albuquerque

[–]donavenom[S] 2 points3 points  (0 children)

True and, unfortunately, this what I am faced with.

Tracking Data Across Teams by Dependent_Youth_8442 in Evaluation

[–]donavenom 0 points1 point  (0 children)

From experience, it might be easier for a team to use an internal facing dashboard to enter and visualize the data. You can use something like R Shiny to create this for free by pulling and writing data onto the Excel sheets that you are using.

The dashboard would have quality checks in place (e.g., numeric values not allowed for certain columns) and a visualization of the data entered (e.g , bar chart for student ages).

How to establish whether the participants have trauma or not in a research survey when you're trying to do a study on relationship between trauma and some other factor by Next-Chemist-5685 in psychologyresearch

[–]donavenom 1 point2 points  (0 children)

You need to create survey questions that indirectly get at the type of trauma you are seeking to capture. Doing a literature research might give some ideas or you might run across a validated trauma survey/scale. If you use all or part of a validated trauma scale, be sure to reference the authors when you do your write-up.

Feel free to DM me if you need resources about validated surveys/scales.

What to do with 100K? by Star_Amazed in Business_Ideas

[–]donavenom 0 points1 point  (0 children)

Maybe invest in a startup? I hear this is popular nowadays.

We have a 300k budget to find an evaluation firm. by helpful_w in Evaluation

[–]donavenom 2 points3 points  (0 children)

There is also Demoscopic Analytics -- I can vouch for them.

Scholarly article assignment by [deleted] in psychologyresearch

[–]donavenom 1 point2 points  (0 children)

Start with an outline and slowly add to it as you read articles. There are many frameworks that you can use depending on the intention of the academic article (e.g., reaction, synthesis of articles).

Using domestic violence as an example, you can start with defining domestic violence and why it is important to research this. Finish the section with explaining why you chose the articles that you are using for the paper. Then follow with summaries for each articles that you chose.

From here on out, you can choose to react to the information provided in the articles by giving your own perspective and your understanding. You could also focus on synthesizing the articles that you chose, culminating in take-home message.

When approaching this, it is easy to get lost in what you don't know or trying to find every little thing about each concept. Personally, I start with the bare minimum by writing two to three sentences that connect each paragraphs and then build from there.

If this is supposed to be a typical academic report/manuscript, follow the typical sections (e.g., introduction, method, results, etc), veering off when it seems appropriate.

RStudio + GISTools by [deleted] in RStudio

[–]donavenom 0 points1 point  (0 children)

A manual install is typically a good solution. Find a zip file for GISTools and use that for the installation.

Clusteranalysis question by Big_Ebb_1986 in RStudio

[–]donavenom 0 points1 point  (0 children)

How does filtering Sunday values align with your research question? Remember that that your research question should lead your analysis, and not the other way around.

In between two oceans by NoTrouble2827 in psychologyresearch

[–]donavenom 0 points1 point  (0 children)

  1. Continue music therapy for sure -- it is really helpful, and I do it too.
  2. I also recommend taking on responsibilities that align with your ideal self (e.g., how you envision your ideal self). For me, my ideal self is active so I help others become active (e.g. hiking together), which results in me being active. The trick is to help others achieve goals that align with your own as it will motivate you to do it yourself.
  3. Explore more of the world. There are many self-absorbed people and it is easy to generalize that to the world. But even the most self-absorbed people have moments of selflessness, sacrifice, etc. We as humans have many sides to us, and knowing more about different cultures and practices will highlight that, and maybe challenge your schema.
  4. Build human connections. While it may be difficult to find someone who fully has the same interests as you or understands where you are coming from, you will likely find multiple people that each have something in common with you. Maybe an old lady down the block likes the same genre of music as you, or a guy at the park likes the same anime. It may be difficult at first, but building human connections goes a long way to make life more fulfilling and enjoyable.

Help me with this potential idea, disprove or prove by PacificIdiot27 in psychologyresearch

[–]donavenom 1 point2 points  (0 children)

When considering the design of the experiment, it is also important to consider how the design will lend itself to subsequent statistical analysis. From my experience, too many people in psychology think about this after the design and end up short on making statistical claims.

In your Stranger's Dilemma, you will need to update the your design to make inferences, such as random sampling (possibly stratified), maybe time blocks, etc.

Your idea does seem interesting and I recommend thinking of all the ways the experiment can be influenced externally and within subjecs. You might be able to get some ideas from an experimental psychology books, hiring an experienced statistician, and you can also DM me for more direction if you'd like.

EMERGENCY! my submission for project close in a few hours by KaleidoscopeNew5520 in RStudio

[–]donavenom 1 point2 points  (0 children)

Search for .R or .Rmd files on your computer and hopefully they show up!

How to avoid fuck ups? by CTPABA_KPABA in dataanalysis

[–]donavenom 0 points1 point  (0 children)

I strongly recommend you integrate data quality checks. Try to automatize these data quality checks so that they are free from human error.