is_sparse_pk.PKNCAconc {PKNCA} | R Documentation |
Is a PKNCA object used for sparse PK?
Description
Is a PKNCA object used for sparse PK?
Usage
## S3 method for class 'PKNCAconc'
is_sparse_pk(object)
## S3 method for class 'PKNCAdata'
is_sparse_pk(object)
## S3 method for class 'PKNCAresults'
is_sparse_pk(object)
is_sparse_pk(object)
Arguments
object |
The object to see if it includes sparse PK |
Value
TRUE
if sparse and FALSE
if dense (not sparse)
[Package PKNCA version 0.11.0 Index]