related_coef {BGmisc}R Documentation

related_coef (Deprecated)

Description

When calling this function, a warning will be issued about its deprecation.

Usage

related_coef(...)

Arguments

...

Arguments to be passed to 'calculateRelatedness'.

Details

This function is a wrapper around the new 'calculateRelatedness' function. ‘related_coef' has been deprecated, and it’s advised to use 'calculateRelatedness' directly.

Value

The same result as calling 'calculateRelatedness'.

See Also

calculateRelatedness for the updated function.

Examples

## Not run: 
# This is an example of the deprecated function:
related_coef(...)
# It is recommended to use:
calculateRelatedness(...)

## End(Not run)

[Package BGmisc version 1.2.0 Index]