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

    love 0
    未曾
    发表于
    2025-07-09 08:29:55

    四书章句集注

    此《四书章句集注》由南宋朱熹注。全书包含《大学章句》《中庸章句》各一卷,《论语集注》十卷,《孟子集注》十四卷。这是四书的重要注本,其中《大学》、《中庸》中的注释称为 “章句”,《论语》、《孟子》中的注释集合了众人之说,称为 “集注”。此为南宋时期当涂郡斋刊递修本(有配抄)。 ...继续阅读 (43)


    love 0
    Jakub Nowosad
    发表于
    2025-07-09 00:00:00

    Specialized R packages for spatial cross-validation: sperrorest and blockCV

    [social4i size="small" align="align-left"][This article was first published ongeocompx, 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 the sixth and the final blog post in a series on spatial machine learning with R.You can find the list of other blog posts in this seriesin part one.This document provides an overview of two R packages,sperrorestandblockCV, that can be used for spatial cross validation, but are outside of standard machine learning fr ...继续阅读 (48)


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

    The 4 Layers of Testing Every R Package Needs

    [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 isn’t a checkbox, it’s your safety net.If you want to ship robust, reliable R packages, you need more than just unit tests. You need a layered approach that covers every angle, from individual functions to the user’s journey, from code coverage to the quality of your tests themselves.Let’s break down the fou ...继续阅读 (46)


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

    Elevate Your Skills and Boost Your Career with Jumping Rivers Free Monthly Webinars

    [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.Are you ready to expand your knowledge in R, Python, Shiny, and Posit while becoming a more valuable asset to your team? Jumping Rivers is here to help you do just that with our free monthly webinar series designed for data professionals at all levels. These 55-minute sessions are easy to join online and packe ...继续阅读 (47)


    love 0
    Selcuk Disci
    发表于
    2025-07-08 09:37:48

    Predicting the NASDAQ 100 with Hyperparameter Tuning

    [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.Pressure on the markets has intensified ahead of the Wednesday deadline for trade deals. We will model monthly Nasdaq 100 data with theFederal Funds Effective Rateand theUnemployment Rate. We will use Boosted trees with hyperparameter tuning.library(tidyverse) library(tidymodels) library(modeltime) library(timetk) #Unemplo ...继续阅读 (47)


    love 0
    Open Analytics
    发表于
    2025-07-08 06:00:00

    ShinyProxy 3.2.0

    [social4i size="small" align="align-left"][This article was first published onOpen Analytics, 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’re happy to share that ShinyProxy 3.2.0 is now available. This release focuses on a range of small but meaningful improvements aimed at making ShinyProxy easier to use. Debugging issues is now easier than ever, thanks to clearer error messages and improved error handling. The documentation has been extended with mor ...继续阅读 (45)


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

    A user-friendly graphical interface to techtonique dot net’s API (will eventually contain graphics).

    [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.www.techtonique.net’s API is based on R and Python code from theTechtoniqueproject’s packages.The web app now contains a user-friendly graphical interface to the API allowing you to use buttons to interact with it (will eventually include graphical representations of the responses). Just navigate towww.techto ...继续阅读 (48)


    love 0

    发表于
    2025-07-07 00:00:00

    Bioconductor and ggplot2 4.0.0: What’s Changing and How to Prepare

    [social4i size="small" align="align-left"][This article was first published onBioconductor community 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.IntroductionA major update toggplot2(version 4.0.0) is expected aroundmid-to-late July 2025. It brings a significant internal change, replacing most of the S3 backend with the newer S7 object system. While this improves long-term maintainability and extensibility, it may break Bioconductor packages that de ...继续阅读 (53)


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

    Calling =TECHTO_MLCLASSIFICATION for Machine Learning supervised CLASSIFICATION in Excel is just a matter of copying and pasting

    [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.=TECHTO_MLCLASSIFICATIONin Excel is based on R and Python code from theTechtoniqueproject’s Machine Learning supervised classification functions.Here’s a unified way to use=TECHTO_MLCLASSIFICATIONdirectly and easily in Excel with xlwings Lite:If you haven’t done it yet, install xlwings Litehttps://lite.xlwing ...继续阅读 (48)


    love 0
    Shiyu Chen
    发表于
    2025-07-07 00:00:00

    Raw data for domains in the pharmaversesdtm package

    [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 ---------------BackgroundThe SDTM Test Data for the Pharmaverse Family of Packages • pharmaversesdtm{pharmaversesdtm}and ADaM Test Data for the Pharmaverse Family of Packages • pharmaverseadam{pharmaverseadam}packages have been available for ...继续阅读 (50)


    love 0
    Bluecology blog
    发表于
    2025-07-07 00:00:00

    Writing scientific papers with quarto and AI assistants

    [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.Writing scientific papers with quarto and AI assistantsBelow is my suggested workflow for using quarto to write scientific papers. I’m currently switching to doing as many projects as possible with quarto rather than word for a few reasons:Easier to manage document styleEasier to manage referencesWorkflows that auto-u ...继续阅读 (45)


    love 0
    Albert Rapp
    发表于
    2025-07-06 07:00:00

    data.table vs dplyr: A Side-by-Side Comparison

    [social4i size="small" align="align-left"][This article was first published onBlog, 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.[Note: This blog post originally appeared onalbert-rapp.deand has been shared here to serve both the{data.table}and{dplyr}communities.]In today’s blogpost I show you how to do common data cleaning operations via both{data.table}and{dplyr}. These are two fantastic frameworks inside the R ecosystem. As always, there’s also a video ...继续阅读 (36)


    love 0
    Ponne, Bruno
    发表于
    2025-07-06 00:00:00

    From R to Tableau – Leverage Both Tools for Effective Dashboards

    [social4i size="small" align="align-left"][This article was first published oncoding-the-past, 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 the violence causes silence, we must be mistaken.Zombie, The Cranberries (1994)Data analysis can be more than quarterly KPIs or complicated statistical models — it can help us remember and critically retell our past. While Latin America is often viewed as a peaceful region, the second half of the 20th century saw ...继续阅读 (42)


    love 0
    T. Moudiki
    发表于
    2025-07-06 00:00:00

    Calling =TECHTO_MLREGRESSION for Machine Learning supervised regression in Excel is just a matter of copying and pasting

    [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.=TECHTO_MLREGRESSIONin Excel is based on R and Python code from theTechtoniqueproject’s Machine Learning supervised regression functions.Here’s a unified way to use=TECHTO_MLREGRESSIONdirectly and easily in Excel with xlwings Lite:If you haven’t done it yet, install xlwings Litehttps://lite.xlwings.org/instal ...继续阅读 (42)


    love 0
    An Accounting and Data Science Nerd's Corner
    发表于
    2025-07-06 00:00:00

    A Primer on Power Simulations when Evaluating Experimental Designs

    [social4i size="small" align="align-left"][This article was first published onAn Accounting and Data Science Nerd's Corner, 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 you design experiments, you need to know how many participants it takes to get informative results. But what makes results informative? Simply put: A precise effect estimate, meaning an estimate that is unbiased and has a narrow confidence interval. Your randomized design and car ...继续阅读 (39)


    love 0
    R | Dr Tom Palmer
    发表于
    2025-07-06 00:00:00

    Creating tutorial worksheets; Quarto profiles for the win!

    [social4i size="small" align="align-left"][This article was first published onR | Dr Tom Palmer, 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.IntroductionIpreviously postedabout creating tutorial worksheets for 4 different Quarto engines (for R, Python, Stata, and Julia) usingconditional content. However, that approach is a bit hacky and I wasn’t very happy with it.Thanks to avignette by Christophe Dervieuxin the quarto R package I realised there is a mor ...继续阅读 (41)


    love 0
    未曾
    发表于
    2025-07-05 08:27:51

    海错图

    《海错图》由清代画家聂璜绘制。全套共四册(前三册藏于北京故宫博物院、第四册藏于台北故宫博物院)共描述了三百多种生物,还记载了不少海滨植物,算是一本古代的海洋生物图鉴。所绘每一种物种的空隙处,辅以文字说明介绍所绘物象的名称由来,以及产地、物性特征等,再配以小赞一首。 ...继续阅读 (51)


    love 0
    T. Moudiki
    发表于
    2025-07-05 00:00:00

    Calling =TECHTO_RESERVING and =TECHTO_MLRESERVING for claims triangle reserving in Excel is just a matter of copying and pasting

    [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.=TECHTO_RESERVINGand=TECHTO_MLRESERVINGin Excel are based on R and Python code from theTechtoniqueproject’s claims triangle reserving functions.Here’s a unified way to use=TECHTO_RESERVINGand=TECHTO_MLRESERVINGdirectly and easily in Excel through xlwings Lite:If you haven’t done it yet, install xlwings Liteht ...继续阅读 (51)


    love 0
    Ivan Svetunkov
    发表于
    2025-07-04 10:02:17

    smooth v4.3.0 in R: what’s new and what’s next?

    [social4i size="small" align="align-left"][This article was first published onArchives R - Open Forecasting, 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.Good news! The smooth package v4.3.0 is now on CRAN. And there are several things worth mentioning, so I have written this post.New default initialisation mechanismSince the beginning of the package, thesmoothfunctions supported three ways for initialising the state vector (the vector that includes level ...继续阅读 (49)


    love 0
    T. Moudiki
    发表于
    2025-07-04 00:00:00

    Calling =TECHTO_SURVIVAL for Survival Analysis in Excel is just a matter of copying and pasting

    [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.=TECHTO_SURVIVALin Excel is based on R and Python code from theTechtoniqueproject’s Survival Analysis functions.Here’s a unified way to use=TECHTO_SURVIVALdirectly and easily in Excel with xlwings Lite:If you haven’t done it yet, install xlwings Litehttps://lite.xlwings.org/installationand click on its icon i ...继续阅读 (48)


    love 0
    jakub::sobolewski
    发表于
    2025-07-04 00:00:00

    An Introduction to Behavior-Driven Development in R

    [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.When developing software, a disconnect between what users want and what the software does can occur. We might’ve delivered working, tested code, but does it solve the user’s problem?Behavior-driven development aims to mitigate that risk, by capturing and testing requirements from the perspective of the external user ...继续阅读 (52)


    love 0
    pharmaverse council
    发表于
    2025-07-04 00:00:00

    PHUSE Update

    [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 ---------------Hello, Phriends!In case you missed it, earlier this year, PHUSE and pharmaverse strengthened their initial relationship (established 2023) by bringing pharmaverse within the PHUSE community as the 9th active Working Group. At the ...继续阅读 (47)


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

    R Package Quality: Documentation

    [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.This is part three of a five part series of related posts on validating R packages. Other posts in the series are:Validation GuidelinesPackage PopularityPackage Documentation(this post)Code QualityMaintenanceIn this post, we’ll take a closer look at package documentation and how it helps assess the “risky-ness ...继续阅读 (49)


    love 0
    Open Analytics
    发表于
    2025-07-03 11:10:00

    Hash-tag baby

    [social4i size="small" align="align-left"][This article was first published onOpen Analytics, 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.IntroductionNaming a baby can be a difficult task. It can take – soon to be – parents quite some time to align on a name they both like. Afterwards it can also be challenging to keep the name a secret until birth.If you are lucky, there might be some close friends or colleagues who are simultaneously expect ...继续阅读 (68)


    love 0
    Dariia Mykhailyshyna
    发表于
    2025-07-03 11:06:00

    latent: R package for the efficient estimation of large latent variable models

    [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 onlatent: R package for the efficient estimation of large latent variable models, which is a part of our workshops for Ukraine series!Here’s some more info:Title:latent: R package for the efficient estimation of large latent variable modelsDate:Thursday, August 7th, 18:00 – 20:00 CET (Rome, Berlin, Paris ...继续阅读 (53)


    love 0
    Econometrics and Free Software
    发表于
    2025-07-03 00:00:00

    You can outsource the grunt work to an LLM, not expertise

    [social4i size="small" align="align-left"][This article was first published onEconometrics and Free Software, 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 more I use LLMs for programming, the more it seems to me that they can only be used successfully if you ask them to do things that you could do yourself.This seems to be the case because:you know exactly what you want/need and thus can exactly describe it;you know exactly if the LLM is actually deli ...继续阅读 (55)


    love 0
    T. Moudiki
    发表于
    2025-07-03 00:00:00

    Calling =TECHTO_SIMULATION for Stochastic Simulation in Excel is just a matter of copying and pasting

    [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.=TECHTO_SIMULATIONin Excel is based on R and Python code from theTechtoniqueproject’s univariate and multivariate time series SIMULATIONing functions.Here’s a unified way to use=TECHTO_SIMULATIONdirectly and easily in Excel with xlwings Lite:If you haven’t done it yet, install xlwings Litehttps://lite.xlwings ...继续阅读 (57)


    love 0
    rOpenSci - open tools for open science
    发表于
    2025-07-03 00:00:00

    Open Science with a Latin American Identity: Meet the New Cohort of the rOpenSci Champions Program

    [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.Read it in: Español.We’re very excited to introduce the new rOpenSci Champions! This cohort will participate in the program and carry out their work in Spanish, allowing us to continue strengthening the open science and research software development community in this language. We’re excited abou ...继续阅读 (51)


    love 0
    Bioconductor community blog
    发表于
    2025-07-03 00:00:00

    Bringing Bioconductor to Galaxy: A CoFest Collaboration

    [social4i size="small" align="align-left"][This article was first published onBioconductor community 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.IntroductionThis blog post was written during CoFest (CollaborationFest) that took place after the2025 Galaxy Bioconductor Community Conference, held this year at Cold Spring Harbor Laboratory in New York. For the first time, this joint meeting brought together two of the most widely used open-source platf ...继续阅读 (40)


    love 0
    T. Moudiki
    发表于
    2025-07-02 00:00:00

    Calling =TECHTO_FORECAST for forecasting in Excel is just a matter of copying and pasting

    [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.=TECHTO_FORECASTin Excel is based on R and Python code from theTechtoniqueproject’s univariate and multivariate time series forecasting functions.Here’s a unified way to use=TECHTO_FORECASTdirectly and easily in Excel with xlwings Lite:If you haven’t done it yet, install xlwings Litehttps://lite.xlwings.org/i ...继续阅读 (54)

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