Giter VIP home page Giter VIP logo

drhur's Issues

parameters available for drhur()

Where can I see the input parameters available for drhur please? For example 'efa', which is not written in the documentation.

`apply` examples

Give more systemic apply cases in loop_cn, illustrating the difference among *apply and relations with the apply. @syfyufei

NB: Don't use regression as the example. Better use an example used in the previous lecture

Adding the 3C theorem

drhur provides a novel theorem of R programming pedagogy, i.e., the 3C theorem:

Content, capability, and confidence.

ggradar package is needed for "visualize"

For further reference, if users do drhur("visualize") and terminal echos

package 'ggradar' is not available for this version of R

ggradar is not a package published on CRAN, it can be installed via devtools:

install.packages("devtools")
devtools::install_github("ricardo-bion/ggradar", dependencies=TRUE)

Comments for textbook

Play

  • 面对对象的编程语言一节,感觉结构和目的不是很清楚,是否需要修改?

Update the main line lecture

Adding the section corrections (after dealing with the previous issues) to the main branch---only the section established there.

`df_news$role1` in text chapters

When compiling the text chapters, e.g., drhur("classify", lang = "en"), stop at

df_news$role1 <- str_extract(df_news$content, pattern = paste(ls_names[1:12], collapse = "|")) # after the 12th are post docs and research fellows
for a not-matching error.

The error only appears when running the drhur command. There's no problem compiling the tutorial by isolatedly running the rmd file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.