Skip to main content
Skip table of contents

getNCARatioStatistics

Get statistics over the estimated values of NCA ratios defined in the current project as ratios of NCA parameters across occasions.

Usage

R
getNCARatioStatistics(...)

Arguments

...

(character) Names of the ratios whose values must be displayed. Empty: all available ratios are displayed.

Examples

R
initializeLixoftConnectors("pkanalix")
loadProject(paste0(getDemoPath(),"/1.basic_examples/project_accumulationRatio.pkx"))
runNCAEstimation()
getNCARatioStatistics()
#>           parameter     min     mean        SD         SE       CV Ntot Nobs
#> 1 accumulationRatio 1.01071 1.260564 0.1651119 0.03370332 13.09825   24   24
#>   Nmiss  geoMean    geoSD    geoCV harmMean
#> 1     0 1.250733 1.134728 12.68991 1.241422
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.