2021

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

Introduction to Recurrent Neural Networks

October 4, 2021 | finnstats

Recurrent Neural Networks, This is a follow-up to one of our previous posts, which you can read here if you missed it. Let’s look into Recurrent Neural Networks and the different types of issues that they... The post Introduction to Recurrent Neural Networks appeared first on finnstats. [Read more...]

Working with Fairly Wide Data

October 3, 2021 | R - datawookie

The concept of “wide data” is relative. In some domains 100 columns is considered “wide”, while in others that’s perfectly normal and you’d need to have thousands (or tens of thousands!) of columns for it to be considered even remotely “wide”. The data that we work with at Fathom ...
[Read more...]

Multiple linear regression made simple

October 3, 2021 | R on Stats and R

Introduction Simple linear regression: reminder Principle Equation Interpretations of coefficients \(\widehat\beta\) Significance of the relationship Correlation does not imply causation Conditions of application Visualizations Multiple linear regression Principle Equation Interpretations of coefficients \(\widehat\beta\) Conditions of application How to choose a good linear model? \(P\)-value associated to the ...
[Read more...]
1 24 25 26 27 28 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)