similar to: bug fix integer overflow in medpolish function

Displaying 20 results from an estimated 200 matches similar to: "bug fix integer overflow in medpolish function"

2002 Nov 16
0
Wishlist: allow NA values in medpolish (package 'eda') (PR#2298)
Full_Name: Frederic Schutz Version: 1.6.1 OS: Linux Submission from: (NULL) (128.250.252.193) The subject says everything... This has already been proposed in June 2001 (cf http://maths.newcastle.edu.au/~rking/R/help/01a/2333.html), but no reply followed. I attach the patch that I used on my system to add this feature (including an updated help page), if it can help. Sorry, the two
2003 Mar 10
1
Problem with example(medpolish) in R-devel
Today's R-devel has a problem in `example(medpolish)'. It appears that the `plot.medpolish' method is not available. Here is the output and traceback() after starting `R --vanilla': > library(eda) > example(medpolish) mdplsh> deaths <- rbind(c(14, 15, 14), c(7, 4, 7), c(8, 2, 10), c(15, 9, 10), c(0, 2, 0)) mdplsh> dimnames(deaths) <-
2005 Apr 07
2
vectorized approach to cumulative sampling
Hi All, I need to sample a vector ("old"), with replacement, up to the point where my vector of samples ("new") sums to a predefined value ("target"), shortening the last sample if necessary so that the total sum ("newsum") of the samples matches the predefined value. While I can easily do this with a "while" loop (see below for example
2009 Aug 19
3
R function for Probabilities for the (standard) normal distribution
Dear All, I need to write an R function which computes values of Probabilities for the (standard) normal distribution, ¦µ(z) for z > 0 by summing this power series. (We should accumulate terms until the sum doesn't change). I also need to make the function work for vector of values z. The initial fomular is ¦µ(z) = ( 1/ sqrt(2¦Ð) )* ¡Ò e^(-t^2/2)dt (¡Ò is from -¡Þ, z)
2009 Mar 22
1
data frame to array
Aloha all, I have a data frame with 4 columns. The first three are factors (f1, f2, f3) and the fourth is numeric. I'd like to explore these data using median polish. To do that I plan to use medpolish() on the matrix[f1,f2xf3], then medpolish on the resulting matrix[f2,f3]. This approach is described by Cook on page 141 of Exploring Data Tables, Trends, and Shapes. split()
2012 May 02
1
Extracting results from a median polish
Quick question from a new user to R, How do I extract my solution of a median polish matrix from R to a spreadsheet file such as .csv? >From my reading of my guide book (R for SPSS and SAS users version 2), I deduce that exporting a file to .csv would look like the following: write.csv(medpolish, file ="outfilename.csv", row.names = FALSE) , by I get the following: Error in
2008 Jul 15
1
methods/namespaces/possible bug
Using > methods("plot") [1] plot.Date* plot.HoltWinters* plot.POSIXct* [4] plot.POSIXlt* plot.TukeyHSD plot.acf* [7] plot.data.frame* plot.decomposed.ts* plot.default [10] plot.dendrogram* plot.density plot.ecdf [13] plot.factor* plot.formula* plot.hclust* [16] plot.histogram* plot.isoreg* plot.lm [19] plot.medpolish*
2007 Oct 28
0
Request for help with nls error
Hi. I am attempting to run my code to get estimates for a nonlinear model. Unfortunately, when I run the code, I keep getting the following errors (they switch back and forth depending on when I run it): Error in nlsModel(formula, mf, start, wts) : singular gradient matrix at initial parameter estimates Error in nls(ywt_vib ~ weightfunc_vib(time_vib, Wmax_star, tau_star, gamma_star,
1997 May 15
4
R-alpha: A Couple of Queries
1) I have been working on making R libraries more like those in S. I thought it might be advisable to discuss the ideas before springing them on you. What I have done is changed things so that each library has its own frame on the search path. E.g. > search() [1] ".GlobalEnv" "library:base" > library("eda") > search() [1] ".GlobalEnv"
2015 Jun 28
0
Compiling Libvirt-snmp on VMware Vsphere ESXi
How can I compile and run Libvirt-snmp on VMware Vsphere ESXi? Can somebody guide me with step by step procedure. I tried to followed steps mentioned on Libvirt Website <https://libvirt.org/compiling.html> but I guess they are for Linux distribution. Because I could not execute ./configure command. After searching on Google I found a similar question
2014 Oct 26
2
Nut client for VMware ESXi 5.x version 1.3.0 released
Dear NUT users, New ViB package version 1.3.0 for VMware 5.x has been released. What's new : - Nut upgraded to 2.7.2 - Multiple ups support. You can provide an UPS at NUT_server list in the NutUpsName vmware UserVars. Use space as a separator. NUT client will initiate a shutdown when that last standing UPS goes low batt. All UPS at NUT_server have to use the same user/password. Description
2011 Aug 26
1
methods() not listing some S3 plot methods...?
Dear List, This may be related to this email thread initiated by Ben Bolker last month: https://stat.ethz.ch/pipermail/r-devel/2011-July/061630.html In answering this Question on StackOverflow http://stackoverflow.com/q/7195628/429846 I noticed that `methods()` was not listing some S3 methods for `plot()` provided by the mgcv package. At the time I wanted to check the development version of R as
2010 Jan 28
0
using function boot
Dear R Users, I am trying to use the function boot of the boot package to sample from a dataframe of two character variables (N=1127). Each character variable can take five different values. Here is an example of the data: 1 b95-99.9 d25% 2 b95-99.9 a1% 3 b95-99.9 a1% 4 b95-99.9 a1% 5 b95-99.9 a1% 6 a>99.9 a1% 7 b95-99.9
2004 Feb 04
0
help(Memory) [forwarded message]
I can't understand that people still send things like this to R-core... ------- start of forwarded message ------- From: Tineke Casneuf <ticas at psb.ugent.be> Sender: r-core-bounces at stat.math.ethz.ch To: R-core at r-project.org Subject: help(Memory) Date: Wed, 04 Feb 2004 13:39:32 +0100 Dear, I am trying to find a appropriate package to analyse gene expression data from DNA
2008 Apr 17
1
cron, rsync and permissions
Hello, I am at my first attempts with scripting, cron, and rsync, so please bear with me... The scope is to backup two servers from a dedicated backup pc, with the following script: mv *.log archive rsync --log-file=oracle.log -av -e "ssh -i .ssh/rsync-key" gian@oracle:/home/gian/exp* oracle/ rsync --log-file=vib_home.log -av --delete --exclude=".*/" -e "ssh -i
2015 Jan 09
0
NUT configuration with APC CS650 and ESXi host
On Jan 7, 2015, at 6:11 PM, DatGingerCat <dat.ginger.cat at gmail.com> wrote: > Hello, > > I have decided to upgrade my home server by turning it into an ESXi host and have also added an APC CS650 UPS. > My plan was to have NUT version 2.6.4 running in a Debian 7.7.0 virtual machine, NUT installed using apt. > I configured NUT to run as a netserver, installed the ESXi nut
2010 May 28
5
difference in sort order linux/Windows (R.2.11.0)
Dear R users, I'm a bit perplexed with the effect sort has here, as it is different on Windows vs. linux. It makes my factor levels and subsequent plots different on the two systems. Given: types <- c("PC-D-Euro-0", "PC-D-Euro-1", "PC-D-Euro-2", "PC-D-Euro-3", "PC-D-Euro-4", "PC-D-Euro-5", "PC-D-Euro-6",
2014 Oct 31
0
Nut client for VMware ESXi 5.x version 1.3.0 released
On Oct 26, 2014, at 5:23 AM, Ren? Garcia <rene at margar.fr> wrote: > Maybe someone at NUT project can change the existing link in the NUT web to point to the new package revision. Sorry for the delay - the NUT website is now split across two repositories, and the website will be updated sometime soon for the next NUT release. It will look like this:
2002 Nov 17
2
Package tseries: crash for Windows version (PR#2302)
Platform: Windows 98 R version: Version 1.6.1 (2002-11-01) Package 'tseries' version: 0.9-4 Built: R 1.6.0; Win32; Mon Oct 7 14:02:38 2002) (dependanted packages 'quadprog': Built: R 1.5.1; Win32; 2002-07-03 12:20:50) I've just upgraded to R 1.6.1. By typing library(tseries) example(garch) => I've got a crash with the following message: "RGUI a causé une
2002 Nov 17
2
Package tseries: crash for Windows version (PR#2302)
Platform: Windows 98 R version: Version 1.6.1 (2002-11-01) Package 'tseries' version: 0.9-4 Built: R 1.6.0; Win32; Mon Oct 7 14:02:38 2002) (dependanted packages 'quadprog': Built: R 1.5.1; Win32; 2002-07-03 12:20:50) I've just upgraded to R 1.6.1. By typing library(tseries) example(garch) => I've got a crash with the following message: "RGUI a causé une