Displaying 20 results from an estimated 200 matches similar to: "Re: PR#886: Error (?) in documentation of 'swiss'"
2001 Apr 21
1
Re: PR#886: Error (?) in documentation of 'swiss'
No, you're quite right, I was wrong. I must have been very confused when I
put up the first 'bug' report, #886. I noticed my error a couple of days
after and put up a comment to that effect on R-bugs, but it seems to have
vanished (or alternatively I did that wrong as well). I agree with you on
the criterion for the choice of districts as well. There remains a minuscule
discrepancy
2001 Mar 28
0
Error (?) in documentation of 'swiss' data in R base package (PR#886)
Full_Name: Kevin McConway
Version: 1.2.2
OS: WinNT
Submission from: (NULL) (137.108.11.58)
Hardly crucial, but I've come upon a potential error in the documentation of the
'swiss' datafram in the R base package. The description accurately matches what
is said in the Mosteller and Tukey source quoted, but according to the data
archived at Princeton (links from
2007 Mar 14
0
cannot delete the last column of a dataframe using "[<-" (PR#9565)
Hi,
If df is a dataframe, its last column can't be deleted using "[<-", but
other columns can be deleted this way.
Example:
> (df <- df0 <- data.frame(x = 1:3, y = 4:6, z = 7:9))
x y z
1 1 4 7
2 2 5 8
3 3 6 9
> df[, "z"] <- NULL
Error in x[[jj]] : subscript out of bounds
> df[, 3] <- NULL
Error in x[[jj]] : subscript out of bounds
>
2008 Mar 28
2
Wrong story step running
Hi
I have three steps like this:
Given ''a user called "$name" of type $user_type and status $user_state in
organisation "$organisation_name"'' do |name, user_type, user_state,
organisation_name|
$runs ||= 1
puts "MOO #{$runs}"
$runs += 1
# ...
end
Given ''a user called "$name" with username
2013 May 29
0
"Unable to optimize" error returned in factanal using R-3.0.1, Windows 64 bit, and OpenBLAS
Hello,
I have been trying for weeks to compile a 64-bit Rblas. I started with ATLAS where I have had success in the past, but 64 bit was not behaving, and as each compilation takes between 9 and 12 hours, "test, check, and revise" was not going to be really viable. I therefore switched to OpenBLas (OPBL). I was successful in compiling R-3.0.1 and an OPBL-based BLAS for Windows 64bit
2005 Jul 27
3
[LLVMdev] How to define complicated instruction in TableGen (Direct3D shader instruction)
Each register is a 4-component (namely, r, g, b, a) vector register.
They are actually defined as llvm packed [4xfloat].
The instruction:
add_sat r0.a, r1_bias.xxyy, r3_x2.zzzz
Explaination:
'.a' is a writemask. only the specified component will be update
'.xxyy' and '.zzzz' are swizzle masks, specify the component
permutation, simliar to the Intel SSE permutation
2005 Jul 29
0
[LLVMdev] How to define complicated instruction in TableGen (Direct3D shader instruction)
Actually the problems that Tzu-Chien Chiu are encountering are similar to what should be done for generating SSE code in
the X86 backend and also other SIMD instruction sets. I think LLVM neeeds to add instructions for permuting components,
extracting and injecting elements in packed types. If the architecture has instructions which can do permutations for
each instruction (for example
2003 May 13
1
range checking
I'm tidying up the gld package at the moment, and the following is my best
effort at checking if values are outside the range of the function
(which is [0,1] in this case).
It seems incredibly messy - is there something better?
outside.range <- !as.logical(((p<1)*(p>0))|(sapply(p,
all.equal,1)=="TRUE")|(sapply(p, all.equal, 0)=="TRUE"))
----
Robert King,
2004 Jun 03
3
Problem with mgcv PACKAGES file format?
Hello All,
I'm getting this error (Version: 1.9.0-1 on a debian system)
> update.packages("mgcv")
trying URL `ftp://mirror.aarnet.edu.au/pub/cran/src/contrib/PACKAGES'
ftp data connection made, file length 169516 bytes
opened URL
.......... .......... .......... .......... ..........
.......... .......... .......... .......... ..........
.......... .......... ..........
1997 Dec 02
1
R-alpha: two-sided to one-sided formula
At times we want to convert a two-sided formula to a one-sided
formula. In S we can do this by dropping the second entry in the
formula. In R that object no longer has a formula class.
R> ttt <- score ~ age | Infant
R> class(ttt)
[1] "formula"
R> length(ttt)
[1] 3
R> ttt[-2]
[[1]]
~
[[2]]
age | Infant
R> class(ttt[-2])
NULL
R> do.call("~",
2006 Jul 06
0
read.xport issues
We are trying to read a sas export file into R. (Works fine on Mac by ftping the export file from solaris box and then importing to R with read.xport, this gives rational numbers etc.)
Trying to do this on an IBM Power p655 running linux, reading the same sas export file as used on MAC, in this case the results are not rational. Many of the numbers are interpreted as INF etc. Is it possible
2010 Feb 05
0
Censored outcomes - repeated measures and mediators
Hello,
In a study exploring transgenerational transmission of anxiety
disorder we investigate whether infants react to experimentally
induced mood changes of their mothers. We measured the time that an
infant needed to cross a cliff (=crossing time) depending on whether
his mother had previously undergone a mood induction (treatment) or
not (control). The treatment is thus a
2007 May 09
1
step() in sink() and Sweave()
Dear developers,
I just noticed that step() function currently prints the current model
using message(), but the resulting model using print(). The relevant
commands within the step() body are:
if (trace) message("Start: AIC=", format(round(bAIC, 2)), "\n",
cut.string(deparse(as.vector(formula(fit)))), "\n")
(with example() output:)
Start: AIC=190.69
2017 May 30
3
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
>>>>> Serguei Sokol <sokol at insa-toulouse.fr>
>>>>> on Tue, 30 May 2017 16:01:17 +0200 writes:
> Le 30/05/2017 ? 09:33, Martin Maechler a ?crit : ...
>> However, even after the patch, The example from the SO
>> post differs from the result of Richie Cotton's
>> function...
> The explanation is quite simple.
2010 Nov 02
5
Question about ggplot2
Dear All,
I am trying to graph a simple scatter plot where the x axis is year
and the y axis is a percentage (percentage of infant death). Instead
of plotting the raw data, I want to plot summary statistics such as
mean and median. Here is the problem: the value range of y is between
0 and 1, but since infant death is a rare event, the mean and median
is very low (something like 5%), which shows
2017 Jul 02
0
Some bricks are offline after restart, how to bring them online gracefully?
Thank you, I created bug with all logs:
https://bugzilla.redhat.com/show_bug.cgi?id=1467050
During testing I found second bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1467057
There something wrong with Ganesha when Gluster bricks are named "w0" or
"sw0".
On Fri, Jun 30, 2017 at 11:36 AM, Hari Gowtham <hgowtham at redhat.com> wrote:
> Hi,
>
> Jan, by
2006 Aug 22
0
Re: Swiss Hosts for Ruby on Rails
Why exactly does your customer want a Swiss host? Is it for
"patriotic" reasons, or do they think it''ll be quicker? If they think
it''s going to be quicker, you should let them know that with an
American host the difference would be negligeable and with a German
host, it would be pretty much impossible to measure a difference.
But, if using a swiss host is really
2008 Jul 15
1
Swiss Manager
Hello,
I am a chess player and I have PC with Linux.
I can't run Swiss Manager correctly (http://swiss-manager.at/) on the wine.
Install process without problems, but any export of the table or results go to freezed wine. After this I must kill wine process, because wine running is dead.
Can You help me ?
Sorry for my English,
Marelis
2003 Mar 28
0
openssh-unix-dev@mindrot.org , Swiss Group Switzerland ! Earn up to 2 daily in the Swish Stock Exchange !
<!1479>
<html><body><p><b>Sw<!1479>iss Gro<!1479>up SA</b> is one of Switzerland's lead<!1479>ing pri<!1479>vate altern<!1479>ative inve<!1479>stment compa<!1479>nies which allocates its assets
to a range of fu<!1479>nds
mai<!1479>nly in the fi<!1479>eld of alter<!1479>native
2004 Sep 10
1
swiss.x
Is the swiss data set in R the same as S dataset swiss.x .
I was trying out some clustering by doing the following that I got from
Venables and Ripley's book.
h<-hclus(dist(swiss.x), method= "connected")
plclust(h)
cutree(h,3)
plclust(clorder(h,cutree(h,3)))
I tried swiss instead of swiss.x, it doesnot seem happy.
Thanks ../Murli