October 2021

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...]

{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...]

Two-Way ANOVA using R

October 5, 2021 | Statistical Aid

A two-way ANOVA test is a statistical test used to determine the effect of two nominal predictor variables on a continuous outcome variable. A two-way ANOVA tests the effect of two independent variables on a dependent variable. This blog post contains… The post Two-Way ANOVA using R appeared first on ...
[Read more...]

Cluster analysis using R

October 5, 2021 | Statistical Aid

Cluster analysis is a statistical technique that groups similar observations into clusters based on their characteristics. It is a statistical method of processing data. A good cluster analysis produces high-quality clusters with high inter-class correlation. This blogpost contains the following… The post Cluster analysis using R appeared first on Statistical ...
[Read more...]

Restricted Boltzmann Machine (RBM)

October 5, 2021 | finnstats »

Restricted Boltzmann Machine is used to detect patterns in data, in an unsupervised way. If you haven’t read the previous posts yet, you can read them by clicking the below links. Introduction to Machine Learning with TensorFlow »Introduct...
[Read more...]

Restricted Boltzmann Machine (RBM)

October 5, 2021 | finnstats

Restricted Boltzmann Machine is used to detect patterns in data, in an unsupervised way. If you haven’t read the previous posts yet, you can read them by clicking the below links. Introduction to Machine... The post Restricted Boltzmann Machine (RBM) appeared first on finnstats. [Read more...]

fwf without the faff

October 4, 2021 | HighlandR

Fixed width files? What are those? Well, imagine your entire dataframe/ tibble/ data.table is in a single column. That’s it, over 200 columns, in one. Each row is a very long string. Sounds fun right? Ideally, there would be delimiters ...
[Read more...]

{emayili} Message Integrity

October 4, 2021 | R - datawookie

How can you be sure that the contents of an email haven’t been tampered with? The best approach would probably be to have a digital signature on each component of the message. Perhaps I’ll look at integrating that into {emayili} some time in the future. However, today I’...
[Read more...]

[maximin] geometric climbing

October 4, 2021 | xi'an

A puzzle from The Riddler this week returning to the ranking of climbing competitors in Tokyo. And asking for the maximin score, that is, the worst possible absolute score guaranteeing victory. In the case of eight competitors, a random search for a maximin over 10⁶ draws leads to a value of 48=1...
[Read more...]
1 7 8 9 10

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)