search for: interpl

Displaying 3 results from an estimated 3 matches for "interpl".

Did you mean: interp
2011 Jun 14
1
functions for polynomial and rational interplation?
...ough some data points? Nevilles' is an improvement on Lagrange interpolation. And how about interpolating rational functions? I could not find anything at rseek.org or at crantastic.org. thanks -- View this message in context: http://r.789695.n4.nabble.com/functions-for-polynomial-and-rational-interplation-tp3595334p3595334.html Sent from the R help mailing list archive at Nabble.com.
2008 Mar 20
1
Use of Factors
...reate the array interp_out=array(,c(18,length(cols2))) # create the values to interpolate to interp_out[,3]=c(0,25,50,75,100,125,150,175,200,0,25,50,75,100,125,150,1 75,200); # fill the visits interp_out[,2]=c(1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2) # fill the SubjID interp_out[,1]=SubjID; Now fill in interplated values for each visit. interp_out[1:9,4]=hrv1;interp_out[10:18,4]=hrv2; # hrv1 & hrv2 come from the following function, the "lm" parameter is output from the standard lm() function: interpolateToXL = function(lm,maxxl){ int_values=matrix(nrow=9,ncol=1) int_values[1,]=coef(lm)[1];...
2011 Feb 05
3
spline interpolation
Hello R-help I have the following data for a standard curve concentration(nM),fluorescence 0,48.34 2,58.69 5,70.83 10,94.73 20,190.8 50,436.0 100, 957.9   (1)Is there function in R to plot a spline. (2)How can I interpolation,say 1000 point from 0nM-100nM and store this as a data frame of concentration,fluorescence (3)How can I modify the code below so that instead of retrieving a concentration