Displaying 20 results from an estimated 4000 matches similar to: "seq() does not create proper numbers (PR#10489)"
2010 May 28
3
how to create automatically names for vectors in a loop?
Hi,
I want to generate a number of vectors and store them with different names, like this:
x=1
while (x<100)
{
vector#x# = rnorm(100)
x=x+1
}
where each vector has, at its hand, instead of #x# a number which goes from 1 to 99.
How can I do this?
Thanks
Gabriele Zoppoli, MD
Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy
Guest
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
Hi all,
I was trying to test ROUTE specific code with a multi-isp serviced box.
There is a bug somewhere, but I''m not able to understand what the real
problem is:
when I issue a "shorewall show capabilities" I get:
Loading /usr/share/shorewall/functions...
Processing /etc/shorewall/params ...
Processing /etc/shorewall/shorewall.conf...
Loading Modules...
Shorewall has
2005 Feb 01
4
Shorewall problem
I am getting the following message when Shorewall stops can anybody shed
any light on this message and where I should be looking? Thanks
root@bobshost:~# shorewall stop
Loading /usr/share/shorewall/functions...
Processing /etc/shorewall/params ...
Processing /etc/shorewall/shorewall.conf...
Loading Modules...
Stopping Shorewall...Processing /etc/shorewall/stop ...
IP Forwarding Enabled
2006 Sep 13
4
Mini_Magick Problem
I can''t for the life of me figure this out. Been banging my head on
this since the weekend, and can''t see what I''m doing wrong.
This code works:
image.resize("640x480")
image.write(path)
I run this and I get the resized file just fine.
This doesnt work at all:
width = 200
height = 100
dimensions = "#{width}x#{height}"
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
Thanks, I?aki, for your answer. Unfortunately, that package was
already installed on my machine:
# dnf install xorg-x11-fonts-Type1
Updating and loading repositories:
Repositories loaded.
Package "xorg-x11-fonts-Type1-7.5-39.fc41.noarch" is already installed.
Nothing to do.
root at localhost:/home/x#
Nothing to do.
#
Paul
On Sat, Nov 2, 2024 at 8:54?PM I?aki Ucar <iucar at
2010 May 26
2
sequential treatment of a vector for formula
Please pardon the simplicity of this question of biological nature.
I'm trying to calculate a statistic, px, the proportion of a cohort
that survives through the interval x:x+1. I have the vector from
which the calc is to be made but I can't figure out how to tell R to
take the current value and divide it by the next value.
The formula is P0=L1/LO
The following is an example of the
2024 Nov 03
2
RStudio crashes with segmentation fault on F41
Thanks, I?aki, for your answer. Yes, I do have a GPU:
NVIDIA GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 560.35.03
And no progress:
$ rstudio GSK_RENDERER=ngl
[18088:1103/205442.538796:ERROR:gl_factory.cc(120)] Requested GL
implementation (gl=none,angle=none) not found in allowed
implementations:
[(gl=egl-angle,angle=default),(gl=egl-gles2,angle=none)].
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
Let's try another thing. Do you use Gnome? Any kind of hardware
acceleration for graphics (NVIDIA...)? If so, you could try launching
RStudio with GSK_RENDERER=ngl to see if it makes any difference.
I?aki
On Sun, 3 Nov 2024 at 01:44, Paul Smith <phhs80 at gmail.com> wrote:
> Thanks, I?aki, for your answer. Unfortunately, that package was
> already installed on my machine:
>
2007 Oct 21
2
xattrs: Permission denied?
I've found a(nother) bug with the xattr code:
kiwiw:~/x terpstra$ uname -a
Darwin kiwiw.lan 8.10.0 Darwin Kernel Version 8.10.0: Wed May 23
16:50:59 PDT 2007; root:xnu-792.21.3~1/RELEASE_PPC Power Macintosh
powerpc
kiwiw:~/x terpstra$ echo test > bar
kiwiw:~/x terpstra$ xattr --set broken demo bar
kiwiw:~/x terpstra$ chmod 0444 bar
kiwiw:~/x terpstra$ rsync-3.0 -aHAXSx bar
2003 Jun 15
2
dvd+rw-tools ported to FreeBSD (Sony 500A DVD[+/-]R[W] support)
I just finished up a port of Andy Polyakov's excellent dvd+rw-tools
to FreeBSD, and he has incorporated the patches into his release:
http://fy.chalmers.se/~appro/
http://fy.chalmers.se/~appro/linux/DVD+RW/
http://fy.chalmers.se/~appro/linux/DVD+RW/tools/
(version 5.8.4.4.4)
These tools support DVD-R, DVD-RW, DVD+R, and DVD+RW format dvd burners,
including the popular Sony
2007 Mar 09
1
MCMC logit
Hi,
I have a dataset with the binary outcome Y(0,1) and 4 covariates (X1,X@,X#,X$). I am trying to use MCMClogit to model logistic regression using MCMC. I am getting an error where it doesnt identify the covariates ,although its reading in correctly. The dataset is a sample of actual dataset. Below is my code:
> #######################
>
>
> #retreive data
> # considering four
2007 Sep 08
5
update_va_mapping_otherdomain
Greetings,
I have a technical question about update_va_mapping_otherdomain.......
I have two components: a C program linked against libxc
and a kernel module which performs the following simple
sequence of events from domain zero:
1. Pause guest (unprivileged)
2. Grabs the PTE associated with a random (but present) page
within the guest''s kernel''s address space
(using a
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
Thanks, but unfortunately no progress:
$ GSK_RENDERER=ngl rstudio
[19496:1103/210330.025303:ERROR:gl_factory.cc(120)] Requested GL
implementation (gl=none,angle=none) not found in allowed
implementations:
[(gl=egl-angle,angle=default),(gl=egl-gles2,angle=none)].
[19496:1103/210330.028349:ERROR:viz_main_impl.cc(198)] Exiting GPU
process due to errors during initialization
Segmentation fault (core
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
It is unlikely to be a packaging issue. I suggest you open a bug report
here: https://github.com/rstudio/rstudio/issues.
I?aki
On Sun, 3 Nov 2024 at 22:04, Paul Smith <phhs80 at gmail.com> wrote:
> Thanks, but unfortunately no progress:
>
> $ GSK_RENDERER=ngl rstudio
>
> [19496:1103/210330.025303:ERROR:gl_factory.cc(120)] Requested GL
> implementation
2024 Nov 03
1
RStudio crashes with segmentation fault on F41
BTW, meanwhile, you can install rstudio-server and use RStudio in your
browser at http://localhost:8787
I?aki
On Sun, 3 Nov 2024 at 22:10, I?aki Ucar <iucar at fedoraproject.org> wrote:
> It is unlikely to be a packaging issue. I suggest you open a bug report
> here: https://github.com/rstudio/rstudio/issues.
>
> I?aki
>
> On Sun, 3 Nov 2024 at 22:04, Paul Smith
2007 Dec 30
4
:dependent for not destroying
Hi,
Is there a way to use the :dependent option to set a certain attribute
to null rather than destroying the records?
For example, take the following models:
User
id, integer
name, string
group_id, integer
belongs_to :democrats
Groups
id, integer
name, string
has_many :users
If I delete a certain group, is there a way to have the ''group_id''
attribute of all the
2006 Apr 26
2
Ruby On Rails Salary in the UK? how much?
Hi,
What do you think is a reasonable salary for a ROR programmer in
Manchester, UK?
If you''re working with ROR and in the UK i''d be interested in knowing
your salary :-)
Your opinions would be very valuable to me
JD
--
Posted via http://www.ruby-forum.com/.
2009 Apr 08
3
order transfers by file size
Is it possible to have rsync order transfers by file size (smallest
files first) ?
Would it be a big patch ?
Thanks
Viki
2006 May 12
4
bitwise addition
Hello all again,
I want to do bitwise addition in R. I am trying to generate a matrix
0000
0001
0010
....
....
1111
I know the other ways of generating this matrix but I need to look at bitwise
addition.
Any suggestions???
thanks a lot
Nameeta
-------------------------------------------------
This email is intended only for the use of the individual or...{{dropped}}
2008 Aug 03
0
missing F statistic in anova.gam
Hello,
I have encountered results which I am not sure how to interpret when using anova.gam to compare 2 different models. For certain tests the results do not include an F- or associated p-statistic. This happens when comparing certain models and not others, and I do not discern a patten explaining when the test works and when it does not.
Here is some output for some of my tests (y#, x1, and