From 510436646b1bdd5b8cfab70be29334bd3cc9c828 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 29 May 2020 15:03:04 +0200 Subject: Warn if standardized residuals are unlikely normal This revealed a bug in the data returned in mkinfit$data in the case of the d_3 algorithm, which also affected the residual plot - the data from the direct fitting was not returned even if this was the better method. --- NAMESPACE | 1 + 1 file changed, 1 insertion(+) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index f8be4fae..0330f88f 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -115,6 +115,7 @@ importFrom(stats,qnorm) importFrom(stats,qt) importFrom(stats,residuals) importFrom(stats,rnorm) +importFrom(stats,shapiro.test) importFrom(stats,update) importFrom(stats,var) importFrom(utils,getFromNamespace) -- cgit v1.2.1