bootnet icon indicating copy to clipboard operation
bootnet copied to clipboard

Bootstrap methods for various network estimation routines

Results 17 bootnet issues
Sort by recently updated
recently updated
newest added

Dear Sacha, thanks for this nice package! When I run the example code (see below) with the current version on CRAN (1.5) or the current version von Github (1.5.1) it...

I'm trying to bootstrap the edge weight from an Ising network. I got the following message: boot1

Hi Sacha, Data=read.table("IGD+.txt",header=T) > Network Network

Hi, I am trying to use simatenetwork with matrix (I checked, it is a matrix) of raw data using Ebicglasso. I get everytime the error that the matrix is not...

Hi! I have a problem when I do the bootnet analysis. It happens in 3 different networks I work with (an Ising, EBICGlasso and a mgm). The main problem is...

This PR adds the `R CMD check` standard workflow described [here](https://github.com/r-lib/actions/tree/master/examples#standard-ci-workflow). The idea is that pushes and merges into the `master` branch will be automatically checked using `R CMD check...

I am using `bootnet` in a package and when creating a `PSOCK` cluster I noticed that the child processes are populated with a `.Random.seed`. After a lot of debugging, I...

Hi SachaEpskamp I used the following code for subsetting edges, but found "subset" cannot work. All the edges were calculated. I wonder whether "subset" is supported for "plot='difference' ". Expect...

Hi, Sacha, I used the following code for estimating CLPN network using bootnet(215 samples, 9 nodes, 4 covariates): ## Set number of covariates numCovar = 4 ## Set number of...