gssr Update

April 1, 2024 | R on kieranhealy.org

NORC released version 2a of the 1972-2022 General Social Survey cumulative file. I’ve updated {gssr}, an R package that makes it more convenient for R users to work with GSS Data. One handy feature of {gssr} is that it lets you see documentation for individual GSS variables as R ... [Read more...]

organize blocks of code in R with with() ?

March 31, 2024 | R – kata helion

In their “Object-Oriented Programming is Bad” video, Brian Will mentions a desired reserved word: use (timestamp) that could look something like this: The variables you specify come from the enclosing scope and would be available as copies within a separate … Continue reading →
[Read more...]

xportr 0.4.0

March 28, 2024 | Sadchla Mascary

xpt Meets xportr! In the pharmaceuticals and healthcare industries, it is crucial to maintain a standard structure for data exchange and regulatory submissions, enter xpt datasets! xpt datasets are binary files that are typically created by S...
[Read more...]

FAQ: RStudio SOS- Your Lifeline for Common Questions

March 28, 2024 | Zubair Goraya

Hi, how are you? If you've scratched your head over peculiar RStudio errors, puzzling over which panes do what, or wondering if GitHub Copilot can streamline your coding life, you're not alone! RStudio is a powerful tool, but it has its own quirks and complexities. That's why we've compiled this ...
[Read more...]

gratia 0.9.0

March 28, 2024 | Gavin L. Simpson

I am pleased to announce the release of gratia 0.9.0. This release has been over a year in the making and provides many new features as well as a more consistent user experience. Unfortunately, I have had to make a lot of breaking changes; nothing too egregious, but most user-facing functions ...
[Read more...]

6 New books added to Big Book of R

March 28, 2024 | Oscar

I’m very happy to announce the addition of 6 new books to the Big Book of R collection, which now stands at about 420 books in total! Thanks to Isabella Velásquez, Emil Hvitfeldt and Metehan GÜNGÖR for their submissions :). If you’d like to help out a little ...
[Read more...]

[very] simple rejection Monte Carlo

March 27, 2024 | xi'an

“In recent years, the Rejection Monte Carlo (RMC) algorithm has emerged sporadically in literature under alternative names such as screening sampling or reject-accept sampling algorithms” First, I was intrigued enough by a new arXival spotted in the Thalys train from Brussels to take a deeper look at it, but soon ...
[Read more...]

Unload All Packages in R: Best Practices

March 27, 2024 | Zubair Goraya

Key pointsR packages expand functionality but require management. Packages offer essential tools for analysis but can clutter your workspace and cause conflicts.detach() is the basic unloading tool. Start with detach("package:package_name", unload=TRUE) for individual package removal.Bulk unloading can be tricky. Use functions like lapply() or ...
[Read more...]

Update vvtableau: Tableau Cloud Support

March 26, 2024 | VU Analytics

Announcing Tableau Cloud Support vvtableau In our latest update, we’re excited to announce that vvtableau now supports Tableau Cloud, expanding its capabilities beyond Tableau Server to include the cloud-based platform. This significant enh...
[Read more...]
1 22 23 24 25 26 2,119