remove.non.numeric: Remove matrices with non-numeric values

View source: R/remove.non.numeric.R

remove.non.numericR Documentation

Remove matrices with non-numeric values

Description

Remove matrices with non-numeric values

Usage

remove.non.numeric(list1)

Arguments

list1

List with the interaction matrices

Value

A list of matrices.

Examples

data(mg1)
mg4 <- remove.non.numeric(mg1)

FMestre1/fw_package documentation built on March 24, 2022, 1:27 a.m.