Norm Matloff (你有冇諗清楚呀?)

@matloff.bsky.social

Em. Prof., UC Davis. Various awards, incl. book, teaching, public service. Many books, latest The Art of Machine Learning (uses qeML pkg). Former Editor in Chief, the R Journal. Views mine. heather.cs.ucdavis.edu/matloff.html

#statsky #episky I'm reviewing a paper and a link is provided to a github with the analysis code. There are several R scripts (none annotated) and the main, complex analyses clearly not included in any of them. The data are available "on reasonable request". Is this a red flag? Does it matter?

Computing tool of the day: I've needed to have an elegant way to stitch together pieces of Quarto books to make a unified html file for teaching. In collaboration with Claude I now have a great yaml-driven tool for this. #RStats

Yaml markup for specifying which sections of which books to extract or exclude, for building a course html presentation file.

Outstanding work by @alexdgibson.bsky.social to uncover the use of highly dubious data sets from @kaggle.com being used in hundreds of research papers and potentially even informing clinical practice. If you're re-using data, take the time to confirm that it's real. www.nature.com/articles/d41....

Dozens of AI disease-prediction models were trained on dubious data

The models are designed to predict someone’s risk of diabetes or stroke. A few might already have been used on patients.

nature.com

The special issue of the Australian and New Zealand J. of Statistics commemorating the 25th anniversary of R (the language was developed in NZ) is finally out, with free access for the next 90 days (yes, an irony for an open source language), onlinelibrary.wiley.com/doi/toc/10.1...

25 YeaRs: Australian & New Zealand Journal of Statistics

<em>Australian & New Zealand Journal of Statistics</em> is an international statistics journal covering statistical theory, methodology, applications and computing.

onlinelibrary.wiley.com

Nice! I have my own Vim macros for this kind of thing, but your system is more versatile.

Michael Friendly@datavisfriendly.bsky.social · 4mo ago

#rstats Periodic reminder: if you are writing articles / books w/ matrix, vector notation, my {matlib} 📦 has a whole suite of functions to make your life easier. Want a matrix X? --> latexMatrix() |> Eqn() Eqn() renders too in #RStudio Viewer See the vignette: friendly.github.io/matlib/artic...

Calls to laxteMatrix() to create the matrix expression A x = b

Code: 
Eqn(latexMatrix("a", nrow = "m", ncol="n", matrix="bmatrix"),
    latexMatrix("x", nrow = "n", ncol=1),
    Eqn_hspace(mid='='),
    latexMatrix("b", nrow = "m", ncol=1))

200 treated patients. 800 controls. Five covariates to match on. How do you pair them? Propensity scores collapse those five dimensions into one number and match on that. Clean and well-understood. But you can also solve the pairing directly in the original covariate space. 1/4

Great package. I am not a fan of using R6, like this one does and some others, but it has lots of sophisticated options, and it has the huge advantage of being written by some people who have done significant theoretical development of the field.

Big Book of R@bigbookofr.com · 5mo ago

Applied Machine Learning Using mlr3 in R by Bernd Bischl, Raphael Sonabend, Lars Kotthoff and Michel Lang #RStats https://bigbookofr.com/chapters/packages.html#applied-machine-learning-using-mlr3-in-r

I just had Claude build me an #rstats function and raised an error when reviewing the code. Claude responded with "No, the code is right because of X and Y", please run it and get back to me with any specific errors you are concerned about. Turns out Claude was right. ...

I am so happy for this announcement!! Heather is such an incredible community partner and deeply knowledgeable of base R. This is great news for R core and the broader R community. 🎉❤️🙌🤩 #rstats

The R Foundation@r-foundation.bsky.social · 5mo ago

We are pleased to announce that Heather Turner @heathrturnr.fosstodon.org.ap.brid.gy has joined the R Core Team. She has been an active contributor notably via the R Dev Days, and has greatly improved cooperation between R Core and the R community in more ways #RStats.

It's surprising that neither R CMD INSTALL nor R CMD check flag having two identically named functions in an #rstats package. It's easy to accidentally duplicate when refactoring code and can lead to much confusion!

The Indian government released an MCP server that lets you query their survey data using plain English and get back aggregate statistics from national surveys. I explore some of its possibilities and limitations. #data #stats aman.bh/blog/2026/qu...

Querying India's MoSPI Data with Claude and MCP | Aman Bhargava

The Ministry of Statistics and Programme Implementation released a new tool for LLM-assisted querying of their survey data. I explore some of it's possibilities.

aman.bh