search for: mscalib

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

Did you mean: calib
2002 Sep 20
1
Trouble in running Rcmd --check on Windows 2000.
...nderstand the output. At something similar i am looking most of my time. But it does not help to get the package checked and installed. Is there anyone out who can help me? Please help! D:\home\wolski\Rproject>Rcmd check --no-latex --library=D:\home\wolski\Rproject\temp D:\home\wolski\Rproject\mscalib * using log directory 'D:/home/wolski/Rproject/mscalib.Rcheck' make: Entering directory `/cygdrive/d/prog/R/rw1051/src/gnuwin32' make DLLNM= FLIBS="-lg2c -lRblas" \ -C D:/home/wolski/Rproject/mscalib PKG=mscalib RHOME=d:/prog/R/rw1051 RLIB=D:/home/wolski/Rproject/temp \...
2002 Sep 30
1
Problems installing Package with r 1.5.1
R : Copyright 2002, The R Development Core Team Version 1.5.1 (2002-06-17) > install.packages("O:/Rpack/mscalib.zip", .libPaths()[1], CRAN = NULL) updating HTML package descriptions Warning message: error -1 in extracting from zip file > install.packages("O:/Rpack/zzz.zip", .libPaths()[1], CRAN = NULL) updating HTML package descriptions Warning message: error -1 in extracting from zip fi...
2004 Dec 09
2
Peak finding algorithm
I'm sure there must be various peak-finding algorithms out there. Not knowing of any, I have written one myself*, but I thought I'd ask to see what's out there. Basically, I have a 2-dimensional data set and I want to identify local peaks in the data, while ignoring "trivial" peaks. My naive algorithm first identifies every peak and valley (point of inflection change
2005 Apr 19
3
Help with predict.lm
Hi I have measured the UV absorbance (abs) of 10 solutions of a substance at known concentrations (conc) and have used a linear model to plot a calibration graph with confidence limits. I now want to predict the concentration of solutions with UV absorbance results given in the new.abs data.frame, however predict.lm only appears to work for new "conc" variables not new "abs"