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

the code at the page 411 cannot run #59

Open
3 tasks
panjunchang opened this issue May 10, 2022 · 0 comments
Open
3 tasks

the code at the page 411 cannot run #59

panjunchang opened this issue May 10, 2022 · 0 comments

Comments

@panjunchang
Copy link

panjunchang commented May 10, 2022

at this page, when run the follwoing code
<dim(ames_1hot_scaled)>
it return
2930 241
not as the book
<2930 240>

and when run the code

set.seed(123)
fviz_nbclust(
ames_1hot_scaled,
kmeans,
method = ”wss”,
k.max = 25,
verbose = FALSE
)

it return Error in do_one(nmeth)

Thank you for giving us feedback on the book! To help us as much as possible please follow these guidelines depending on the type of issue you are submitting and be sure to state the version of the book by referencing the date on the book's first page (under the title and authors).

  • Comments or questions regarding a specific chapter:
    • If this is a regarding a specific passage please try to be as specific as possible regarding where the issue is (e.g. chapter, section, figure number, etc.) and, whenever possible, copy/paste the text in question using > in the issue.
    • If you feel information needs to be added please provide exemplar verbiage you feel should be included, why it should be included, any references required, and the specific location it should be located.
  • Illustrations: Please state the Figure or Table number under concern. If you are suggesting an alternative way to illustrate the idea please supply supporting code or content.
  • Not reproducible: If you are having problems reproducing example code, complete the following checklist:
    • make sure you have all packages listed in the chapter prereq section installed
    • verify if your package versions differ from those used in the book (check software information section in Preface)
    • please list where your error is occurring and what the error is
  • Typo: Be as specific as possible regarding where the typo is (e.g. chapter, section, figure number, etc.) and, whenever possible, copy/paste the text in question using > in the issue.
  • References:
    • Incorrect reference: please provide specific location of the current reference and the suggested edits required to correct the problem.
    • Missing references: please provide Google Scholar Bibtex format for the suggested reference and why & where it should be included.
  • General comments: Although general comments are welcome please be as specific as possible
  • Design: Although design comments are welcome, please understand that we may or may not have control over the specific design issue you are identifying. Please be as specific as possible to the problem you've identified and an example of a remedy solution.
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