2021

July 2021: “Top 40” New CRAN Packages

August 25, 2021 | R Views

One hundred eighty-three new packages stuck to CRAN in July. Here are my “Top 40” picks in eleven categories: Data, Ecology, Finance, Genomics, Machine Learning, Medicine, Science, Statistics, Time Series, Utilities, and Visualization. Although I don’t have any formal specification for these categories, I do my best to main my ...
[Read more...]

article extraction, doc2vec & health news coverage in online media

August 25, 2021 | Jason Timm

Introduction This post demonstrates a simple procedure for extracting articles from online news sources using the quicknews package. We also demonstrate methods for entity extraction based on a controlled vocabulary (here, the MeSH thesaurus & hierarchically-organized vocabulary), as well as a quick implementation of a doc2vec model. Gather article metadata ... [Read more...]

Usando el R-Universe

August 25, 2021 | Pachá

Usando el R-Universe El R-Universe, creado por Jeroen Ooms, proporciona una forma muy sencilla de crear repositorios personales tipo CRAN, lo que significa una forma de mostrar su colección de herramientas en uso a la comunidad. Además, puede usarlo para publicar artículos usando rmarkdown, un paquete de ... [Read more...]

Using the R-Universe

August 25, 2021 | Pachá

Using the R-Universe The R-Universe, created by Jeroen Ooms, provides a very simple way to create personal CRAN-like repos, which means a way to show your collection of tools in use to the community. In addition, you can use it to publish articles by using rmarkdown, an R package that ... [Read more...]

How to Remove Duplicates in R with Example

August 25, 2021 | finnstats

How to Remove Duplicates in R, when we are dealing with data frames one of the common tasks is the removal of duplicate rows in R. This can handle while using different functions in... The post How to Remove Duplicates in R with Example appeared first on finnstats. [Read more...]

Calculate Geometric Mean in R

August 24, 2021 | finnstats

Calculate Geometric Mean in R, Geometric mean is the nth root of the product of n values of a set of observations. Geometric can be expressed as GM=(x1, x2, x3, ……, xn)1/n The advantage... The post Calculate Geometric Mean in R appeared first on finnstats. [Read more...]
1 37 38 39 40 41 119

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)