akrun1
akrun1
I get this error after loading the rforecast package ` >>> import rforecast >>> data = [509, 506, 340, 240, 219, 172, 252, 221, 276, 271, 342, 428, 442, 432,...
I would like to rbind two fsttable objects or a single fsttable with data.frame. What would be the preferred method? ``` library(fsttable) library(data.table) ft1
Tried to get the rowwise median (as there is no _median_horizontal)_, but it is resulting in error. Below is a reproducible example code. The _mean_horizontal_ works as expected. Is there...