Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

centrality_description #2

Open
ms1948 opened this issue Oct 20, 2021 · 0 comments
Open

centrality_description #2

ms1948 opened this issue Oct 20, 2021 · 0 comments

Comments

@ms1948
Copy link

ms1948 commented Oct 20, 2021

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.

library(qgraph)
library(statsExpressions)
Registered S3 methods overwritten by 'parameters':
method from
as.double.parameters_kurtosis datawizard
as.double.parameters_skewness datawizard
as.double.parameters_smoothness datawizard
as.numeric.parameters_kurtosis datawizard
as.numeric.parameters_skewness datawizard
as.numeric.parameters_smoothness datawizard
print.parameters_distribution datawizard
print.parameters_kurtosis datawizard
print.parameters_skewness datawizard
summary.parameters_kurtosis datawizard
summary.parameters_skewness datawizard

parametric -----------------------

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant