Skip to content

Commit

Permalink
list of factor section complete
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbogers committed Oct 22, 2018
1 parent 8bec7fd commit dd7f88f
Show file tree
Hide file tree
Showing 4 changed files with 676 additions and 255 deletions.
45 changes: 6 additions & 39 deletions list-copy-paste.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ base::as.null
base::storage.mode
base::is.nan
base::class
base::length<-.factor

base::pretty.default
base::open.srcfilealias
base::identity
Expand Down Expand Up @@ -228,7 +228,7 @@ base::while
base::complex
base::environmentIsLocked
base::Sys.getenv
base::Ops.factor

base::as.complex
base::all.equal.environment
base::as.double
Expand Down Expand Up @@ -844,7 +844,7 @@ base::LETTERS
base::parse #'parse' returns the parsed but unevaluated expressions in a list._
base::by #Function 'by' is an object-oriented wrapper for 'tapply' applied to data frames._
base::gc #garbage collection_
base::gl #Generate factors by specifying the pattern of their levels._

base::match #same as %in%_
```

Expand Down Expand Up @@ -1137,7 +1137,7 @@ base::as.character.octmode
base::browserSetDebug
base::print.listof
base::[.octmode
base::print.factor

base::default.stringsAsFactors
base::pmatch
base::casefold
Expand Down Expand Up @@ -1173,7 +1173,7 @@ base::gregexpr
base::ngettext
base::gettext
base::rawToChar
base::format.factor

base::sQuote
base::nchar
base::strptime
Expand Down Expand Up @@ -1244,7 +1244,7 @@ base::rank #ranking of numbers_
# rank(x)
#-> [1] 1.0 2.5 2.5 4.0 5.0
base::xtfrm.AsIs
base::xtfrm.factor

```

### condition number of a matrix
Expand Down Expand Up @@ -1275,36 +1275,3 @@ base::as.logical.factor
base::isTRUE
base::is.logical
```

### factors
### levels
```R
base::Ops.ordered
base::addNA
base::[<-.factor
base::[[<-.factor
base::as.character.factor
base::[.factor
base::as.factor
base::cut
base::[[.factor
base::Summary.factor
base::droplevels.factor
base::is.factor
base::levels<-.factor
base::Math.factor #not meaningfull for factors, this is a "trap"

base::cut.default
base::is.na<-.factor
base::ordered
base::all.equal.factor
base::levels
base::is.ordered
base::levels.default
base::factor
base::nlevels
base::Summary.ordered
base::as.ordered
base::levels<-
base::summary.factor
```
Loading

0 comments on commit dd7f88f

Please sign in to comment.