Dear all,
I want to compare some models in one table and wanted to use compareModels_IQRnlmeProjectMulti function.
I provide the path of model output:
M1 <- "../03-Models/S211-PK_COVARIATE/03-Run03/MODEL_2/CovariateModel_02”
M2 <- "../03-Models/S211-PK_COVARIATE/04-Run04/MODEL_2/CovariateModel_02"
compareModels_IQRnlmeProjectMulti(c(M1,M2))
but get the following error:
Error in apply(is.na(wmiddle_in_pleasure_been_non_sure_content_fuga_and_and_officiis_[, :
dim(X) must have a positive length
Is it not correctly used ?
Everything was run with IQRtool 1.5.0 and Monlix2019R1
Best, Aline
Aline Fuchs, PhD
Research Scientist – Pharmacokinetics
AC Immune SA
EPFL Innovation Park
Building D
CH-1015 Lausanne
Phone: +41 21 345 93 71
FAX: +41 21 345
91 20
E-mail: aline...@acimmune.com
www.acimmune.com
This e-mail message (including any attachments) is confidential and for use of the intended recipient(s) only. Receiving party shall hold and maintain the confidential information in strictest confidence for the sole and exclusive benefit of the disclosing
party. Unauthorized use or treatment of all or part of this message is strictly prohibited. Unintended recipients: please notify the sender and delete the original message, any attachments and any copies from your computer and back-up system immediately. Thank
you.
M2 <- "../03-Models/S211-PK_COVARIATE/04-Run04/MODEL_2/CovariateModel_02"
x <- as_IQRnlmeProjectMulti(c(M1,M2))
compareModels_IQRnlmeProjectMulti( x )
That should work. From the next version on also your way of coding will work. Initially base names of models were used but the full path is needed in case models have the same base name :)
Cheers,
Henning