search for: almansa

Displaying 4 results from an estimated 4 matches for "almansa".

2008 Jan 11
1
How to disable output messages (prints or cats) from functions in R?
...ction doesn't have a "verbose" parameter. Thus, I can't disable it using a verbose parameter. I'm sure that there must be some procedure in R to do it but after searching through the mailing lists I haven't found anything about it. Thank you for your help, Miguel Rat?n Almansa
2006 Apr 18
0
Jeffries-Matusita distance
I've calculated as follows: matusita<-function(f1,f2,lw,up){ fmatu<-function(x) ( sqrt(f1(x)) - sqrt(f2(x)) )^2 sqrt (integrate( fmatu, lower=lw, upper=up, subdivisions=1000000)$value) } Josué Almansa Unitat de Recerca en Serveis Sanitaris Institut Municipal d'Investigació Mèdica, IMIM c/ Doctor Aiguader, 80 08003 Barcelona e-mail: jalmansa@imim.es [[alternative HTML version deleted]]
2012 Apr 02
1
get data from Perl arrays
...uld I invoke R inside Perl to do the same?? #!/usr/bin/perl open(DAT,"datos.txt"); while (<DAT>) { chomp; push(@datos,$_); } #now I want a histogram of values in @datos Thanks!! JR -- José Ramón Blas - PhD Dept. Biochemistry - Medicine School University of Castilla-La Mancha C Almansa, 14 02006 Albacete (Spain) Phone: +34 967599200 ext. 2958 [[alternative HTML version deleted]]
2007 Nov 30
0
Is there any multivariate regression function to combine all variables from a dataset?
Hi everybody, I've been looking for a function that combines all variables from a dataset because I need to do multivariate regression. If we have linear regression with an expression like f(x) = a0 + sum(ai*xi) what I want to do is something like f(x) = a0 + sum(ai*xi) + sum(sum(bij * xi * xj)) + sum(sum(sum(cijk*xi*xj*xk))) + ... So I need a function that combines all the values from