getFitCorforGroups {bdots} | R Documentation |
Get Fit Correlations
Description
Helper function for finding correlation of fixed value and fitted values within group
Usage
getFitCorforGroups(x, val, ciBands = FALSE, method = "pearson")
Arguments
x |
A split object of class 'bdObj' split by identifiers |
val |
Fixed value from dataset |
ciBands |
boolean for including cibands |
method |
method for correlation function |
[Package bdots version 1.2.5 Index]