ComputeCI: Compute Basic Confidence Intervals

View source: R/ComputeCI.R

ComputeCIR Documentation

Compute Basic Confidence Intervals

Description

Compute Basic Confidence Intervals

Usage

ComputeCI(df)

Arguments

df

A data frame produced by RarefyNetwork()

Value

a dataframe detailing confidence intervals at each tested sample size

Examples

 data(Safariland, package = 'bipartite')
 X<-RarefyNetwork(Safariland, n_per_level = 100)
 PlotRarefaction(X)

cassandRa documentation built on June 22, 2024, 10:21 a.m.