Learn R Programming

bdots (version 2.0.0)

bcorr: Correlation with fixed value in bdots

Description

Find the correlation of a fixed value with the bdots fitted curves at each time point

Usage

bcorr(bdObj, val, ciBands = FALSE, method = "pearson")

Arguments

bdObj

Object of class `bdotsObj`

val

Character string of fixed value for correlation in dataset from `bdotsFit`

ciBands

Boolean for including confidence intervals

method

Arguments for `cor` or `cor.test`. The default option us `method = "pearson"`