search for: bolstad

Displaying 14 results from an estimated 14 matches for "bolstad".

2003 Apr 09
1
'Apparently' trouble with name spaces and Sweave...
Ben Bolstad experienced something odd while running R CMD check over a package of ours using r-devel (yesterday's fresh). He tracked down the problem to a vignette calling 'library(MASS)'. Please kindly ignore if this is a known (and temporary) issue. Laurent ----- Forwarded message from B...
2007 Jun 15
2
sma package, and MouseArray data set
...object "MouseArray" not found We were hoping to use the MouseArray data with some of the sma functions. Since the data seems the only problem, is the data available elsewhere in this form? Or is there an easy work-around? I have tried contacting the listed maintainer (Benjamin Bolstad), but the listed email address (mb at bmbolstad.com) bounced. Thanks. P. > sessionInfo() R version 2.5.0 (2007-04-23) i486-pc-linux-gnu locale: LC_CTYPE=en_AU.UTF-8;LC_NUMERIC=C;LC_TIME=en_AU.UTF-8;LC_COLLATE=en_AU.UTF-8;LC_MONETARY=en_AU.UTF-8;LC_MESSAGES=en_AU.UTF-8;LC_PAPER=en_AU.UTF-8;L...
2008 Jun 09
1
nonlinear fitting on many voxels
...bsp; The error I would get after fitting the limited number of voxels is:  "Error in approx(x, fx, n = 2 * n.pts + 1) :         need at least two non-NA values to interpolate" I think the error is from the library Bolstad since I'm using the sintegral function as part of the fitting equation.  I've tried numerous nonlinear functions including: nlm, optim and nlminb, but all stop after performing the fit on a limited number of voxels.  I took the values for which the fitting routine stops an...
2005 Feb 15
1
Install icecast as user on remote server
...vileges to use it in the "regular" way.. When I try to compile it everything is ok untill: checking for libogg... ok checking for libvorbis... ok checking for struct ovectl_ratemanage_arg... no configure: error: must have Ogg Vorbis v1.0 or above installed best regard, Sverre Helge Bolstad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20050215/3c6c7d57/attachment.html
2004 May 17
0
Bioconductor 1.4 released
...ment the tool's usage, and are provided in the "doc" subdirectory of each package library. Try: library(tkWidgets) vExplorer() for assistance after installing BioConductor. WHO: ==== For the Bioconductor development team: Douglas Bates, University of Wisconsin, USA. Ben Bolstad, Division of Biostatistics, UC Berkeley, USA. Vince Carey, Harvard Medical School, USA. Marcel Dettling, Federal Inst. Technology, Switzerland. Sandrine Dudoit, Division of Biostatistics, UC Berkeley, USA. Byron Ellis, Harvard Department of Statistics, USA. Laurent Gautier, Technial University of D...
2004 Mar 08
2
memory problem
I am trying to upload into R 143 Affymetrix chips onto using R on the NIH Nimbus server. I can load 10 chips without a problem, however, when I try to load 143 I receive a error message: cannot create a vector of 523263 KB. I have expanded the memory of R as follows: R --min-vsize=10M --max-vsize=2500M --min-nsize=10M -max-nsize=50M (as specified in help in R). After running this command the
2008 Oct 29
1
Regression versus functional/structural relationship?
Hi, I am dealing with the following problem. There are two biochemical assays, say A and B, available for analyzing blood samples. Half the samples have been analyzed with A. Now, for some insurmountable logistic reasons, we have to use B to analyze the remaining samples. However, we can do a comparative study on a small number of samples where we can obtain concentrations using both A and
2007 Mar 26
1
Problem in loading all packages all at once
...lidate","betareg","Bhat","BHH2","bicreduc","biglm","bim","bindata","Biodem","biopara","bitops","bivpois","blighty","blockrand","BMA","boa","Bolstad","boolean","boost","boot","bootstrap","bqtl","BradleyTerry","brlr","BRugs","BSDA","BsMD","butler","calibrate","calibrator","caMassClass","car",&...
2003 Oct 30
0
Release of Bioconductor 1.3
...ated example of the package's use) as well as possibly some "HOWTO"s. These document the tool's usage, and are provided in the "doc" subdirectory of each package library. -- WHO: For the Bioconductor development team: Douglas Bates, University of Wisconsin, USA. Ben Bolstad, Division of Biostatistics, UC Berkeley, USA. Vince Carey, Harvard Medical School, USA. Marcel Dettling, Federal Inst. Technology, Switzerland. Sandrine Dudoit, Division of Biostatistics, UC Berkeley, USA. Byron Ellis, Harvard Department of Statistics, USA. Laurent Gautier, Technial University of D...
2003 Oct 30
0
Release of Bioconductor 1.3
...ated example of the package's use) as well as possibly some "HOWTO"s. These document the tool's usage, and are provided in the "doc" subdirectory of each package library. -- WHO: For the Bioconductor development team: Douglas Bates, University of Wisconsin, USA. Ben Bolstad, Division of Biostatistics, UC Berkeley, USA. Vince Carey, Harvard Medical School, USA. Marcel Dettling, Federal Inst. Technology, Switzerland. Sandrine Dudoit, Division of Biostatistics, UC Berkeley, USA. Byron Ellis, Harvard Department of Statistics, USA. Laurent Gautier, Technial University of D...
2007 Apr 09
1
How to solve differential and integral equation using R?
Hello, I want to know if there are some functions or packages to solve differential and integral equation using R. Thanks. Shao chunxuan. [[alternative HTML version deleted]]
2010 Mar 14
3
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * apcluster (1.0.1) Ulrich Bodenhofer http://crantastic.org/packages/apcluster The apcluster package implements Frey's and Dueck's Affinity Propagation clustering in R. The algorithms are analogous to the Matlab code published by Frey and Dueck. * BioPhysConnectoR (1.6-1) Franziska Hoffgaard
2010 Jul 18
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * allan (1.0) Alan Lee http://crantastic.org/packages/allan Automates Large Linear Analysis Model Fitting * andrews (1.0) Jaroslav Myslivec http://crantastic.org/packages/andrews Andrews curves for visualization of multidimensional data * anesrake (0.3) Josh Pasek http://crantastic.org/packages/anesrake This
2007 Mar 27
0
Solving a system of nonlinear equations involving weighted parameters
Hi, I'm trying to solve the following system of nonlinear equations P1 - F2 = x[1] + (1/2) * x[3] * x[1]^2 P2 - F2 = x[2] + (1/2) * x [3] * x[2]^2 F1 - F2 = -(1/2) * x[1] - (1/2) * x[2] + (1/8) * x [3] * (x[1] + x[2])^2 B1 - F2 = (1/4) * x[1] - (1/4) * x[2] + (1/16) * x[3] * (x[1] - x[2])^2 B2 - F2 = (1/4) * x[1] + (1/4) * x[2] + (1/16) * x[3] * (x[1]