Thanks to visit codestin.com
Credit goes to github.com

Skip to content

summarise_bootstrap(x,Gst_Hedrick) does not support missing values #9

@shofmon88

Description

@shofmon88

When
bs <- chao_bootstrap(decoris.final, nreps = 1000)
is run, I am able to use
bs.D <- summarise_bootstrap(bs, D_Jost)
without any errors, but when the method is changed to Gst_Hedrick, the following error is generated:

bs.G <- summarise_bootstrap(bs, Gst_Hedrick)
Error in quantile.default(B, c(0.025, 0.975)) :
missing values and NaN's not allowed if 'na.rm' is FALSE

No object is saved during this process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions