Displaying 20 results from an estimated 200 matches similar to: "Problems with Mac OS X Beta 3 display?"
2003 Apr 02
1
Can boot return matrix?
Dear All,
I have a function which takes a n x m matrix as an argument and returns
an n x n matrix. I want to take bootstrap samples form the input matrix in
the way as each row represent a multivariate observation, so each
bootstrap sample would be an n x m matrix, and on each sample I want to
calculate the n x n matrix.
This task can be done with the sample function, but I would like to use
2003 May 23
1
variance components
Dear All,
I need to calculate the variance components in a mixed effect model (one
fixed and one random effect) with REML (maximizing the proportion of
the likelihood that does not depend on the fixed effects). In S+ there is
the varcomp function, but I would like to do it in R. Is there a way to do
that?
Thanks!
Katalin
___
Katalin Csillery
Division of Biological Sciences
University of
2003 Apr 24
1
bca ci's and NaN's in boot.out
Dear All,
I am trying to use the bca.ci function on a boot.out object which consists
a few NaN's and I want to ignore those NaN's, and get a ci
only for the "normal" values.
boot.out$t has R number of values for 3000 different statistics, so when I
use boot.ci(boot.out, index=i) and i happens to be a column in boot.out$t
with some NaN's in there I get an error message. I
2003 Feb 19
1
groups of boxplots
Hi,
does anyone know how to make pairs of boxplots? E.g. 5 pairs of boxes. I
figured a not very elegant way, by inserting a dummy NA field to the list
where the data is given. So, where I have the dummy I got more distance
between boxes, as a result it looks like groups. But I am having problems
with putting the names under the groups, and the thick marks.
Any better idea?
Thanks, Kati
___
2002 Oct 15
1
No subject
Hi,
I have a coding problem. I have data pairs, and I want to calculate a
parameter for the data pairs as a whole data set (so not using the
information that thely are pairs) I am looking for bias in that certain
parameter so I want to bootstrap these data pairs(!), and than calculate
the parameter. I run into a coding problem. How should I define theta in
order to resample the pairs, but than
2003 Jan 22
1
lists to arrays
Does anyone know how to coerce a list to an array? I have a list with
equal sized matrixes and I want to coerce it to a 3D array.
Why is that that I cannot feed in equal sized matrixes as layers to an
array even if I set dim 3?
Thanks!
Katalin
___
Katalin Csillery
Division of Biological Sciences
University of Montana, Missoula MT 59801
Phone: 406 243 6106, E-mail: csillery at selway.umt.edu
2003 Mar 12
1
apply with two matrixes
Hi,
I have a function which does a certain task with two vectors,
f1 <- function(a,b){body}
I also have a list of matrixes (all with the same dim's), and for each
column of each matrix in the list I want to use "f1", in such way that
it gives the vector "a" in the first argument of "f1". The second argument
of the function "b" also comes form a
2004 Oct 06
1
R-1.9.1 on OS 10.2
Hi,
I've been using R 1.7.1 but now I need to upgrade to R-1.9.1.
Since it is not on the Fink tree yet I tried to install it from source to
my sw library. The configuration runs fine, but make doesn't.
Here is the error message I get:
/sw/lib/libg2c.a(err.o) definition of common f(short, void, int, char)
(size 4)
/usr/bin/libtool: internal link edit command failed
make[4]: ***
2002 Nov 07
1
boot&table
Hello,
I want to bootstarp a sample, and I need table() for each sample taken,
like if R=100, I need all 100 table(). It seems to mee that boot() works
anly if you assing statistics, that gives you back one number, like
mean. Although the ?boot/statistics says that it can be a vector
containing statistics. table() gives an array, so it might work. Does
anybody have an idea how? I konw it can be
2004 Oct 18
1
installing package 'kinship'
Dear All,
I have problem installing the 'kinship' package. I used the
'install.packages' from R command line and had no problem installing other
packages before.
Here is what I get:
* Installing *source* package 'kinship' ...
** libs
gcc -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include
-I/usr/local/include -fno-common -g -O2 -c agfit6b.c -o agfit6b.o
2006 Oct 26
2
pairs matchning
Hi
You could try to find an equivalent representation as a string and try to
match those.
> (A <- cbind(sample(1:2, 10, rep=TRUE), sample(1:2, 10, rep=TRUE)))
[,1] [,2]
[1,] 1 2
[2,] 1 2
[3,] 1 2
[4,] 2 2
[5,] 1 1
[6,] 1 2
[7,] 1 2
[8,] 1 1
[9,] 1 2
[10,] 1 1
> (B <- unique(A))
[,1] [,2]
[1,] 1 2
2008 Mar 07
1
using xyplot with groups and panel.linejoin
Dear All,
I am using xyplot() with many groups like this:
statselect <- levels(dat$stat)
xyplot(relmse~T|lambda, groups=stat, data=dat,
panel = panel.superpose,
key=simpleKey(statselect, lines=T))
However, I want lines not scatterplots and if I set
panel.groups=panel.linejoin that connects the lines according to the
relmse and not according the consecutive values of T. Is there
2020 Jul 15
2
Openblas?
Hello,
I thought that I should try openblas when building a CRAN package
containing lots of old (twentieth century) C-code with frequent calls to
blas and lapack routines. I have the following options on my Ubuntu
20.04 machine:
Selection Path Priority Status
------------------------------------------------------------
* 0
2007 Apr 29
3
White boarders on size 32 shadows. Intel platform only
Recently, I brought up a topic about white boarders being drawn instead of
shadows in Gnome-Window-Decorator. A patch was made up by gandalfn to
correct this by making 32 pixel shadows 33 pixels, however the patch was not
committed because it was a workaround.
This is a huge functional annoyance to us intel users and needs to be cured.
There are two soultions I can think of:
1 Get in contact
2005 Dec 19
0
Package "boot": How to construct CI from censboot object?
Dear all,
I run the example of "censboot" contained in "boot" package. But, I can't
find the confidence interval of the resulted "censboot" object. Any idea ?
> aml.fun <- function(data) {
+ surv <- survfit(Surv(time, cens)~group, data=data)
+ out <- NULL
+ st <- 1
+ for (s in 1:length(surv$strata)) {
+
2010 May 20
1
How could I restrict and reordered data.frames?
Dear Everyone,
I 've just begun to use the library ncdf and I would like to compare meteorological observational data with forecast data, so to make verification. The netcdf files I'm using contain data of many different parameters in many different stations. I could read easily that I needed, but naturally I do not need the data of all the stations. On the other hand, the order of
2020 Jul 15
0
Openblas?
G?ran,
This is not an easy email to reply to because it _contains nothing
reproducible_.
On 15 July 2020 at 13:24, G?ran Brostr?m wrote:
| Hello,
|
| I thought that I should try openblas when building a CRAN package
| containing lots of old (twentieth century) C-code with frequent calls to
| blas and lapack routines. I have the following options on my Ubuntu
| 20.04 machine:
|
|
2010 Feb 18
0
2 ecdf from different set of data
Hi r-users,
I have 2 sets of data and I would like to superimpose this cumulative density in one graph.
I know how to put the 2 graphs in one same graph but my problem is the data are different.
> z[1:20]
[1] 2.02347388 3.19514379 0.05188875 1.41333812 3.50249892 4.34272676 6.65639581 5.01533819 4.18207505
[10] 2.87615551 2.28202152 0.49431541 0.06570579 5.68352438
2006 Jul 26
5
RoR data models ( extreme newbie question)
Sorry for asking this but I am keen to get on and build an app based on
RoR and have had a look around at FAQa and the like with no immediate
sucess.
What I am looking for is an explainantion of the rules/requirements for
table/index/coulumn names with RoR. RoR appears to have a set of
expected naming conventions which it would appear you can over ride but
it would seems a hell of a lot
2020 Jul 15
2
Openblas?
On 2020-07-15 14:36, Dirk Eddelbuettel wrote:
>
> G?ran,
>
> This is not an easy email to reply to because it _contains nothing
> reproducible_.
Thanks Dirk,
Sorry about that, but my real question was (see below): "Is the problem
that openblas uses C versions of blas?" That is, do I need to change
F77_CALL(name)(...);
to
cblas_name(...);
everywhere? And if so, is