IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    love 0
    T. Moudiki
    发表于
    2025-10-09 00:00:00

    R port of llama2.c

    [social4i size="small" align="align-left"][This article was first published onT. Moudiki's Webpage - R, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.This is a post about the R port of llama2.c, a C implementation of a language model. The post includes installation instructions, code examples, and steps to run a Shiny app for experimenting with the model.Code available at:https://github.com/thierrymoudiki/llama2r/tree/mainR port of llama2.c (https://github ...继续阅读 (1)


    love 0
    R on kieranhealy.org
    发表于
    2025-10-08 13:38:09

    Halloween in the Round

    [social4i size="small" align="align-left"][This article was first published onR on kieranhealy.org, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Last yearI wrote about cleaning some data from theNHTSA FARS database, the system that tracks information about road accidents in the United States. I did that again this year for myModern Plain Text Computingclass. I won’t repeat the cleaning details, which are more or less the same. One question is how to aggre ...继续阅读 (1)


    love 0
    Zhenguo Zhang
    发表于
    2025-10-08 00:00:00

    [R] Setting Up an Interactive R Shiny Plotting App

    [social4i size="small" align="align-left"][This article was first published onR on Zhenguo Zhang's Blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Zhenguo Zhang’s Blog /2025/10/08/r-setting-up-an-interactive-r-shiny-plotting-app/ –I have an ieda of creating a shiny app to create all kinds of plots interactively, so that users can choose their color, symbols, etc, which is very useful for data exploration and make a publication-quality ...继续阅读 (1)


    love 0
    JottR on R
    发表于
    2025-10-08 00:00:00

    foreach: Making All %dopar% Behave Like %dofuture% Everywhere

    [social4i size="small" align="align-left"][This article was first published onJottR on R, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Thefuturepackagecelebrates ten years on CRANas of June 19, 2025. I got a bit stalled over the holidays and going to the fantastic useR! 2025 conference, but, as promised, here is the third in a series of blog posts highlighting recent improvements to thefutureverseecosystem.doFuture1.10.0 is on CRAN as of May 2025 followed ...继续阅读 (1)


    love 0
    T. Moudiki
    发表于
    2025-10-08 00:00:00

    Native uncertainty quantification for time series with NGBoost

    [social4i size="small" align="align-left"][This article was first published onT. Moudiki's Webpage - R, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.2 days ago, I presented a Cythonized implementation of NGBoost. NGBoost is a probabilistic boosting algorithm that providesuncertainty estimates along with predictions. It works by fitting a base learner (like decision trees or linear models) to the negative gradient of a specified loss function, and wasfirst ...继续阅读


    love 0
    jakub::sobolewski
    发表于
    2025-10-08 00:00:00

    Deploy Multiple Shiny Apps from One R Package

    [social4i size="small" align="align-left"][This article was first published onjakub::sobolewski, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Multiple Shiny apps sharing common logic demand a different deployment strategy than standalone applications.Depending on the size of the project, you might choosea multirepo: each app in its own repository, R package(s) for shared logic, ora monorepo: all apps and shared logic in a single repository.Both choices ha ...继续阅读


    love 0
    ouR data generation
    发表于
    2025-10-07 00:00:00

    A new simstudy function to make simulating replications easier

    [social4i size="small" align="align-left"][This article was first published onouR data generation, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Four years ago, Idescribeda simple framework for organizing simulations to conduct power analyses or explore the operating characteristics of modeling approaches. In that framework, I introduced a small functionscenario_listthat generated a list of scenarios forming the basis for simulations. I had always intended ...继续阅读


    love 0
    R'tichoke
    发表于
    2025-10-06 18:30:00

    Text Analytics in R with quanteda (Part 1)

    [social4i size="small" align="align-left"][This article was first published onR'tichoke, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Required Packageslibrary(quanteda) library(quanteda.textstats) library(quanteda.textplots) library(readr) library(dplyr) library(ggplot2) library(stringr) library(DT) library(tidytext)Understanding Text Analytics FundamentalsText analytics transforms text into structured data suitable for analysis. A typical workflow l ...继续阅读


    love 0
    Bluecology blog
    发表于
    2025-10-06 00:00:00

    Resource for using Large Language Model tools in R

    [social4i size="small" align="align-left"][This article was first published onBluecology blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Resource for using Large Language Model tools in RIf you’re interested in using Large Language Models (LLMs) with R, you should check out Luis D. Verde Arregoitia’s new online resource:Large Language Model tools for R. Its available in English and Spanish.The resouce provides a comprehensive guide to working with LLMs ...继续阅读


    love 0
    Bluecology blog
    发表于
    2025-10-05 00:00:00

    New online book AI Assistants for Scientific Coding

    [social4i size="small" align="align-left"][This article was first published onBluecology blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.New online book AI Assistants for Scientific CodingI’ve released a new online book,AI Assistants for Scientific Coding. It’s a practical guide to using language models to support scientific computing and analysis.The book focuses on helping people who already use R or Python for data analysis. It’s not an introduction ...继续阅读


    love 0
    木遥
    发表于
    2025-10-02 08:28:20

    生成式 AI 最不擅长的可能是生成

    这句话需要展开解释一下。人们使用 GPT 的方式可能千差万别,但在很抽象的层面上,它仍然可以大致分成两类任务:请求它评估(某个方案的好坏,某段文字的优劣,etc.),或者请求它输出(做一个新的方案,给出一个建议,自己写一段作品,etc.)。对任何智能来说,这两类任务都是相关但不相同的。比如一个人可能是个美食家,但炒个鸡蛋也会炒糊。可能有极好的文字品味,但写出来的小说很幼稚。可以在评论别人的方案的时候充满洞见,但自己一上手就磕磕绊绊。(甚至也有反过来的情形,一个人可以完全不擅长评论,但自己做就做得很好。当然这是比较罕见的例子。这个区别当然一方面是因为知易行难,但还有一个根本问题在于这两者追求的不是一回事。前者追求的是对数据分布的深刻理解,希望达到全局上的客观综摄。后者追求的则是在这个分布里试图获得一个不平凡的结果,换句话说,是对这个分布的一个抵抗而非服从。没有诗人,哪怕乾隆,写诗是为了想写出一首平庸的诗。大家想写的是传颂千秋的诗——虽然每个人都这么想的结果仍然是大家写出来的是都很平庸,但那是不得已。也就是说,评估需要的是理解分布,而创造追求的是打破分布,或者说,是在另一个自己内心的理想分布中做采样。一个人才华越高,这个自己内心的理想分布同现实分布之间的 distortion 就越大,自己也就越能强行逃脱现实的引力。正是因为一代一代有天赋有才华的人的不懈努力和接力,投入自己的 ego ...继续阅读 (20)


    love 0
    Jason Bryer
    发表于
    2025-10-01 04:00:00

    Simulating Monty Hall’s Problem

    [social4i size="small" align="align-left"][This article was first published onJason Bryer, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.I find that when teaching statistics (and probability) it is often helpful to simulate data first in order to get an understanding of the problem. The Monty Hall problem recently came up in a class so I implemented a function to play the game.The Monty Hall problem results from a game show,Let’s Make a Deal, hosted by Mon ...继续阅读 (15)


    love 0
    Jason Bryer
    发表于
    2025-09-30 04:00:00

    Plotting Distributions in R

    [social4i size="small" align="align-left"][This article was first published onJason Bryer, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.When working with distributions in R, each distribution has four functions, namely:dXXX– density function.rXXX– generate random number from this distribution.pXXX– returns the area to the left of the given value.qXXX– returns the quantile for the given value/area.WhereXXXis the distribution name (e ...继续阅读 (15)


    love 0
    jakub::sobolewski
    发表于
    2025-09-30 00:00:00

    The Cadence of Behavior-Driven Development

    [social4i size="small" align="align-left"][This article was first published onjakub::sobolewski, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Don’t fall into the trap of writing scenarios until you run out of ideas.This approach misses the fundamental economics of testing. Like any investment, BDD scenarios follow the law of diminishing returns. The first scenario should capture the bulk of user value. The second adds meaningful behavior. By the fifth, yo ...继续阅读 (15)


    love 0
    rOpenSci - open tools for open science
    发表于
    2025-09-30 00:00:00

    rOpenSci Code of Conduct Committee Templates

    [social4i size="small" align="align-left"][This article was first published onrOpenSci - open tools for open science, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.At rOpenSci, our Code of Conduct (CoC) committee works to support a healthy, welcoming, and inclusive community. A big part of this work is making sure that the processes we follow are transparent, consistent, and fair. Over the years, we’ve developed a set of templates that guide us through dif ...继续阅读 (16)


    love 0
    Selcuk Disci
    发表于
    2025-09-29 09:47:53

    Uncertainty Analysis: Gold vs. Bitcoin

    [social4i size="small" align="align-left"][This article was first published onDataGeeek, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Deutsche Bank Research Institute stated in its published report that Bitcoin has undergone a process similar to what gold experienced over the past 100 years.According to the report, Bitcoin’s increasing adoption and reduced volatility may transform it into a reserve asset that central banks could hold by 2030.The uncertain ...继续阅读 (15)


    love 0
    pacha.dev/blog
    发表于
    2025-09-29 04:00:00

    Introducing cpp4r: A C++ Interface for R’s C Interface

    [social4i size="small" align="align-left"][This article was first published onpacha.dev/blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.If this post is useful to you I kindly ask a minimal donation onBuy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here:A Personal Message from an Open Source Contributor.You can send me questions for the blog usingthis formand subscribe to receive an email when there is a new ...继续阅读 (17)


    love 0
    Joseph Rickert
    发表于
    2025-09-29 00:00:00

    August 2025 Top 40 New CRAN Packages

    [social4i size="small" align="align-left"][This article was first published onR Works, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Causal Inferencegadjidv0.1.0: Enables efficientRustimplementations of graph adjustment identification distances available in R. These distances (based on ancestor, optimal, and parent adjustment) count how often the respective adjustment identification strategy leads to causal inferences that are incorrect relative to a groun ...继续阅读 (16)


    love 0
    rOpenSci - open tools for open science
    发表于
    2025-09-29 00:00:00

    rOpenSci News Digest, September 2025

    [social4i size="small" align="align-left"][This article was first published onrOpenSci - open tools for open science, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Before sending DELETE THE INDEX_CACHE and re-knit!Dear rOpenSci friends, it’s time for our monthly news roundup!blablaYou can read this poston our blog. Now let’s dive into the activity at and around rOpenSci!rOpenSci HQ10 quick tips for making your software outlive your jobOur community manager ...继续阅读 (14)


    love 0
    pacha.dev/blog
    发表于
    2025-09-27 04:00:00

    Spurious Correlations in R – Correlation is not Causation

    [social4i size="small" align="align-left"][This article was first published onpacha.dev/blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.If this post is useful to you I kindly ask a minimal donation onBuy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here:A Personal Message from an Open Source Contributor.You can send me questions for the blog usingthis formand subscribe to receive an email when there is a new ...继续阅读 (21)


    love 0
    rstats-tips.net
    发表于
    2025-09-27 00:00:00

    Piwik Pro doesn’t offer a free plan anymore

    [social4i size="small" align="align-left"][This article was first published onrstats-tips.net, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Unformatunately Piwik Pro has discontinued their free plan as of the end of 2025. If I wanted to user Piwik Pro I would have to pay at least 420,00 € per year.As the author of the CRAN-hosted R-packagepiwikproRI have to decide whether I should continue maintaining the package or not.My employer still uses Piwik Pro an ...继续阅读 (18)


    love 0
    r on Everyday Is A School Day
    发表于
    2025-09-27 00:00:00

    Learning And Exploring The Workflow of RNA-Seq Analysis – A Note To Myself

    [social4i size="small" align="align-left"][This article was first published onr on Everyday Is A School Day, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Learned RNA-seq workflow using C. difficile data from a published study. Processed raw reads through fastp → kallisto → DESeq2 pipeline. Results matched the original paper’s findings, with clear differential expression between mucus and control conditions.Motivations:To be honest, I don’t really know wha ...继续阅读 (20)


    love 0
    pacha.dev/blog
    发表于
    2025-09-26 04:00:00

    Creating a simple R package with C++ code to sum “a + b” using different data types

    [social4i size="small" align="align-left"][This article was first published onpacha.dev/blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.If this post is useful to you I kindly ask a minimal donation onBuy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here:A Personal Message from an Open Source Contributor.You can send me questions for the blog usingthis formand subscribe to receive an email when there is a new ...继续阅读 (17)


    love 0
    Selcuk Disci
    发表于
    2025-09-24 09:22:25

    Global Modeling with XGBoost: Gold vs. Silver

    [social4i size="small" align="align-left"][This article was first published onDataGeeek, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.China aims to increase its influence in the global bullion market by directing friendly countries to store their gold reserves within its borders. This move is part of Beijing’s efforts to reduce its reliance on the dollar and promote the global use of the yuan.Goldman Sachs predicts that if just 1% of corporate bonds shift ...继续阅读 (20)


    love 0
    pacha.dev/blog
    发表于
    2025-09-24 04:00:00

    Creating a simple R package with C++ code to sum “a + b” using different data types

    [social4i size="small" align="align-left"][This article was first published onpacha.dev/blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.If this post is useful to you I kindly ask a minimal donation onBuy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here:A Personal Message from an Open Source Contributor.You can send me questions for the blog usingthis formand subscribe to receive an email when there is a new ...继续阅读 (20)


    love 0
    Dariia Mykhailyshyna
    发表于
    2025-09-23 18:10:21

    Bayesian Optimization for Sequential Decisions with Multi-Arm Bandits

    [social4i size="small" align="align-left"][This article was first published onR-posts.com, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Join our workshop titledBayesian Optimization for Sequential Decisions with Multi-Arm Bandits, which is a part of our workshops for Ukraine series!Here’s some more info:Title:Bayesian Optimization for Sequential Decisions with Multi-Arm BanditsDate:Thursday, October 23rd, 18:00 – 20:00 CEST (Rome, Berlin, Paris timezone)S ...继续阅读 (20)


    love 0
    free range statistics - R
    发表于
    2025-09-23 13:00:00

    Ten year anniversary of Free Range Statistics by @ellis2013nz

    [social4i size="small" align="align-left"][This article was first published onfree range statistics - R, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Ten years of blog postsA few months ago—26 July 2025 to be precise—was the tenth anniversary of myfirst blog post. Over that time it turns out I’ve written about 225 blog posts, and an astonishing (to me) 350,000 words. That’s after you take out the code.Free Range Statistics is an old-fashioned blog, with a ...继续阅读 (19)


    love 0
    pacha.dev/blog
    发表于
    2025-09-23 04:00:00

    A Personal Message from an Open Source Contributor

    [social4i size="small" align="align-left"][This article was first published onpacha.dev/blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.You can send me questions for the blog usingthis formand subscribe to receive an email when there is a new post.Dear fellow developers and data scientists,If everyone reading this gave just the price of a coffee, I could focus fully on open source work for our community. But not everyone can or will contribute, and tha ...继续阅读 (22)


    love 0
    pacha.dev/blog
    发表于
    2025-09-23 04:00:00

    Creating a simple R package with C++ code to sum “a + b”

    [social4i size="small" align="align-left"][This article was first published onpacha.dev/blog, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.If this post is useful to you I kindly ask a minimal donation onBuy Me a Coffee. It shall be used to continue my Open Source efforts. The full explanation is here:A Personal Message from an Open Source Contributor.You can send me questions for the blog usingthis formand subscribe to receive an email when there is a new ...继续阅读 (17)


    love 0
    jakub::sobolewski
    发表于
    2025-09-23 00:00:00

    Clean R Tests with `local_mocked_bindings` and Dependency Wrapping

    [social4i size="small" align="align-left"][This article was first published onjakub::sobolewski, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.Testing functions that rely on external dependencies is hard.Your tests become slow, fragile, and unreliable when they depend on external APIs, file systems, or services. Worse yet, some dependencies likeSys.time()return values that change constantly, making consistent testing nearly impossible.The solution is simpl ...继续阅读 (21)

上一页 2/838 下一页
沪ICP备19023445号-2号
友情链接