You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, if I run the command >centrality_description(iris, Species, Sepal.Length), I receive the following error msg:
Error in centrality_description(iris, Species, Sepal.Length) :
could not find function "centrality_description"
R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
centrality_description(iris, Species, Sepal.Length)
Error in centrality_description(iris, Species, Sepal.Length) :
could not find function "centrality_description"
sessionInfo()
R version 4.1.1 (2021-08-10)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Big Sur 11.6
attached base packages:
[1] stats graphics grDevices utils datasets
[6] methods base
other attached packages:
[1] statsExpressions_1.1.0 qgraph_1.6.9
The text was updated successfully, but these errors were encountered:
Hi, if I run the command >centrality_description(iris, Species, Sepal.Length), I receive the following error msg:
Error in centrality_description(iris, Species, Sepal.Length) :
could not find function "centrality_description"
R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
attached base packages:
[1] stats graphics grDevices utils datasets
[6] methods base
other attached packages:
[1] statsExpressions_1.1.0 qgraph_1.6.9
The text was updated successfully, but these errors were encountered: