rowVars: Form row variances

Description Usage Arguments Details Value See Also

Description

Form row variances for numeric arrays.

Usage

1

Arguments

x

an array of two or more dimensions, containing numeric, complex, integer or logical values, or a numeric data frame.

...

~~Describe ... here~~

Details

This function is equivalent tu use of apply with FUN = var with MARGIN = 1, but is a lot faster.

Value

A numeric or complex array of suitable size, or a vector if the result is one-dimensional.

See Also

rowSums, rowMeans, apply


anapuce documentation built on May 2, 2019, 9:44 a.m.

Related to rowVars in anapuce...