-
In the second edition, ch4, splines are covered which was not in the 1se edition.
Currently I am doing :
```
num_knots = 5
knot_list = np.quantile(df2.year, q=np.linspace(0,1, num=num_knots))…
-
#this line of code is not working.
cbmc[["adt_snn"]]
-
something is wrong with displaying D3 plots
![image](https://user-images.githubusercontent.com/18423383/53298331-90c42180-382c-11e9-95b5-b840940e6036.png)
```
library("DALEX2")
library("breakDow…
-
I'm running the program using:
pcaExplorer(dds=dds, dst=vst)
where dds and vst were generated using DEseq. But when the pcaExplorer window opens it can't load the data. It used to work a few months …
-
Huxtable should work with any regression model that has a `tidy.*()` and a `glance.*()` function. Stan models fit either with `Rstan` or with `rstanarm` work great with `huxreg()` but currently only i…
-
Dear Paul,
First, **thank you** for brms. It is always a pleasure to work with it.
The possibility to include spatial autocorrelation structures in models like car / icar / sar etc. is a really …
-
The `huge` package had a [new release](https://github.com/cran/huge/releases) a few days ago and it looks like it has a few breaking changes. Most notably I get this error - `Error: 'huge.mb' is not a…
-
When running lasso logistic regression model if the model does not complete successfully no message is returned.
R version 3.5.0 (2018-04-23)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running und…
-
Dear Team,
I am learning the single-cell RNA-seq with the Seurat package and I highly appreciate the comprehensive package with interpretable visualizations and easy operation. Thank you for buildi…
-
There's this:
```
>> pkg describe stk
error: some packages are not installed: stk
error: called from
describe at line 68 column 7
pkg at line 569 column 9
>> pkg describe -forge stk
…