Displaying 20 results from an estimated 40000 matches similar to: "filtering values"
2000 Aug 22
2
Command Line Arguments passed to R
Is there a way to pass command line arguments to R for use in BATCH mode
or something similar?
--
-Alex Morgan Homepage: http//pubpages.unh.edu/~amorgan
AIM login: HomeySage
"Anyway, no drug, not even alcohol, causes the fundamental ills of
society.
If we're looking for the source of our troubles, we shouldn't test
people
for drugs, we should test them for stupidity,
2000 Jul 07
1
Perspective or Contour Plot of a Matrix
I would like to plot a large (401 x 101) matrix of numbers as a
perspective plot (with the columns and row indices as the y and x
components and the values in the matrix at the z values). I try to
convert it to a data frame, but it always errors out with "Figure
margins too large". What does this mean? How can I get the plot
generated?
Thanks
--
-Alex Morgan Homepage:
2004 Nov 22
2
optimize in very small values
I hope you will forgive me this simple question on titration.
I'm trying to find very small values from the algorithm below, which I
believe is
correctly formatted, and the constants are also correct. When SID goes over
ATOT, fitted vales are
much too low compared to the literature. I guess I must be using optimize
in a wrong way but cannot find out how to improve it. I'm on windows, R
2012 Jul 12
3
Add row into a Matrix witout headers from Function
Hi,
Here i have a matrix like this,
OLDMatrix <-
X1 X2 X3
----- ------ ------
22 24 23
25 27 27
10 13 15
the thing is,
im running two function(SUM,COUNT) to get output in another matrix called
NEWMatrix
NEWMatrix <- c("SUM",colSums(OLDMatrix ))
NEWMatrix <- c("COUNT",colSums(!is.na(OLDMatrix
2006 Jul 31
1
Algebraic operation on the missing values
Hi all,
I have a large set of descriptors, which are stored as the vectors, each one
containing about 450 elements. Now I have to perform some algebraical
operations on this set to eliminate the redundant ones. The problem is, that
not all vales in the vectors are known.
Are there any norm defined how should I process such vectors? Simple example:
having two vectors:
a b
3 4
2
2009 Dec 15
2
apparently incorrect p-values from 2-sided Kolmogorov-Smirnov test (PR#14145)
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
--1132542651-1468968864-1260896436=:8788
Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII
I am using R version 2.6.2 (2008-02-08) on a Ubuntu Linux system.
I seemed to be finding occasional errors in the p-values produced by
ks.test(a,b)
2000 Dec 19
2
Subtle changes from 1.1 to 1.2
Hello:
Is there any documentation dealing with the functional differences
between R 1.1 and R 1.2. I have noticed some strange behavior in what is,
I guess, the namespace of libraries as well as some changes in reading in
tables.
In a library, I don't seem to be able to declare a global variable
and then use it in that same library.
e.g.
> blah <<- 0
> print(blah)
will
2010 Dec 29
2
[LLVMdev] stack alignment restriction
Hi
Is there a way to enforce a different alignment on vales on stack
as compared to other basic types. Particularly, i would like
characters to be stored at 2 byte boundary.
thanks
dz
2001 Aug 20
2
using R to generate resizable real-time plots
I am trying to use R to repeatedly plot data to an X11 device from a file
that is being updated every five minutes. My initial strategy was to use a
loop in R that roughly looks like this
while (TRUE){
system("sleep 10")
plot(x,y)
}
However, this had an interesting side effect: when I try to resize the plot
window under X, R never processes the resize events like it would if I
2006 Apr 10
5
p values for a GEE model
Hi all,
I have a dataset in which the output Y is observed on two groups of
patients (treatment factor T with 2 levels).
Every subject in each group is observed three times (not time points but
just technical replication).
I am interested in estimating the treatment effect and take into account
the fact that I have repeated measurements for every subject.
If I do this with repeated measures
2012 Oct 09
10
Auto refresh the drop-down
I have an option in dropdown like "Add new option" written using
grouped_collection_select.
And when user clicks on the "Add new option". A pop up dialog appears to
add a new value. And when I click create it hits the database and adds the
value to the db.
But It never updates the dropdown list. Suggest me a way to auto refresh
only the current dropdown with the new
2009 Feb 19
4
Matrix package: band matrix
I want to construct a symmetric band matrix in the Matrix package from a matrix where the first column contains data for the main diagonal, the second column has data for the first subdiagonal/superdiagonal and so on.
Since the Matrix will be 10^5 x 10^5 or so, with perhaps 10-20 non-zero elements above the diagonal per row, I can't do it by constructing a full matrix and then using the
2010 Dec 29
0
[LLVMdev] stack alignment restriction
On Dec 28, 2010, at 4:02 PM, drizzle drizzle wrote:
> Hi
> Is there a way to enforce a different alignment on vales on stack
> as compared to other basic types. Particularly, i would like
> characters to be stored at 2 byte boundary.
>
Check out examples in the lib/Target/* directories. For instance in X86CallingConv.td, we have things like this:
def CC_X86_64_C :
2010 Dec 29
1
[LLVMdev] stack alignment restriction
Thanks for the answer..
A followup question - Is this already taken into consideration when
generating address calculation offset etc or would this need to be
specially taken care?
I am assuming all load/stores also would need to be custom lowered.
thanks
dz
On Wed, Dec 29, 2010 at 5:45 AM, Bill Wendling <wendling at apple.com> wrote:
> On Dec 28, 2010, at 4:02 PM, drizzle drizzle
2004 Jun 14
1
Question about nlm function
Hello!
I am a statistics graduate student and a new user of R. I am using nlm function to get estimates from a nonlinear function. I am running a simulation program. When I run the simulation with same set of starting vales then one third of the time I get bad results and I also noticed that I get good results corresponding to convergence code "2". So my question is that is there any
2005 Jun 07
1
Function inside tapply
I'm new to R and not an experienced writer of programs, which may help
explain my question. I wish to create a table or data frame which
contains the quantiles of the columns in the data frame DF. I wish to
produce a table T where T[1] shows me the quantiles of column DF[1] right
up through the entirety of DF. Tried several approaches with limited
success. This looked like the best
2006 Feb 08
1
lme help
Hi list,
I am fitting microarray data (intensity) model using the lme package in R
environment. I have 5 fixed variables in the model. One of the fixed
variables is genes. I am trying to get p-values for different genes. But I
am getting only one p-value for all genes together. I can get a list of
p-value when I run lm. Why can't this work in lme?
My aim is to do multiple comaprison of all
2008 Aug 21
3
After Dial execution, using DIALEDTIME, ANSWEREDTIME
Hi,
I noticed that when dial terminates it does not return to the dialplan,
and therefore can not execute any entry after Dial().
Is there any trick to overcome this limitation ?
How I am supposed to handle the returned vales DIALEDTIME, ANSWEREDTIME if
I can not execute anything after Dial()?
I made a workaround with DeadAGI (below) but it is unreliable: if 2 calls
end
2000 Feb 29
2
backup signal
2000 Dec 05
1
Is robust regression available in R.
Hello, the R people.
I look for robust regression in R.
This method is available in S, its name is rreg.
Colud anyone teach me ?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the