The R Project SVN R

Rev

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

Rev 52784 Rev 52831
Line 1... Line 1...
1
 
1
 
2
R version 2.12.0 Under development (unstable) (2010-08-17 r52756)
2
R version 2.12.0 Under development (unstable) (2010-08-30 r52829)
3
Copyright (C) 2010 The R Foundation for Statistical Computing
3
Copyright (C) 2010 The R Foundation for Statistical Computing
4
ISBN 3-900051-07-0
4
ISBN 3-900051-07-0
5
Platform: x86_64-unknown-linux-gnu (64-bit)
5
Platform: i386-apple-darwin9.8.0/i386 (32-bit)
6
 
6
 
7
R is free software and comes with ABSOLUTELY NO WARRANTY.
7
R is free software and comes with ABSOLUTELY NO WARRANTY.
8
You are welcome to redistribute it under certain conditions.
8
You are welcome to redistribute it under certain conditions.
9
Type 'license()' or 'licence()' for distribution details.
9
Type 'license()' or 'licence()' for distribution details.
10
 
10
 
Line 13672... Line 13672...
13672
predict.lda :
13672
predict.lda :
13673
	 function (object, newdata, prior = object$prior, dimen, method = c("plug-in",      "predictive", "debiased"), ...)  NULL 
13673
	 function (object, newdata, prior = object$prior, dimen, method = c("plug-in",      "predictive", "debiased"), ...)  NULL 
13674
predict.lm :
13674
predict.lm :
13675
	 function (object, newdata, se.fit = FALSE, scale = NULL, df = Inf,      interval = c("none", "confidence", "prediction"), level = 0.95,      type = c("response", "terms"), terms = NULL, na.action = na.pass,      pred.var = res.var/weights, weights = 1, ...)  NULL 
13675
	 function (object, newdata, se.fit = FALSE, scale = NULL, df = Inf,      interval = c("none", "confidence", "prediction"), level = 0.95,      type = c("response", "terms"), terms = NULL, na.action = na.pass,      pred.var = res.var/weights, weights = 1, ...)  NULL 
13676
predict.loess :
13676
predict.loess :
13677
	 function (object, newdata = NULL, se = FALSE, ...)  NULL 
13677
	 function (object, newdata = NULL, se = FALSE, na.action = na.pass,      ...)  NULL 
13678
predict.lqs :
13678
predict.lqs :
13679
	 function (object, newdata, na.action = na.pass, ...)  NULL 
13679
	 function (object, newdata, na.action = na.pass, ...)  NULL 
13680
predict.mca :
13680
predict.mca :
13681
	 function (object, newdata, type = c("row", "factor"), ...)  NULL 
13681
	 function (object, newdata, type = c("row", "factor"), ...)  NULL 
13682
predict.mlm :
13682
predict.mlm :