2022

Number of PhDs by Field

February 19, 2022 | R on Harshvardhan

Yesterday I was talking to one of my friends about his plans post PhD. “I want to go for pure sciences and abstract mathematics, but there are hardly any positions in academia on these topics.”, he said. It got me into thinking how many PhD students graduate every year and ...
[Read more...]

Avoid loops in R! Really?

February 19, 2022 | Michael Mayer

It must have been around the year 2000, when I wrote my first snipped of SPLUS/R code. One thing I've learned back then: Loops are slow. Replace them with vectorized calculations or if vectorization is not possible, use sapply() et al. Since then, the R core team and the community ...
[Read more...]

NLP Courses Online (Natural Language Processing)

February 19, 2022 | finnstats

The post NLP Courses Online (Natural Language Processing) appeared first on finnstats. If you want to read the original article, click here NLP Courses Online (Natural Language Processing). NLP Courses Online, Natural Language Processing is becoming increasingly popular as a result of its numerous uses. The power of NLP may ... [Read more...]

Machine Learning Algorithms Top 5

February 18, 2022 | finnstats

The post Machine Learning Algorithms Top 5 appeared first on finnstats. If you want to read the original article, click here Machine Learning Algorithms Top 5. Machine Learning Algorithms, As we all know, machine learning is rapidly evolving, and many individuals are pursuing professions in the field. Furthermore, a Harvard Business Review ... [Read more...]

4 Ways to use colors in ggplot more efficiently

February 18, 2022 | Albert Rapp

When creating a plot I frequently catch myself using way too many colors. Thus, I have to remind myself often to keep things simple. Usually, this makes a data visualization way more effective. Luckily, I found a neat datawrapper blogpost by Lisa Charlotte Muth that shows us how to reduce ...
[Read more...]

Simulating from TBATS models

February 17, 2022 | R on Rob J Hyndman

I’ve had several requests for an R function to simulate future values from a TBATS model. We will eventually include TBATS in the fable package, and the facilities will be added there. But in the meantime, if you are using the forecast package an...
[Read more...]

Registration Open – 2022 Appsilon Shiny Conference

February 17, 2022 | Appsilon

***Register for the virtual Appsilon Shiny Conference*** The first annual Appsilon Shiny Conference has been scheduled for April 27-29, 2022. You can explore more of the event details and a few of the Shiny Conference speakers on the conference announcement post. We invite you to share your projects and connect with ...
[Read more...]

Feature Scaling in Machine Learning-Introduction

February 17, 2022 | finnstats

The post Feature Scaling in Machine Learning-Introduction appeared first on finnstats. If you want to read the original article, click here Feature Scaling in Machine Learning-Introduction. Feature Scaling in Machine Learning is a strategy for putting the data’s independent features into a set range. It’s done as part ...
[Read more...]

Running R and Debian Linux in the Browser Via WASM

February 17, 2022 | Tony Hirst

A few weeks ago, I noted the appearance of georgestagg/webR, an R distribution compiled to WASM that runs completely in the browser. The environment is served from a simple webserver, and requires no installation of R onto a back-end server or onto your own desktop. Instead, the environment runs ...
[Read more...]

Lists to Data.Frames with imap

February 16, 2022 | rstats-tips.net

When working with data which is a result of json-data converted to a list of lists of lists of lists … (you know what mean ;-)) I often want to convert it a data.frame. Unfortunately there’s often a list in the source data which is unnamed... [Read more...]
1 17 18 19 20 21 33

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)