Git Product home page Git Product logo

glossary's People

Contributors

annawysocki avatar asarafoglou avatar dalejbarr avatar debruine avatar evarubinova avatar franzenr avatar jackedtaylor avatar jeffreyrstevens avatar nthun avatar philmcaleer avatar robbyti avatar scgeeker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

glossary's Issues

NEEDS: alpha

Secondary definition for alpha in the context of ggplot

Secondary definition for Cronbach's alpha

NEW: pivot functions

Could be useful to have an explanation about pivot functions pivot_longer() and pivot_wider(), linking to the definitions for long and wide.

NEW: literal

in the context of backslashes creating literal versions of symbols that have a special meaning.

NEW: container

Definition of term "list" uses the term "container" (container data type) which links to C category in Glossary but definition for it doesn't exist yet.

New: Degrees of Freedom

To be Added:

Propose: the number of observations that are free to vary to produce a known outcome

Basic example: If you run 5 people and ask them their age, and you know the mean age of those 5 people is 20.1, then four of those people can have any age but the 5th person must have a specific age to maintain the mean of 20.1. So the mean age here is the known outcome and four peoples age can vary freely (so your degrees of freedom is 4) but one person's age must be a specific number to maintain the known outcome.

Alternatively we could use something from the t-distribution and show how changing the df changes the probability of the outcome on the t-distribution.

EDIT: whitespace

Additional comment or example about using whitespace in APA write-up. e.g.

with whitespace: t(df) = t-value, p = p-value, d = d-value

without whitespace: t(df)=t-value, p=p-value, d=d-value

NEW: NA

explain how to remove NAs for calcs like mean, sd, cor

NEW: tied ranks

TBD

Suggested: "when two or more values/observations within a variable are identical and assume the same rank order value"

NEW: dependency

Packages that are required to run another package. R should automatically install these for you when you install a new package.

NEW: formula

Define formula in the sense of R's object type?

NEW: joins

Overview of joins and link to :

  • binding joins
  • filtering joins
  • mutating joins

Also separate entries for semi_join, anti_join, left_join, right_join, inner_join, outer_join that link to their join type.

NEW: Outlier

Would be good to include maybe a paper on detecting outliers as well

NEW: Conflict

TBD - would be good to add something about conflicts in function names

idea: function to display definition in text rather than term

Might be an idea to have a function that displays the definition of a word in the actual body of text in a paragraph, rather than the word. Say for example:

"Degrees of Freedom is defined as r glossary_show_definition("degrees of freedom")

Which would knit as:

"Degrees of Freedom is defined as The number of observations that are free to vary to produce a known outcome."

though might need to put a tolower() around it. That way people would only need to update the definition in the glossary and it would update in other places it is used and remove any inconsistencies. Might not be frequently used but could be handy.

NEW: model

A description of what a model does/its aims. Could link to examples like glm and glmm.

NEW: Environment

Would be useful to define the environment - maybe linking to definitions for objects and variables.

NEW: Data Visualisation

ToBeAdded.

Suggestion:

Data Visualisation is the skill of creating and interpreting plots and figures from data.

NEW: library

TBD - would be good to add something about the idea of the library and loading packages into the library.

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.