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

    love 0
    Michael
    发表于
    2025-09-17 08:00:00

    Phoenician colonization

    [social4i size="small" align="align-left"][This article was first published onr.iresmi.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.Figura de Astarté – Museo Arqueológico de Sevilla, Public domain, via Wikimedia CommonsI was readingPhoenician colonization from its origin to the 7th century BC(Manzano-Agugliaro et al. 2025)and thought it was an interesting dataset, but alas: it is split in four tables, behind a javascript redirect (wtf Taylor & F ...继续阅读 (26)


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

    Reimagining Equity Solvency Capital Requirement Approximation (one of my Master’s Thesis subjects): From Bilinear Interpolation to Probabilistic Machine Learning

    [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.Reimagining Equity Solvency Capital Requirement Approximation (one of my Master’s Thesis subjects): From Bilinear Interpolation to Probabilistic Machine LearningIn the world of insurance and financial risk management, calculating the Solvency Capital Requirement (SCR) for equity risk could be a computationall ...继续阅读 (25)


    love 0
    The Jumping Rivers Blog
    发表于
    2025-09-15 23:59:00

    Boost Your Career with Jumping Rivers Free Monthly Webinars – Next Session on 18th September

    [social4i size="small" align="align-left"][This article was first published onThe Jumping Rivers 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.Our free monthly webinar series is back, and the first session on 21 August – “Reports that Write Themselves: Automated Reporting with Quarto” was a fantastic success! It was wonderful to see the Jumping Rivers community grow, with so many data professionals joining, engaging, and sharing ideas. Next Webinar:1 ...继续阅读 (26)


    love 0
    Daniel Oehm
    发表于
    2025-09-15 08:31:43

    Survivor Australia vs. The World is now in {survivoR}

    [social4i size="small" align="align-left"][This article was first published onR Archives - Dan Oehm | Gradient Descending, 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.Survivor Australia vs. The World has wrapped up, and the data is now available in the {survivoR} package. You can install the package from CRAN or fromGithub. Or for non-R users you can download anXLSXdirectly.TheSurvivor stats websitehas been updated with the latest season, including a new ...继续阅读 (29)


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

    From Surviving to Thriving: A Convening to Reclaim and Sustain Open Science Communities

    [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.Open science has transformed how research is conducted, shared, and reused. Yet the organisations at the heart of this transformation are often left vulnerable, underfunded, and disconnected from one another. To move from simply surviving to truly thriving, five leading open science organisation ...继续阅读 (24)


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

    Learning About Assemblying DNA, BLAST, and Multiple Loci Sequence Testing (MLST) – 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.We learnt how to assemble DNA fragments from a recently publishedN. meningitidisoutbreak study using SKESA, practiced using BLAST for species identification and MLST for strain typing, and explored how serogroups are determined using specialized Python tools for capsule characterization– such a fun ...继续阅读 (26)


    love 0
    Miles Almond
    发表于
    2025-09-15 00:00:00

    Introducing admiralneuro!

    [social4i size="small" align="align-left"][This article was first published onpharmaverse 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.------------- typical setup ---------------------------- post begins here ---------------IntroductionNeuroscience Extension Package for ADaM in R Asset Library • admiralneuro{admiralneuro}joins the family as the latest admiral{admiral}extension package. The package supports neurological disease areas, with the initi ...继续阅读 (23)


    love 0
    R/exams
    发表于
    2025-09-14 22:00:00

    Quality Control for Scanned Multiple-Choice Exams

    [social4i size="small" align="align-left"][This article was first published onR/exams, 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.Step-by-step guide to using nops_fix() for fixing problems that occurred during scanning written NOPS exams in R/exams.OverviewTheR/examspackage provides a workflow for generating (exams2nops()), scanning (nops_scan()), and automatically evaluating (nops_eval()) large-scale pen-and-paper multiple-choice exams, see the corresp ...继续阅读 (28)


    love 0
    Stat's What It's All About
    发表于
    2025-09-14 21:00:00

    Exploring {ggplot2}’s Geoms and Stats

    [social4i size="small" align="align-left"][This article was first published onStat's What It's All About, 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.Codelibrary(tidyverse) library(patchwork) library(gt) # sysfonts::font_add_google(name = "fira code") # showtext::showtext_auto() knitr::opts_chunk$set(collapse = TRUE, comment = "#>", dev = "ragg_png")In celebration of the release of{ggplot2}4.0.0, I wanted to explore the relationships between ...继续阅读 (20)


    love 0
    Dariia Mykhailyshyna
    发表于
    2025-09-14 13:56:00

    Structural Bayesian Techniques for Experimental and Behavioral Economics, With applications in R and Stan workshop

    [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 on Structural Bayesian Techniques for Experimental and Behavioral Economics, With applications in R and Stan, which is a part of our workshops for Ukraine series!Here’s some more info:Title:Structural Bayesian Techniques for Experimental and Behavioral Economics, With applications in R and StanDate:Thurs ...继续阅读 (29)


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

    wbstats is back on CRAN

    [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 ...继续阅读 (30)


    love 0
    Jonathan Carroll
    发表于
    2025-09-13 00:00:00

    I Vibe Coded an R Package

    [social4i size="small" align="align-left"][This article was first published onrstats on Irregularly Scheduled Programming, 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.Learning Japanese means memorizing thousands of characters, some of which look nearly identical. I wanted a way to visualize which kanji are similar to each other, and for once there wasn’t an R package for this, so I built one using Claude Code for $20 and an afternoon’s work. I got a full ...继续阅读 (36)


    love 0
    Richard Tyler
    发表于
    2025-09-12 09:25:47

    How Reverse Transcriptase Has Revolutionized Gene Expression Analysis

    Gene expression analysis is a cornerstone of molecular biology, providing critical insights into cellular function, disease mechanisms, and therapeutic targets. Central to this process is reverse transcriptase, the enzyme that enables reverse transcription, converting RNA molecules into complementary DNA (cDNA). This technology has fundamentally transformed the way researchers study gene activity. The Role of Reverse […]The postHow Reverse Transcriptase Has Revolutionized Gene Expression Analysisappeared first onJ L I Blog. ...继续阅读 (21)


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

    How much can President Trump’s Tariffs Impact Canadian Households?

    [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 ...继续阅读 (35)


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

    The ‘Tanakh’ R package

    [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 ...继续阅读 (33)


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

    How much can President Trump’s Tariffs Impact Canadian Households?

    [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 ...继续阅读 (35)


    love 0
    Fabian Hee
    发表于
    2025-09-12 00:00:00

    Faster Clinical Trial Reporting: A Beginner’s Guide to Implementing CDISC SDTM and ADaM Standards with Open-Source R Packages

    [social4i size="small" align="align-left"][This article was first published onpharmaverse 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.------------- typical setup ---------------------------- post begins here ---------------Clinical trials are a crucial component of the pharmaceutical industry, providing the evidence needed to demonstrate the safety, efficacy, and overall benefit of new drugs or treatments.Clinical trials reporting, a detailed proce ...继续阅读 (30)


    love 0
    Bluecology blog
    发表于
    2025-09-12 00:00:00

    Paper in a prompt creating a first draft in one prompt

    [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.Paper in a prompt creating a first draft in one prompt**It was a rather long promptI wanted to see if I could get an AI agent to complete a first draft of a paper, including data analysis, searching for references on the web and writing a complete draft.I used the Roo Code agent software with the Claude Sonnet 4.0 lar ...继续阅读 (37)


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

    Forced Disappearances in Chile (1973-1989)

    [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 ...继续阅读 (28)


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

    Help Us Design a New Git(Hub) Organizational Dashboard

    [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.We have developed a prototype dashboard which aims to help organizations maintain complex systems of inter-dependent software components. Our initialprototype organizational dashboardprovides insights into code contributors, their repositories, and maintenance status and needs. The prototype das ...继续阅读 (32)


    love 0
    MacTalk
    发表于
    2025-09-10 04:49:45

    Claude 这条路在中国企业这里彻底断掉了

    9 月 5 日这一天,Anthropic 在官网发布了一则消息:立即停止 Claude 向中国资本控股企业提供服务。所谓“控股”,指的是持股比例超过 50% 的企业,这一政策覆盖的可不仅仅是大陆公司,事实上大陆公司本身也用不了。这个策略同时包括那些在境外注册,但有中国资本或股东背景的公司和组织。目前看起来,Claude 这条路在中国企业这里彻底断掉了。AI 的地缘政治过去二十年,互联网科技产品大多强调“全球化”。硅谷的产品可以在北京、东京、柏林同时使用,哪怕偶尔有审查或功能阉割,底层的技术逻辑还是相通的。但到了 AI 时代,这条路越来越窄了。先是芯片,后是软件。Anthropic 在公告中说,这项措施是为了“应对法律、监管与国家安全风险”。换句话说,AI 已经被当作战略资源。和石油、芯片一样,AI 模型不再是单纯的商业工具,早就被嵌入到大国博弈的棋盘里。这一点在 GPT-4 之后已经很明显。美国政府把最先进的 AI 模型看作“国防资产”,严格控制其出口与使用范围。现在 Anthropic 的决定只是把这种控制明确落地到商业规则中:你是谁、你后面是谁,这决定了你能不能用 Claude。有意思的是,Anthropic 并非只针对中国,公告里明确提到,这一政策同样适用于美国认定的“对手国家”(adversarial nations),比如俄罗斯啊、伊朗啊、朝鲜等等。blacklist,在 ...继续阅读 (35)


    love 0
    tomaztsql
    发表于
    2025-09-10 04:22:17

    Little useless-useful R functions – Markov babbler

    [social4i size="small" align="align-left"][This article was first published onR – TomazTsql, 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 one is named, yes, you guessed it, after Markov chains.The babbler is there to connotate the simplicity of useless R function.It’s simple calculation of probability of words chaining and drawing the multiple times appeared chained words reminds of markov chain (although this is not it!).The gist is is tokenization ...继续阅读 (35)


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

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

    [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 ...继续阅读 (34)


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

    R6 Interfaces For Backend: Define What, Not How

    [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.Your Shiny app has business logic scattered everywhere.Testing it feels impossible. Every time you touch one piece, three others break. Dependencies tangle together like headphone cables in your pocket.There’s a cleaner way.Interfaces Define What, Not HowR6 interfaces let you bundle concepts together without locking ...继续阅读 (32)


    love 0
    The Jumping Rivers Blog
    发表于
    2025-09-09 23:59:00

    Who We Are and What We Do: Inside Jumping Rivers

    [social4i size="small" align="align-left"][This article was first published onThe Jumping Rivers 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.AtJumping Rivers, we combine engineering, automation, and analytics to streamline your data workflows and make them more efficient. We take care of the tasks you don’t have the time or capacity for, improve processes you might not even know could be optimised, and work alongside your team to make your data and ...继续阅读 (30)


    love 0
    Dariia Mykhailyshyna
    发表于
    2025-09-09 14:15:58

    From a slow analysis script to a fast and structured program in R workshop

    [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 titled From a slow analysis script to a fast and structured program in R, which is a part of our workshops for Ukraine series!Here’s some more info:Title:From a slow analysis script to a fast and structured program in RDate:Thursday, October 9th, 18:00 – 20:00 CEST (Rome, Berlin, Paris timezone)Speaker:J ...继续阅读 (32)


    love 0
    Stephen Turner
    发表于
    2025-09-09 10:21:00

    Repost: Make your development environment portable and reproducible

    [social4i size="small" align="align-left"][This article was first published onGetting Genetics Done, 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.Reposted from the original athttps://blog.stephenturner.us/p/development-environment-portable-reproducible.You upgrade your old Intel Macbook Pro for a new M4 MBP. You’re setting up a new cloud VM on AWS after migrating away from GCP. You get an account on your institution’s new HPC. You have everythingjust so ...继续阅读 (29)


    love 0
    Stephen Turner
    发表于
    2025-09-09 10:19:00

    Using OpenAI Codex in Positron

    [social4i size="small" align="align-left"][This article was first published onGetting Genetics Done, 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.Reposted from the original athttps://blog.stephenturner.us/p/codex-positron.Last month I wrote about agentic coding in Positron using Positron assistant, which uses the Claude API on the back end.Positron Assistant: GitHub Copilot and Claude-Powered Agentic Coding in RStephen Turner·Jul 16Read full storyYesterda ...继续阅读 (29)


    love 0
    Stephen Turner
    发表于
    2025-09-09 10:18:00

    Positron Assistant: GitHub Copilot and Claude-Powered Agentic Coding in R

    [social4i size="small" align="align-left"][This article was first published onGetting Genetics Done, 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.Reposted from the original athttps://blog.stephenturner.us/p/positron-assistant-copilot-chat-agentI have a little hobby project I’m working on and I wanted to use the opportunity to fully make the switch toPositronfrom RStudio. I used Positron here and there when it first came out, but now that it’s out of beta ...继续阅读 (29)


    love 0
    Selcuk Disci
    发表于
    2025-09-09 09:03:23

    Bagged Neural Networks: Will Bayrou’s Fell Affect the STOXX 600 Index?

    [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.The French government is planning to hold a confidence vote on Prime Minister François Bayrou’s fiscal plan.If a coalition of opposition parties votes against the government, as is widely expected, Bayrou will have to submit his resignation to French President Emmanuel Macron.This could cause a fall to the middle band for t ...继续阅读 (32)

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