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 14 found.
[1] < 1 2 > [2]  Sort:

bdsmatrix.ibd (Package: bdsmatrix) :

Routines that create identity-by-descent (ibd) coefficients often output their results as a list of values (i, j, x[i,j]), with unlisted values of the x matrix assumed to be zero. This routine recasts such a list into bdsmatrix form.
● Data Source: CranContrib
● Keywords: array
● Alias: bdsmatrix.ibd
● 0 images

bdsmatrix (Package: bdsmatrix) :

Sparse block diagonal matrices are used in the the large parameter matrices that can arise in random-effects coxph and survReg models. This routine creates such a matrix. Methods for these matrices allow them to be manipulated much like an ordinary matrix, but the total memory use can be much smaller.
● Data Source: CranContrib
● Keywords: array
● Alias: bdsmatrix
● 0 images

solve.gchol (Package: bdsmatrix) :

This function solves the equation Ax=b for x, given b and the generalized Cholesky decompostion of A. If only the first argument is given, then a G-inverse of A is returned.
● Data Source: CranContrib
● Keywords: array
● Alias: solve.gchol
● 0 images

bdsBlock (Package: bdsmatrix) :

Create a block-diagonal matrix of ones.
● Data Source: CranContrib
● Keywords: array
● Alias: bdsBlock
● 0 images

as.matrix.bdsmatrix (Package: bdsmatrix) : Convert a bdsmatrix to a ordinary (dense) matrix

Method to convert from a Block Diagonal Sparse (bdsmatrix) matrix representation to an ordinary one
● Data Source: CranContrib
● Keywords: array
● Alias: as.matrix.bdsmatrix
● 0 images

backsolve (Package: bdsmatrix) : Solve an Upper or Lower Triangular System

Solves a system of linear equations where the coefficient matrix is upper (or ‘right’, ‘R’) or lower (‘left’, ‘L’) triangular.
● Data Source: CranContrib
● Keywords: algebra, array
● Alias: backsolve-methods
● 0 images

bdsI (Package: bdsmatrix) :

This function will create an identitiy matrix, in the sparse bdsmatrix format.
● Data Source: CranContrib
● Keywords: survival
● Alias: bdsI
● 0 images

gchol.bdsmatrix-class (Package: bdsmatrix) : Class "gchol.bdsmatrix"

Generalized cholesky decomposition of a bdsmatrix object, A= LDL' where A is symmetric, L is lower triangular with 1 on the diagonal, and D is diagonal.
● Data Source: CranContrib
● Keywords: classes
● Alias: [,gchol.bdsmatrix-method, %*%,gchol.bdsmatrix,matrix-method, %*%,gchol.bdsmatrix,numeric-method, %*%,matrix,gchol.bdsmatrix-method, %*%,numeric,gchol.bdsmatrix-method, coerce,gchol.bdsmatrix,matrix-method, diag,gchol.bdsmatrix-method, dim,gchol.bdsmatrix-method, gchol.bdsmatrix-class, show,gchol.bdsmatrix-method
● 0 images

bdsmatrix-class (Package: bdsmatrix) : Class "bdsmatrix"

Representation for a Block Diagonal Sparse matrix
● Data Source: CranContrib
● Keywords: classes
● Alias: Math,bdsmatrix-method, Math2,bdsmatrix-method, Ops,bdsmatrix,bdsmatrix-method, Ops,bdsmatrix,matrix-method, Ops,bdsmatrix,numeric-method, Ops,matrix,bdsmatrix-method, Ops,numeric,bdsmatrix-method, [,bdsmatrix-method, %*%,bdsmatrix,matrix-method, %*%,bdsmatrix,numeric-method, %*%,matrix,bdsmatrix-method, %*%,numeric,bdsmatrix-method, all,bdsmatrix-method, any,bdsmatrix-method, bdsmatrix-class, coerce,bdsmatrix,matrix-method, coerce,bdsmatrix,vector-method, diag,bdsmatrix-method, diag<-,bdsmatrix-method, dim,bdsmatrix-method, dimnames,bdsmatrix-method, dimnames<-,bdsmatrix-method, gchol,bdsmatrix-method, max,bdsmatrix-method, min,bdsmatrix-method, prod,bdsmatrix-method, range,bdsmatrix-method, show,bdsmatrix-method, sum,bdsmatrix-method
● 0 images

bdsmatrix.reconcile (Package: bdsmatrix) :

This function is used by coxme. When a random effect is expressed as a sum of variance terms (matrices), it is important that all of them have the same row/column order and the same block structure. This does so, while retaining as much sparsity in the result as possible.
● Data Source: CranContrib
● Keywords: array
● Alias: bdsmatrix.reconcile
● 0 images