Displaying 20 results from an estimated 77 matches for "7,5".
Did you mean:
1,5
2004 Feb 08
3
Re: klibc - setenv broken
Kay Sievers wrote:
> Hi,
> this simple program compiled with klibc:
>
> #include <stdio.h>
> int main(int argc, char* argv[])
> {
> setenv("TESTENV", "happy", 1);
> printf("TESTENV='%s'\n", getenv("TESTENV"));
> }
>
> prints:
>
> ./env
> TESTENV='(null)'
>
>
2013 Jun 06
1
Error invalid graphics state using text()
...";", dec =
",",stringsAsFactors=F)
mergeshareub2012 <- merge(shareub2012, NUTS2, by.x = "Bundesland", by.y =
"NAME" )
sortmergeshare2012 <- mergeshareub2012[order(mergeshareub2012$ID),]
col_no <- as.factor(as.numeric(cut(sortmergeshare2012$x, c(0, .075, .125,
.25, .50))))
levels(col_no) <- c("< 7,5%", "7,5-12,5%", "12,5-25%","> 25%")
sortmergeshare2012$col_no <- col_no
NUTS2$col_no <- col_no
myPalette<-brewer.pal(4,"Blues")
shareplot2012 <- spplot(NUTS2, "col_no", c...
2005 Jun 29
3
return NA
A<-c(1,2,NA,7,5)
B<-c(3,4,1,4,1)
C<-c(6,5,6,NA,9)
D<-c(8,7,4,6,2)
df1<-cbind(A,B,C,D)
for(i in seq(1,ncol(df1)-1, by=2)) {
ifelse(df1[,i]=="NA",df1[,i+1]=="NA",df1[,] ) }
Tried several variations but none worked. I wish to find any NA's in
column's 1 or 3 and change...
2009 Jul 30
0
randomized block design analysis PROBLEM
...-
Week Date BTC timeexp column Block Treatment Condition ThetaV
0 22/jun/08 -4 1 1 T4 DW 0,0962 Irrigation with diminirize water
0 22/jun/08 -4 2 1 T4 DW 0,0935 Irrigation with diminirize water
0 22/jun/08 -4 3 1 T4 DW 0,1181 Irrigation with diminirize water
0 22/jun/08 -4 4 1 T4 DW 0,0752 Irrigation with diminirize water
0 22/jun/08 -4 5 2 T4 DW 0,0761 Irrigation with diminirize water
0 22/jun/08 -4 6 2 T4 DW 0,0729 Irrigation with diminirize water
0 25/jun/08 -1 7 2 T4 DW 0,076 Irrigation with diminirize water
0 25/jun/08 -1 8 2 T4 DW 0,0766 Irrigation with diminiriz...
2007 Mar 22
2
unexpected behavior of trellis calls inside a user-defined function
...rrect location
# I get what I expect
# put all this inside a function
myFunction <- function(surf) {
levelplot(Sepal.Width ~ Sepal.Length * Petal.Length,surf,
main = "Produced by function, Take 2")
trellis.focus("panel", 1, 1) # address the correct part of the
lpoints(7,5,pch = 19, cex = 2) # a point appears in correct location
}
myFunction(predSurf)
# the title still says "Produced at command line, Take 3"
# and points appear at (5,2) AND (7,5) ... why?
1999 Oct 23
2
Problems with 3Com 3c905b
On Fri, 22 Oct 1999 22:33:37 +1000, samba@samba.org wrote:
>Hi,
>
>I have problems with samba 2.0.5a amd my 3com 3c905b in 100 mbit mode:
>writing performance: about 7,5 MB/s (ide hdd !!)
That's pretty high! Seems you're using a switch.
I just get 3,5 MB/s in both directions using 905b NIC's and a hub...
2009 Jun 09
2
Sweave and accents
...create the tex file.
3) subtitute the "normal" accents into the accented letters in the tex
file.
My question is:
Is there another way to do it?
Arnau.
------------------------------------------------------------
Arnau Mir Torres
Edifici A. Turmeda
Campus UIB
Ctra. Valldemossa, km. 7,5
07122 Palma de Mca.
tel: (+34) 971172987
fax: (+34) 971173003
email: arnau.mir at uib.es
URL: http://dmi.uib.es/~arnau
------------------------------------------------------------
1999 Feb 19
1
Potential problem with tapply
Is the following behaviour of tapply not disappointing?
Problem with tapply occurs when dealing with na.rm when an
argument additional to na.rm is sent to the applied function (here
quantile).
Any comment?
Thank you,
Philippe Lambert
> x <- c(12,10,12,2,4,11,3,7,2,1,18,7,NA,NA,7,5)
> fac <- gl(4,4,16)
> # Works fine
> tapply(x,fac,quantile,na.rm=T)
$"1"
0% 25% 50% 75% 100%
2 8 11 12 12
$"2"
0% 25% 50% 75% 100%
3.00 3.75 5.50 8.00 11.00
$"3"
0% 25% 50% 75% 100%
1.00...
2011 May 05
1
functions pandit and treebase in the package apTreeshape
...in the package apTreeshape. Once I've loaded the package, R responses:
- no function pandit/treebase.
Somebody knows why or what is the reason?
Thanks,
Arnau.
------------------------------------------------------------
Arnau Mir Torres
Edifici A. Turmeda
Campus UIB
Ctra. Valldemossa, km. 7,5
07122 Palma de Mca.
tel: (+34) 971172987
fax: (+34) 971173003
email: arnau.mir@uib.es
URL: http://dmi.uib.es/~arnau
------------------------------------------------------------
[[alternative HTML version deleted]]
2011 Nov 11
1
Jordan Form of a matrix
Hello.
Is it possible to find the Jordan Form of a matrix with R?
Arnau.
------------------------------------------------------------
Arnau Mir Torres
Edifici A. Turmeda
Campus UIB
Ctra. Valldemossa, km. 7,5
07122 Palma de Mca.
tel: (+34) 971172987
fax: (+34) 971173003
email: arnau.mir at uib.es
URL: http://dmi.uib.es/~arnau
2012 Dec 20
0
[PATCH] libdrm_nouveau.pc: don't include I${includedir}/nouveau
Nouveau related headers are installed in I${includedir}/libdrm now.
---
nouveau/libdrm_nouveau.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nouveau/libdrm_nouveau.pc.in b/nouveau/libdrm_nouveau.pc.in
index 6170613..454fc87 100644
--- a/nouveau/libdrm_nouveau.pc.in
+++ b/nouveau/libdrm_nouveau.pc.in
@@ -7,5 +7,5 @@ Name: libdrm_nouveau
Description: Userspace interface to nouveau kernel DRM services
Version: 2.4.33
Libs: -L${libdir} -ldrm_nouveau
-Cflags: -I${includedir} -I${includedir}/libdrm -I${inclu...
2010 Jul 03
2
logistic regression - glm() - example in Dalgaard's book ISwR
...008
## logistic regression - example in Dalgaard's Section 13.2,
## page 229
rm(list=ls())
## data provided on Dalgaard's page 229:
no.yes <- c("No","Yes")
smoking <- gl(2,1,8,no.yes)
obesity <- gl(2,2,8,no.yes)
snoring <- gl(2,4,8,no.yes)
n.tot <- c(60,17,8,2,187,85,51,23)
n.hyp <- c(5,2,1,0,35,13,15,8)
d <- data.frame(smoking,obesity,snoring,n.tot,n.hyp)
## d is the data to be analyzed, in table format
## d is the first table on Dalgaard's page 229
## n.tot = total number of cases
## n.hyp = people with hypertension
d
## regression 1: D...
2007 Nov 14
0
6 commits - AUTHORS data/Makefile.am MAINTAINERS Makefile.am NEWS README
AUTHORS | 4 ++++
MAINTAINERS | 3 +++
Makefile.am | 1 +
NEWS | 4 ++++
README | 23 +++++++++++++++++++++++
data/Makefile.am | 2 +-
6 files changed, 36 insertions(+), 1 deletion(-)
New commits:
commit 948f3b06b6f3e29e9f31aef46bbd006c7b235a38
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Nov 14 23:37:00 2007 +0100
add NEWS for release
diff --git a/NEWS b/NEWS
index e69de29..b475994 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,4 @@
+
+ 0.5.4 ("Turkish Cycling Federation")
+
+initial release. Contains a thu...
2007 Jan 23
1
music.ibiblio.org: bad Vorbis comments?
...T=hayleyw@bedlammanagement.com-nospam
COPYRIGHT=(c) Decca Music Group Limited, London
GENRE=Vocal
ISRC=GB-BBA-03-20260
PERFORMER=Hayley Westenra: Vocals; Robbie McIntosh: Guitar; Ian Thomas:
Drums; Simon Chamberlain: Piano; Steve Pearce: Bass
TITLE=Mary did you know?
TRACKNUMBER=6
MCN=0028947577911
QUALITY=7,5
Regards,
Ulrich
2011 Nov 14
0
Fwd: How to compute eigenvectors and eigenvalues?
...2
> >
>
> The eigenvalues are:
> lam
> [1] 4 -1 -1
>
> There is only one eigenvector linearly independent with eigenvalue -1. This eigenvector is c(0,1,-1) but R computes two eigenvectors:
>
> > V
> [,1] [,2] [,3]
> [1,] 0.3207501 1.068531e-08 -1.068531e-08
> [2,] 0.4490502 -7.071068e-01 -7.071068e-01
> [3,] 0.8339504 7.071068e-01 7.071068e-01
>
>
> One is
> V[,2]
> [1] 1.068531e-08 -7.071068e-01 7.071068e-01
>
> and the other one:
>
> > V[,3]
> [1] -1.068531e-08 -7.071068...
2006 Oct 22
2
checking 'voicemail" externally - doesn't work
Can not check voice mail-box externally.
I'm trying to log-in externally (from PSTN line) to check my
"voice-mail" so I created context to authenticate log-in
...
exten => 7,4,Authenticate(01894546)
exten => 7,5,DISA(4789|disa-access)
Authentication works OK, I get inside dial none enter my mailbox
extension but it doesn't accept my mailbox password even though it is
the correct one.
It keep asking me for mailbox, password:
Executing VoiceMailMain("SIP/ps...
2010 Jun 02
1
compute the associate vector of distances between leaves in a binary non-rooted tree
...a distance between two leaves in a binary non-rooted tree is the number of edges in the path joining the two leaves.
I've tried the ape package but I'm unable to find this vector.
For example, using rtree(5,rooted=F) I've obtained the following tree:
$edge
[,1] [,2]
[1,] 6 7
[2,] 7 1
[3,] 7 8
[4,] 8 2
[5,] 8 3
[6,] 6 4
[7,] 6 5
$tip.label
[1] "t4" "t3" "t2" "t1" "t5"
$edge.length
[1] 0.9126727 0.2765674 0.4996832 0.7904400 0.8508797 0.8174133 0.9027958
$Nnode
[1] 3
My question is...
2011 Nov 14
2
How to compute eigenvectors and eigenvalues?
Hello.
Consider the following matrix:
mp <- matrix(c(0,1/4,1/4,3/4,0,1/4,1/4,3/4,1/2),3,3,byrow=T)
> mp
[,1] [,2] [,3]
[1,] 0.00 0.25 0.25
[2,] 0.75 0.00 0.25
[3,] 0.25 0.75 0.50
The eigenvectors of the previous matrix are 1, 0.25 and 0.25 and it is not a diagonalizable matrix.
When you try to find the eigenvalues and eigenvectors with R, R responses:
> eigen(mp)
$values
[1] 1.00 -0.25 -0.25
$vectors
[,1] [,2]...
1999 Jul 15
1
Strange behavior using .Fortran
...ybody,
I observed some strange behavior of R (0.64.1/Linux 2.0.25) when trying
to use FORTRAN-libraries.
I downloaded "ALGORITHM AS 304" from StatLib. All I changed at
the code, was to substitute "REAL"-routines by "DOUBLE PRECISION".
Compiling went o.k. ...
> g77 -fpic -O2 -shared -o rtest.o fisher.f
("g77 --version" gives 2.7.2.1)
Here are the first lines of the code from AS 304, "FISHER" being the
routine to be used from within R:
SUBROUTINE FISHER (X, M, Y, N, TOTAL, POSSIB, P, IFAULT)
C
C ALGORITHM AS 304.1 APPL.ST...
2017 Jul 29
0
[PATCH] nouveau: Fix declarations with incorrect variables.
...au/nvkm/subdev/clk/pll.h | 2 +-
drm/nouveau/nvkm/subdev/fb/priv.h | 2 +-
drm/nouveau/nvkm/subdev/ltc/priv.h | 2 +-
drm/nouveau/nvkm/subdev/therm/priv.h | 2 +-
9 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/drm/nouveau/dispnv04/disp.h b/drm/nouveau/dispnv04/disp.h
index 74a8795c..31f81437 100644
--- a/drm/nouveau/dispnv04/disp.h
+++ b/drm/nouveau/dispnv04/disp.h
@@ -96,7 +96,7 @@ int nv04_display_init(struct drm_device *);
void nv04_display_fini(struct drm_device *);
/* nv04_crtc.c */
-int nv04_crtc_create(struct drm_device *, int index);
+int nv04_crtc_create(s...