Displaying 20 results from an estimated 330 matches for "1.30".
Did you mean:
1.00
2009 Dec 17
1
CORRECTION - Generation of Random numbers in a loop
Dear R helpers, please ignore my earlier mail. Here is the corrected mail. Please forgive me for the lapses on my part. Extremely sorry.
Here is the corrected mail.
Dear R helpers
I am having following data
Name Numbers
A11 12
A12 17
A13 0
A11 11
A12 6
A13 0
2009 Dec 17
1
Random Number Generation in a Loop
Dear R helpers
I am having following data
Name Numbers
A 25
B 3
C 13
A 5
B 7
C 0
A 2
B 10
C 9
CONDITIONS
If Name is A, min_val = 1.05, max_val = 1.30
If Name is B, min_val = 1.30, max_val = 1.60
If Name is C, min_val =
2003 Jan 23
3
e2fsck too old / ext3 HTREE errors
hi,
i have a tricky situation here and and don't know where to start with
the solution.
i happened to set up a linux system, but i had to install the base
system on another machine. i used e2fsprogs 1.30-WIP (30-Sep-2002) for
this.
now the machine is up and running, but i have to use e2fsprogs 1.27
(8-Mar-2002). it's a debian system and i wanted to stay sane & stable,
hence using
2015 Jun 30
5
Plan for libguestfs 1.30
It has been a ludicrously long time (over 8 months) since the last
stable release of libguestfs. So I'd like to plan a new 1.30 release
soon.
Please follow-up if there are features / blockers / bugs that need to
be addressed for 1.30.
As usual, bugs which have "1.30" (without quotes) in the Devel
Whiteboard field in Bugzilla are nominated as blockers for the
release. You can see
2015 Jun 30
1
Re: Plan for libguestfs 1.30
On Tue, Jun 30, 2015 at 04:49:13PM +0200, Luigi Toscano wrote:
> On Tuesday 30 of June 2015 15:22:27 Richard W.M. Jones wrote:
> > It has been a ludicrously long time (over 8 months) since the last
> > stable release of libguestfs. So I'd like to plan a new 1.30 release
> > soon.
> >
> > Please follow-up if there are features / blockers / bugs that need to
2015 Jun 30
0
Re: Plan for libguestfs 1.30
On Tuesday 30 of June 2015 15:22:27 Richard W.M. Jones wrote:
> It has been a ludicrously long time (over 8 months) since the last
> stable release of libguestfs. So I'd like to plan a new 1.30 release
> soon.
>
> Please follow-up if there are features / blockers / bugs that need to
> be addressed for 1.30.
I propose to have virt-dib included. The newer review request was
2008 Jun 25
2
Is this sapply behaviour normal?
Hi, I'm trying to use sapply to compute the min of several variables, each
of them stored in data.frames, grouped as a list:
Is it normal that mean() and min() produce different objects dimensions?
> str(dats)
List of 5
$ log20:'data.frame': 83 obs. of 5 variables:
..$ DATE : int [1:83] 2001081500 2001081512 2001081600 2001081612
2001081700 2001081712
2009 Dec 28
2
Modified R Code
Dear R helpers,
I have following input files. (Actually they are more than 10 rates but here i am considering only 2 rates to write my problem)
rate1.csv
min1 max1 min2 max2 min3 max3
1.05 1.30 1.30 1.65 1.65 1.99
rate2.csv
min1 max1 min2 max2 min3
2012 Oct 11
0
Packet Fence Install Problem
Hi,
I am new on this, I have been trying to install this NAC in my CentOS
server according instructions but I am getting this error. Could you please
help me ?
Thx
est Transaction Errors: file /usr/share/man/man3/Apache::Test.3pm.gz
conflicts between attempted installs of
perl-Apache-Test-1.30-2.el6.rf.noarch and mod_perl-2.0.4-10.el6.i686
file /usr/share/man/man3/Apache::TestConfig.3pm.gz
2009 Mar 08
2
plot confidence limits of a regression line - problem
hi,
I don't know what I am doing wrong,
but with that code;
x1 <- c(1.60, 0.27, 0.17, 1.63, 1.37, 2.00, 0.90, 1.07, 0.89, 0.43,
0.37, 0.59,
0.47, 1.83, 1.79, 0.90, 0.72, 1.83, 0.23, 1.97, 2.03, 2.19, 2.03, 0.86)
x2 <- c(1.30, 0.24, 0.20, 0.50, 1.33, 1.87, 1.30, 0.75, 1.07, 0.43,
0.37, 0.87,
1.40, 1.37, 1.63, 0.80, 0.57, 1.60, 0.39, 2.03, 1.90, 2.07, 1.93, 0.93)
model <-
2001 Aug 13
1
Searching html help in 1.30
In a previous post I noted a problem using the html help search in R 1.3
using Windows 98. Further experimentation shows that search works fine in
Internet Explorer, but won't work in Netscape 4.7. When I attempt to
search in Netscape I just get a blink of the screen and then nothing. I've
noticed occasional problems in 4.7's interface with other Java programs so
this may be a
2007 Oct 22
2
Help interpreting output of Rprof
Hello there,
I am not quite sure how to interpret the output of Rprof (in the following the output I was staring at). I was poking around the web a little bit for documentation but without much success. I guess if I want to figure out what takes so long in my code the 2nd table $by.total and the total.pct column (pct = percent) is the most helpful. What does it mean that [ or [.data.frame is
2012 Feb 21
1
Questions on Data reading using zoo package
Hello,
I try to handle the data using read.csv , zoo and aggregate functions.
The data contains NA values. After aggregating monthly data into quarterly
data, all data become NA. Is it because I don't properly aggregate the data
in the presence of NAs? What can I do?
Another problem is that the date in month is presented in Chinese (My OS
is in Chinese.) How can I set the default
2007 Jan 23
3
the value of Delta
Dear all,
I am running R 2.4.1.
> library(siggenes);
> library(multtest);
> cl<-rep(c(0,1),c(3,3));
> sub<-exprs(AffyExpData[,c(1:3,7:9)]);
> gn<-geneNames(AffyRAwData);
> sam.out<-sam(sub,cl,rand=123,gene.names=gn);
We're doing 20 complete permutations
> sam.out
SAM Analysis for the Two-Class Unpaired Case Assuming Unequal Variances
Delta p0
2023 Jun 29
3
Plotting factors in graph panel
Thanks, Pikal and Jim. Yes, it has been a long time Jim. I hope you have
been well.
Pikal, thanks. Your solution may be close to what I want. I did not know
that I was posting in HTML. I just copied the data from Excel and posted in
the email in Gmail. The data is still in Excel, because I have not yet
figured out what is a good way to organize it in R. I am posting it again
below as text. These
2023 Jun 29
2
Plotting factors in graph panel
Okay. Here is a modification that does four single line plots.
at_df<-read.table(text=
"Income MF MF_None MF_Equity MF_Debt MF_Hybrid Bank_None Bank_Current
Bank_Savings Bank_NA
$10 1 3.05 29.76 31.18 36.0 46.54 24.75 25.4 3.307
$25 2 2.29 28.79 32.64 36.27 54.01 24.4 18.7 2.891
$40 3 2.24 29.51 34.31 33.94 59.1 25.0 29 13.4
$75 4 1.71 28.90 35.65 33.74 62.17 24.61 11.48 1.746
2009 Jul 21
1
problem with heatmap.2 in package gplots generating non-finite breaks
I have written a wrapper for heatmap.2 called
heatmap.w.row.and.col.clust which auto-generates breaks using
breaks<-round((c(seq(from=(-20 * stddev), to=(20 * stddev))))/20,
digits = 2) #(stddev in this case = 2.5)
This has always worked well in the past but now I am getting an error
that non-finite breaks are being generated. Drilling down, it seems
that my wrapper is generating finite
2013 Mar 28
1
make R program faster
Hi
there are some good tips in "The R Inferno"
http://www.burns-stat.com/documents/books/the-r-inferno/
or connect C++ to R with Rcpp
http://dirk.eddelbuettel.com/code/rcpp.html
or byte code compiler (library(compiler))
or library(data.table)
but do you have an idea to fasten standard R source code, with the
following Rprof output
self.time self.pct total.time
2016 Apr 15
4
libdrm info wrong when build with mock - test solution??
Hello guys...
I compiled inside of "mock"
libdrm 2.67
mesa 11.2.1
ati 7.6.1
mockbuild says:
libdrm x86_64 2.4.67-1.20160218gitadd8936.el7.centos local-drivers - OK
mesa-libGL-devel x86_64 11.1.2-1.20160210.el7.centos local-mesa - OK
installed packaged:
xorg-x11-drv-ati.x86_64 7.6.1-1.el7.centos
@local-drivers OK
libdrm.x86_64
2.4.67-1.20160218gitadd8936.el7.centos OK
2012 Dec 31
3
cut ()
Hello List,
My goal is to create a 5 category variable (p1_st_data$ob_mrj_cat), based on the p1_st_data$obt_mrj_p variable, using the following code for 50 States and District of Columbia (N=51).
p1_st_data$ob_mrj_cat <- cut (p1_st_data$obt_mrj_p, quantile (p1_st_data$obt_mrj_p, (0:5/5), include.lowest=TRUE))
The issue is that, for Utah, I am getting an <NA> instead of (42,48.7] in