Learn R Programming

bdots (version 1.2.5)

bdotsCorr: Correlation with fixed value in bdots

Description

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

Usage

bdotsCorr(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"`