Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 20 found.
[1] < 1 2 > [2]  Sort:

turner-package (Package: turner) : turner

Turn vectors and lists of vectors into indexed structures
● Data Source: CranContrib
● Keywords: package
● Alias: turner-package
● 0 images

list_to_dummy (Package: turner) : Create a dummy matrix from the elements in a list

Create a dummy matrix based on the elements of a list. Each column in the produced matrix is a dummy indicator.
● Data Source: CranContrib
● Keywords:
● Alias: list_to_dummy
● 0 images

list_to_matrix (Package: turner) : Design-type matrix from the elements in a list

Create a design-type matrix based on the elements of a list. Each column in the produced matrix is linked to the vectors in the list. See example.
● Data Source: CranContrib
● Keywords:
● Alias: list_to_matrix
● 0 images

sumlist (Package: turner) : Sum of all elements in a list

This is just a wrapper of funlist using sum
● Data Source: CranContrib
● Keywords:
● Alias: sumlist
● 0 images

indexify (Package: turner) : Create indices for elements in a vector or list

Create indexed components for the elements of a list.
● Data Source: CranContrib
● Keywords:
● Alias: indexify
● 0 images

lengths (Package: turner) : Length of each element within a list

Get the length of the elements contained in a list.
● Data Source: CranContrib
● Keywords:
● Alias: lengths
● 0 images

meanlist (Package: turner) : Mean of all elements in a list

This is just a wrapper of funlist using mean
● Data Source: CranContrib
● Keywords:
● Alias: meanlist
● 0 images

listsize (Package: turner) : Size: total number of elements in a list

Get the total number of elements in a list.
● Data Source: CranContrib
● Keywords:
● Alias: listsize, sizelist
● 0 images

maxlist (Package: turner) : Maximum of all elements in a list

This is just a wrapper of funlist using max
● Data Source: CranContrib
● Keywords:
● Alias: maxlist
● 0 images

vector_to_dummy (Package: turner) : Create a dummy matrix from the elements in a vector

Create a dummy matrix based on the elements of a vector. Each column in the produced matrix is a dummy indicator.
● Data Source: CranContrib
● Keywords:
● Alias: vector_to_dummy
● 0 images