The R Project SVN R

Rev

Rev 58933 | Rev 66951 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 58933 Rev 63206
Line 1... Line 1...
1
## For examples skipped in testing because they are 'random'
1
## For examples skipped in testing because they are 'random'
2
 
2
 
3
set.seed(1)
3
set.seed(1)
4
if(.Platform$OS.type == "windows") options(pager = "console")
4
if(.Platform$OS.type == "windows") options(pager = "console")
5
 
5
 
6
pdf("reg-examples-2.pdf", encoding = "ISOLatin1.enc")
6
pdf("reg-examples2.pdf", encoding = "ISOLatin1.enc")
7
 
7
 
8
 
8
 
9
## stats
9
## stats
10
example(SSasympOrig)
10
example(SSasympOrig)
11
example(SSlogis)
11
example(SSlogis)