is.lpcor | R Documentation |
Functions to check if an object is of class lpcor
is.lpcor(x)
x |
An object to check. |
A logical value TRUE
or FALSE
.
library(metan) library(dplyr) mt_num <- mtcars %>% select_if(., is.numeric) lpdata <- as.lpcor(cor(mt_num[1:5]), cor(mt_num[1:5]), cor(mt_num[2:6]), cor(mt_num[4:8])) is.lpcor(lpdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.