Spelling of "parameter" in summary.nls(..., correlation = TRUE) (PR#8759)
Full_Name: Henric Nilsson Version: 2.3.0 alpha (2006-04-08 r37675) OS: Windows XP SP2 Submission from: (NULL) (212.209.13.15) The text preceeding the correlation matrix in summary.nls(..., correlation = TRUE) has a spelling error: parameter is spelled paraneter.
DNase1 <- subset(DNase, Run == 1) fm1DNase1 <- nls(density ~ SSlogis(log(conc), Asym, xmid, scal), DNase1) summary(fm1DNase1, cor = TRUE)
Formula: density ~ SSlogis(log(conc), Asym, xmid, scal)
Parameters:
Estimate Std. Error t value Pr(>|t|)
Asym 2.34518 0.07815 30.01 2.17e-13 ***
xmid 1.48309 0.08135 18.23 1.22e-10 ***
scal 1.04146 0.03227 32.27 8.51e-14 ***
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.01919 on 13 degrees of freedom
Correlation of Paraneter Estimates:
Asym xmid
xmid 0.99
scal 0.90 0.91