sqrt.na {refitME}R Documentation

Function that replaces NA with zero for a matrix

Description

This function replaces NA with zero for a matrix.

Usage

## S3 method for class 'na'
sqrt(x)

Arguments

x

: a matrix

Value

sqrt.na returns a matrix.

Author(s)

Jakub Stoklosa


[Package refitME version 1.2.2 Index]