Displaying 2 results from an estimated 2 matches for "spellout".
Did you mean:
shellout
2012 Jun 30
0
Using Pers. Dictionary with Aspell in R
...ygwin's install of Aspell 0.60. Using a test file
with 2/5 words misspelled:
SpellTest.txt
test
text
txxt
endeavour
mytzlplk
and dictionary files (aspell.en.pws, and spell.en.prepl respectively) of:
personal_ws-1.1 en 0
mytzlplk
personal_repl-1.1 en 0
mytzlplk superman
and R expression of:
SpellOut<- aspell(SpellTest,
program=SpellProg,
control=c("--master='en_US.multi'
--add-extra-dicts='en_GB.multi' ' -p ./aspell.en.pws'"))
makes no suggestion for "mytzlplk" but finds "txxt" and allows "endeav...
2011 Jan 24
0
tolerance limits for nls predicted values
Greetings,
I would like to calculate tolerancelimits for a series of predicted values
from nonlinear regression models. I've been using the tolerance package
but the self-starting functions are not in the derivitive tables. When I
spellout the functions and supply starting values I repeatedly get an
error message regardless of the starting values I use (see output below).
Does anyone have a solution for this problem?
> oh_fit2<-nls(MBB ~ SSfpl(AGE, a, b, c, d))
> oh_fit2
Nonlinear regression model
model: MBB ~ SSfpl(AG...