Mike Kane (@kaneplusplus) 's Twitter Profile
Mike Kane

@kaneplusplus

Co-Founder of Telperian Inc. and Associate Professor at MD Anderson

ID: 401787013

calendar_today31-10-2011 02:44:05

838 Tweet

774 Takipçi

1,1K Takip Edilen

Mike Kane (@kaneplusplus) 's Twitter Profile Photo

The answer to this one is the second selection, {"a" : 1, "b" : 2} for at least two reasons. First, the R code creates a named list, whose elements can be accessed via the double-bracket operator and the element name or via the dollar operator. list(a = 1, b = 2)[['a']] list(a =

Mike Kane (@kaneplusplus) 's Twitter Profile Photo

In Julia, the statement [1, 2, 3] Is most similar to which of the following statements in R: A. c(1, 2, 3) B. list(1, 2, 3) #JuliaLang #RStats

Mike Kane (@kaneplusplus) 's Twitter Profile Photo

Julia's representation of vectors is a little bit different than either Python or R. It is true that the Julia statement: [1, 2, 3] is most like a R's c(1, 2, 3). It is also true that you can perform vector operations including: [1, 2, 3] + [1, 2, 3] [1, 2, 3] .+ 1 # to add 1

Mike Kane (@kaneplusplus) 's Twitter Profile Photo

"You insist that there is something a machine cannot do. If you will tell me precisely what it is that a machine cannot do, then I can always make a machine that will do just that!" -- John von Neumann [emphasis added]

Mike Kane (@kaneplusplus) 's Twitter Profile Photo

doi.org/10.1093/jrsssc… 🚀 New research alert! Our paper in the Journal of the Royal Statistical Society Series C presents a new approach combining machine learning & Bayesian methods for personalized cancer prognostics. Discover how thoracic cancer immunity predictions are being

R Consortium (@rconsortium) 's Twitter Profile Photo

Full video now available! Rix: reproducible data science environments with Nix Speaker: Bruno Rodrigues, Head of Stats and Data Strategy Departments, Ministry of Research and Higher Education, Luxembourg r-consortium.org/webinars/rix-r… #rstats #OpenSource

Full video now available!

Rix: reproducible data science environments with Nix

Speaker: Bruno Rodrigues, Head of Stats and Data Strategy Departments, Ministry of Research and Higher Education, Luxembourg

r-consortium.org/webinars/rix-r…

#rstats #OpenSource
Brett Trembly (@btrembly) 's Twitter Profile Photo

I run a law firm. Last week I spent 5 hours digging into TikTok’s terms of service. What I found absolutely terrified me. Here’s a breakdown of what you’re actually handing over when you install TikTok (with receipts):

I run a law firm.

Last week I spent 5 hours digging into TikTok’s terms of service.

What I found absolutely terrified me.

Here’s a breakdown of what you’re actually handing over when you install TikTok (with receipts):
R Consortium (@rconsortium) 's Twitter Profile Photo

Virtual R/Medicine data challenge - Deadline May 20, 2025 - $200 prize - Students or Professionals - Submit as an individual or a team! Analyze MMR vaccination rates! Examples, guidelines: rconsortium.github.io/RMedicine_webs… #rstats #opensource #RMed25

Virtual R/Medicine data challenge - Deadline May 20, 2025 - $200 prize - Students or Professionals - Submit as an individual or a team!

Analyze MMR vaccination rates! Examples, guidelines:

rconsortium.github.io/RMedicine_webs…

#rstats #opensource #RMed25
R Consortium (@rconsortium) 's Twitter Profile Photo

NEXT WEEK! R Consortium webinar: Open Source Software Adoption in Japan's Pharma Industry Register for free here: r-consortium.org/webinars/open-… #rstats #pharma #Japan

NEXT WEEK! R Consortium webinar: Open Source Software Adoption in Japan's Pharma Industry

Register for free here: r-consortium.org/webinars/open-…

#rstats #pharma #Japan
R Consortium (@rconsortium) 's Twitter Profile Photo

🚀 Webinar 8/28 10 AM PT | Git, GitHub CI/CD & LLMs for clinical trials. 15+ pharma programmers reveal: ⚙️ Branching/PRs, 🤖 Actions‑driven QC, ✨ LLM edge‑case checks. Speakers: Ning Leng, Eli Miller, Ben Straub. Register ➡️ r-consortium.org/webinars/unloc… #rstats #opensource

🚀 Webinar 8/28 10 AM PT | Git, GitHub CI/CD & LLMs for clinical trials. 15+ pharma programmers reveal: ⚙️ Branching/PRs, 🤖 Actions‑driven QC, ✨ LLM edge‑case checks. Speakers: Ning Leng, Eli Miller, Ben Straub. Register ➡️ r-consortium.org/webinars/unloc… #rstats #opensource
nixCraft 🐧 (@nixcraft) 's Twitter Profile Photo

Remember when IT automation was a simpler time? A time when we just wrote a Bash or Perl script and let cron jobs handle the rest. Now, we've traded that simplicity for a vast landscape of tools, and a new kind of complexity has emerged and laughs at us.

Remember when IT automation was a simpler time? A time when we just wrote a Bash or Perl script and let cron jobs handle the rest. Now, we've traded that simplicity for a vast landscape of tools, and a new kind of complexity has emerged and laughs at us.
Daniel Falbel (@dfalbel) 's Twitter Profile Photo

torch for #rstats v0.16.0 is now on CRAN. Main change is upgrading to libtorch 2.7, so we can support CUDA 12.8. See release notes in github.com/mlverse/torch/…