2021

Data Visualization with R-Scatter plots

October 8, 2021 | finnstats

Data Visualization with R, In this tutorial, we will describe how to create a scatter plot in the R programming language. “ggplot2” is a fantastic package for making visually appealing data displays. If you... The post Data Visualization with R-Scatter plots appeared first on finnstats.
[Read more...]

A bug related to R factor

October 7, 2021 | Xianjun Dong

Note a bug in my code today. Sometimes you need to put a certain level (e.g. healthy control) in the first position for your covariance. Here is my old code:dds[[variable]]=factor(dds[[variable]])levels(dds[[variable]])= union(variable_REF, levels... [Read more...]

TidyModels or CARET – how they compare?

October 7, 2021 | Gary Hutson

People have been telling me not to teach caret anymore, albeit I do teach TidyModels as well. Their argument is that TidyModels is new and shiny and we should be using the most up to date tools. I get this justification, but is caret really dead? My answer is “not ...
[Read more...]

Deep Belief Networks and Autoencoders

October 6, 2021 | finnstats »

Deep Belief Networks (DBN) and Autoencoders, Let’s take a look at DBNs and how they are created on top of RBMs. If you haven’t read the previous posts yet, you can read them by clicking the below links. Introduction to Machine Learning wit...
[Read more...]

Deep Belief Networks and Autoencoders

October 6, 2021 | finnstats

Deep Belief Networks (DBN) and Autoencoders, Let’s take a look at DBNs and how they are created on top of RBMs. If you haven’t read the previous posts yet, you can read them by... The post Deep Belief Networks and Autoencoders appeared first on finnstats. [Read more...]

Agile in R: Appsilon Speakers at Agile By Example 2021

October 6, 2021 | Appsilon

The Agile By Example conference is coming soon! Next week in October (11-13) will be the biggest Agile conference in Poland. To be agile in R is to be effective at software development. But there’s no one-size-fits-all recipe here because being Agile means focusing on the people in your ...
[Read more...]

Multi-Output Regression using Sklearn

October 6, 2021 | Nagdev Amruthnath

Regression analysis is a process of building a linear or non-linear fit for one or more continuous target variables. That’s right! there can be more than one target variable. Multi-output machine learning problems are more common in classification than regression. In classification, the categorical target variables are encoded to ... [Read more...]

Next — Today I Learnt About R

October 5, 2021 | R on Harshvardhan

Next is my short and sweet newsletter about a curated collection of R-related works. It is posted at 9:30 AM (Eastern Time) every Wednesday. The content is pretty straightforward. Five stories. Four packages. Three jargons. Two tweets. One meme. ...
[Read more...]

{emayili} Message Precedence

October 5, 2021 | R - datawookie

Sometimes you need to have a message delivered immediately. Other times it doesn’t matter when it’s delivered. Similarly, you might want the recipient to read a message right now! Or you may not really care when they read it. To address both of these scenarios I have added ...
[Read more...]

Paired sample t-test using R

October 5, 2021 | Statistical Aid

The paired sample t-test, sometimes called the dependent sample t-test, is a statistical procedure used to determine whether the mean difference between two sets of observations is zero. In a paired sample t-test, each subject or entity is measured twice, resulting… The post Paired sample t-test using R appeared first ...
[Read more...]

One-Way ANOVA using R

October 5, 2021 | Statistical Aid

The one-way analysis of variance (ANOVA) is used to determine whether there are any statistically significant differences between the means of three or more independent (unrelated) groups. This guide will provide a brief introduction to the one-way ANOVA, including the… The post One-Way ANOVA using R appeared first on Statistical ...
[Read more...]
1 23 24 25 26 27 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)