Displaying 20 results from an estimated 275 matches for "11.5".
Did you mean:
1.5
2013 Jan 12
1
bind tables
Hi Matteo,
You could do this:
dat1<-read.table(text="
year? h? len fre
1994? 5 10.5? 2
1994? 5 14.0? 2
1994? 5 11.5? 1
1994? 9 13.0? 3
1994? 9 11.5? 1
1994? 9 13.5? 5
",sep="",header=TRUE)
res<-do.call(rbind,lapply(split(dat1,dat1$fre),function(x) x[rep(row.names(x),x$fre),1:3]))
row.names(res)<-1:nrow(res)
?res
#?? year h? len
#1? 1994 5 11.5
#2? 1994 9 11.5
#3?
2012 Feb 20
2
Dragon NaturallySpeaking 11.5
I tried to install Dragon NaturallySpeaking 11.5 with wine on Debian Squeeze. My Wine version is 1.0.1-3.1. It installed Visual C++ 9.0 runtime, but failed to install Microsoft .NET framework, and so the installation failed.
Is the solution merely to upgrade my Wine to version 1.4 to install NaturallySpeaking11.5? l
Or is the goal to install this ".NET framework". What is it and how
2008 Dec 28
4
SPSS 11.5
Hi!
My wife needs the good, old SPSS 11.5 installed on Linux. Thanks to this forum, Wine is running as it should. But now I have a problem with SPSS: After starting the program (installation was no problem), I just see the frame of the window (which is empty - I can see the window behind it), and the first dialog screen in the middle of it. Unfortunately the dialog-screen (there you can open a
2020 Apr 14
3
desagregar distribución de frecuencias
Hola a tod en s,
Trabajo con datos de abundancia (número de individuos) por tallas
(medidas al medio centímetro inferior) de diferentes especies de peces
y mis datos base son el número medido de peces por talla. Necesitaría
vuestra ayuda para transformar las distribuciones de frecuencias de
talla a los datos brutos que las generaían.
Es decir, pasar de algo como esto
8 1
8.5
2013 Jul 20
1
how to calculate the average values of each row in a matrix
Hello,
I have a matrix (class matrix) composed of GridCell (row and column).
The matrix value is the beta diversity index value between two grids.
Now I would like to get the average value of each GridCell.
Please kindly advise how to make the calculation.
Thank you.
Elaine
The matrix looks like (cited from Michael Friendly)
I would like to get the average value of each color.
Obs
2008 Mar 29
2
Sound card problem
I came into an Abit AX8 motherboard and single core AMD Athlon 64 FX. I
did a quick install of CentOS 5.0 on it to make sure everything worked
and then returned the hard disk and case to the original owner. After
getting a new case and hard disk, I downloaded the CentOS 5.1 cd images
and installed. For some reason the motherboard's on board sound no
longer works (worked with CentOS
2013 Aug 12
3
Asterisk 11.5.0
I have been using 11.4.0 for some time. All was fine.
I downloaded 11.5, extracted, run ./configure, make, make install.
I got a message about
res_rtp_asterisk.so was not compiled in the 11.5
Sure enough I have rss_rtp_asterisk.c but not .o file and no .so file.
I then looked in the config.log and nothing is in there about
res_rtp_asterisk
What's up?
jerry
-------------- next part
2011 Mar 22
1
how to convert a data.frame to a list of dist objects for individual differences MDS?
I have a 45 x 16 data frame consisting of dissimilarities among 10
colors, giving in each
column the 45 = 10*9/2 pairwise judgments for one of 16 subjects. The
rownames
identify each pair of colors, e.g, "AC" = ("A","C"), and the pairs are
ordered by columns
in the lower triangle of each distance matrix.
> helm.raw <-
2011 Mar 15
3
how to reshape the data.frame from long to wide in a specific order
Hi,
For example, the data.frame like:
origdata.long <- read.table(header=T, con <- textConnection('
subject sex condition measurement
1 M control 7.9
1 M first 12.3
1 M second 10.7
2 F control 6.3
2 F first 10.6
2 F second 11.1
3 F control 9.5
3
2010 Sep 03
4
Generation of uniform random numbers
Dear R helpers
I have following dataset
rate_number = matrix(c(5, 15, 60, 15, 5, 0, 20, 60, 20,0, 10, 20, 40, 20, 10), nrow = 5, ncol = 3)
range_mat = matrix(c(6.25, 6.75, 7.25, 8.75, 9.25, 9.75, 8.5, 9, 9.5, 10.5, 11, 11.5, 4.25, 4.75, 5.25, 5.75, 6.25, 6.75), nrow = 6, ncol = 3)
> rate_number
[,1] [,2] [,3]
[1,] 5 0 10
[2,] 15 20 20
[3,] 60 60 40
2016 Nov 10
2
Memory leak with tons of closed connections
Dear All,
I'm developing an R application running inside of a Java daemon on
multiple threads, and interacting with the parent daemon via stdin and
stdout.
Everything works perfectly fine except for having some memory leaks
somewhere. Simplified version of the R app:
while (TRUE) {
con <- file('stdin', open = 'r', blocking = TRUE)
line <- scan(con,
2007 Aug 23
2
read big text file into R
Dear Rs:
Hi, I am trying to read a big text file (nrows=243440, ncols=144). It
seems the computational time of all the read methods
(scan,readtable,read.delim) is not linear to the number of rows I
want to read in: things became really slow once I tried to read in
100000 lines compare to 10000 lines).
If I am reading the profiling result right, I guess scan wouldn't
help either.
My
2016 Nov 11
0
Memory leak with tons of closed connections
>>>>> Gergely Dar?czi <daroczig at rapporter.net>
>>>>> on Thu, 10 Nov 2016 16:48:12 +0100 writes:
> Dear All,
> I'm developing an R application running inside of a Java daemon on
> multiple threads, and interacting with the parent daemon via stdin and
> stdout.
> Everything works perfectly fine except for having some
2010 Feb 17
2
array question
Hello All:
If I do have:
x = (2, 4, 5, 5, 6, 4, 5, 2, 1)
y = (9, 11.5, 12.5, 13, 14, 19, 20, 21, 22)
I wanted to find a simple function in R which calculates the averages of X
and Y for every 4 unit increase of Y. The results should look like:
x = (4, 6, 3) #where (2+ 4+ 5+ 5)/ 4 = 4 and ...
y = (12, 14, 20.5) #where (9+11.5+12.5+13)/ 4 = 12 and ...
Thanks,
Mohsen
2011 Dec 15
6
Power Builder 11.5 and sqlserver2008 conection
i have a client application building power builder 11.5, i want connect with a server sql2008
I cant make this connection, i need help please...
I have other application building power builder 9 and no have problem connection with sql2000 because use a driver odbc old
2013 Aug 27
0
Getting Asterisk 11.5 to use TURN
I've configured TURN in rtp.conf in Asterisk 11.5. The credentials are
correct because I can get Chrome to get relay candidates and attach them to
the SDP, but Asterisk doesn't want to play ball.
There's little documentation -- at least from what I can tell -- on getting
TURN working in Asterisk, other than the samples.
STUN debug is also of no help, and when I tcpdump the Asterisk
2005 Jul 01
2
Simple indexing conundrum
My apologies in advance for my thickness but I can't seem to solve the
following, seemingly simple, data manipulation problem:
I have a data frame that contains multiple factors and multiple
continuous response variables, but duplicates of some factor
combinations. The duplicates contain bad data, so I would like to
eliminate the duplicates. I would like to retain the entire rows
2012 Nov 14
2
aggrete data from combination
Dear R users,
A have a dataframe (matrix) with two collumns (plot, and diameter (d)). I
want all diameters values for different combination of plots.
For example I want all d values for all posible combination, 100C2 (all d
values for plot 1 with all d values in the plot 2.......with all d values
from plot 1 with all d values from plot 100, ...... with all d values from
plot 99 with all d values
2013 Aug 26
1
Asterisk 11.5 not honoring RTP port change in RE-INVITE
I have an Asterisk 11.5 system, using SIP Realtime and operating as a ITSP. One of my customer's endpoints is a NetVanta 7100 PBX system that has a SIP trunk connection to my Asterisk box. The NV 7100 has a public IP on it that doesn't have any NAT between it and my Asterisk system. When the customer transfers a call from one handset to a voicemail box, the NV 7100 sends a RE-INVITE to
2008 Mar 01
1
jpeg and margin text
Hi guys,
I use R 2.6.2 and Windows XP.
I’ve got the following question: I wrote a lot of text into the margin of a
plot. When I use the “jpeg”-function, only a little part of the margin text
is displayed in the final jpeg? Any ideas to change it?
Source-Code:
datenbankdaten<-data.frame(LETTERS[1:20],