2021

One-N against the world!

November 1, 2021 | R on OSM

We’re taking a short break from neural networks to return to portfolio optimization. Our last posts in the portfolio series discussed risk-constrained optimization. Before that we examined satisificing vs. mean-variance optimization (MVO). In our last post on that topic, we simulated 1,000 60-month (5-year) return series using the 1987-1991 period ...
[Read more...]

Analysis of Covariance (ANCOVA) using R

October 31, 2021 | Statistical Aid

A general linear model (GLM) with at least one continuous and one categorical independent variable is known as ANCOVA (treatments). When the effect of treatments is essential and there is an additional continuous variable in the study, ANCOVA is effective.… The post Analysis of Covariance (ANCOVA) using R appeared first ...
[Read more...]

{binance} Spot Trading: Market Orders

October 31, 2021 | R - datawookie

Functionality for working with spot trades is now available in {binance}. In this post we’ll establish some background on spot trading and then explore some of the spot trading functions in {binance}. Setup First we’ll load the package. library(binance) packageVersion("binance") [1] ‘0.0.3’ We’ll be using the Binance ...
[Read more...]

Cross Validation in R with Example

October 31, 2021 | finnstats »

What Does Cross-Validation Mean? Cross-validation is a statistical approach for determining how well the results of a statistical investigation generalize to a different data set. Cross-validation is commonly employed in situations where the goa...
[Read more...]

Cross Validation in R with Example

October 31, 2021 | finnstats

What Does Cross-Validation Mean? Cross-validation is a statistical approach for determining how well the results of a statistical investigation generalize to a different data set. Cross-validation is commonly employed in situations where the goal... The post Cross Validation in R with Example appeared first on finnstats. [Read more...]

Regression in R-Ultimate Guide

October 30, 2021 | finnstats »

Regression in R, In a recent article, we discussed model fitting and selection. However, we haven’t considered how we’ll choose which variables to include in our model. Simple Linear Regression in r » Guide » Let’s go over our ...
[Read more...]

Regression in R-Ultimate Guide

October 30, 2021 | finnstats

Regression in R, In a recent article, we discussed model fitting and selection. However, we haven’t considered how we’ll choose which variables to include in our model. Simple Linear Regression in r » Guide... The post Regression in R-Ultimate Guide appeared first on finnstats. [Read more...]
1 15 16 17 18 19 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)