-
can be used for subsetting, summarizing, etc.
-
Hi Finn and inlabru team,
We were fitting a simple model:
```r
library(INLA)
library(inlabru)
#Simulate 20 x 5 data
maturity
-
got a survey response saying that this could be helpful for people to practice on their own time... maybe we should include text like `on your own time` or something that sounds nicer -just to make i…
-
I am trying to access a subset of a netcdf files hosted on a THREDDS server. I can inspect the metadata, but I cannot subset the file via lat and lon slices.
A download via the http link provided o…
-
In our [AR CNP paper in ICLR](https://openreview.net/forum?id=OAsXFPBfTBh), we describe some ways to make AR sampling cheaper through a subset-AR sample-condition-predict procedure. For example, in Ap…
-
This is a spin-off from issue #43:
```
library(BSgenome.Hsapiens.UCSC.hg38)
genome
-
I have read through all the documentation I could find and haven't found a way to subset or filter a cds by colData value. I tried a few other packages that do this for SingleCellExperiments such as C…
-
This is related to this [SO quesiton](https://stackoverflow.com/questions/56408936/performance-issue-with-sd-when-indexing-by-variable/56409174#)
```r
set.seed(102938)
dd
-
Now, I remember why I couldn't use this package.
In most of machine learning applications, you need to subset your data in the training set and a test set.
It is much easier if your algorithms takes…
-
The [list subsetting exercise](https://swcarpentry.github.io/r-novice-gapminder/06-data-subsetting.html#list-subsetting) references the built-in dataset `mtcars`. Consider including an explanation of…