Export an IQdataNCA object to an ADNCA dataset
exportADNCA_IQdataNCA.Rd
General ADPC format cannot contain all the information needed for reproducing an NCA analysis. We instead use an "ADNCA" format that contains all information in the data that is needed for the reproduction of the NCA analysis. Standard file name is "adnca.xpt". The path can be chosen. In addition to the adnca.xpt dataset a define.pdf file is generated, documenting the dataset format.
exportADNCA_IQdataNCA(data, pathname = ".", addColLabels = NULL)
Arguments
- data
IQdataNCA object
- pathname
Path where to store the adnca.xpt dataset
- addColLabels
Named list. Names define column names and elements define labels for these columns - only used in generation of ADNCA
See also
Other NCA Data:
IQdataNCA()
,
check_IQdataNCA()
,
dataSpec_IQdataNCA()
,
export_IQdataNCA()
,
ignoreNCA_IQdataNCA()
,
ignoreSUM_IQdataNCA()
,
ignorerecord_IQdataNCA()
,
ignoresubject_IQdataNCA()
,
load_IQdataNCA()
,
plot.IQdataNCA()
,
reportIgnoredSUMNCA_IQdataNCA()
,
summaryObservations_IQdataNCA()