Displaying 20 results from an estimated 992 matches for "rues".
Did you mean:
res
2009 Aug 24
2
Number of CPU's
Any way to get access to the number of CPU's, optionally their type,
from within R? In linux I can just read /proc/cpuinfo but for
win/mac ?
Thanks!
H?vard
--
H?vard Rue
Department of Mathematical Sciences
Norwegian University of Science and Technology
N-7491 Trondheim, Norway
Voice: +47-7359-3533 URL : http://www.math.ntnu.no/~hrue
Fax : +47-7359-3524 Email: havard.rue
2003 Feb 05
3
R as a `script'
is there any way i can use R as a tool for scripts in unix, as
wotan[hrue]$ cat example.R
#!/usr/bin/R
x=1
havard
--
Havard Rue
Department of Mathematical Sciences
Norwegian University of Science and Technology
N-7491 Trondheim, Norway
Voice: +47-7359-3533 URL : http://www.math.ntnu.no/~hrue
Fax : +47-7359-3524 Email: havard.rue at math.ntnu.no
2004 Dec 17
3
Paris Meeting Date/Time/Location
The Paris Asterisk meeting will be held Monday, December 20, 2004 at 1
p.m. at "Les Vendanges"--a wonderful restaurant in the 14th (tel
01.45.39.59.98). However, we have to let them know exactly how many
people will attend, so PLEASE RSVP as soon as possible.
The address is 40, rue Friant, and the metro station is Porte d'Orleans,
the end of line 4. Take Sortie Boulevard Brune,
2007 Aug 02
1
how to plot a differential equation?
Hi,
I would like to plot the following equation:
dF(x)/dx=(k1+k2F(x))(1-F(x))
where k1 and k2 are parameters that I have estimated already.
How can I plot the curve in R?
Thanks!
Montserrat Rue
Universitat de Lleida (Spain)
[[alternative HTML version deleted]]
2017 Feb 02
2
Conversion error Illegal multibyte sequence in smbstatus
Hi,
My output of smbstatus is bugged somehow in the Locked files section.
For every line with a non ascii character, the whole string from the
character to the end (included) is removed. Hence the line is attached
to the next one.
Here is a simplified example
Locked files:
Pid ... SharePath Name Time
---------------------------------
8910 ... /path
2010 Feb 03
3
to convert a character string in time
hi,
I have my data time expressed in character string exple "5:20" (hour:min) and i want to convert these in times recognized by R. I have tried the POSIXct function:
balise07$Hour <- as.POSXIct(balise07$Hour)
but it didn't work.
Do you know why? Do you know how i can convert my string character in a real time?
Thanks
Karine HEERAH
Master 2 mention
2011 Mar 11
2
'autocompletion' of named elements of a list
I had an obscure bug that boiled down to this ``feature'' in R,
Read 3921 items
> A = list(aa = 1)
> A
$aa
[1] 1
> if (A$a) print("a is there")
[1] "a is there"
The test appear to check is A$a is TRUE, but what happen is that it
auto-complete (silently), and expand to 'A$aa'.
The problem was caused by the fact that I had also a element named
2012 Jan 09
3
problem with R installation package
Dear,
I have created my first package "G2Sd : Grain Size Statistiques and
Description". I submitted it to the CRAN after I have checked the
tar.gz file. All was ok, but since it is on the CRAN I can't install
it :
In getDependencies(pkgs, dependencies, available, lib) :
package ?G2Sd? is not available (for R version 2.13.2)
I've got the same message with R 2.14.1.
In
2005 Aug 18
3
help with unknown function
Hello
I am working on radio tracking data, with a short programme someone gave me
and ... which should, supposedly, work ... In this programme, there is the
function : getareahr(kern, levels = 95). But i cannot find any 'getareahr'
in R ...
could anyone help me?
thanks!
Agn??s
2015 Apr 14
2
Registering Windows 2012 impossible into samba4 after migration
hello,
We've just migrated our samba PDC v3.4.5 (FreeBSD) to samba v4.1.17
(Debian wheezy) with samba4 classic upgrade. Most of the stations
works fine.
When I try to register a Windows 2012 as a member into the new Samba
AD, Windows 2012 says it cannot authenticate the user used for
registering the new host into the domain. Of course, this user have
admin privileges into the AD target
2019 Feb 17
2
Cross compile R for ARM target
Hi Johannes,
Thank you for your quick feddback.
As I am using linux os build with buildroot on my raspberry pi I can't use package manager such as apt-get to install R.
What I need to do is to get the precompiled R for arm arch and then when I build my linux image using buildroot I include the R precompiled package to my rootfs.
Could you please send me a link where I can download
2006 Mar 29
2
aggregate function....
Dear R users,
I have some trouble with the aggregate function. Here are my data
> daf
S_id AF_Class count... R_gc_percent S_length
5 8264497 1 30 0.48 35678
6 8264497 3 7 0.48 35678
8 8264554 1 31 0.51 38894
9 8264554 2 11 0.51 38894
10 8264554 3 1 0.51 38894
2012 Jul 10
5
compiling samba 3.4.8 on CentOS_6.2
Hello All.
Been trying without avail to make idmap work with my AD so I can get "real"
UID/GID for SSH logins on a CentOS_6 box. Have heard from several sources
that idmap has seen some serious changes since 3.5 and decided to roll back
from the "stock" 3.5 that comes with CentOS_6 to 3.4.8. I'd like to see if
it has the same problems.
Installed a clean build of
2003 Jun 25
2
Markov chain simulation
Hi,
Does anybody know a function to simulate a Markov chain given a
probability transition matrix and an initial state ?
Thanks.
Philippe
--
--------------------------------------------------
Philippe Hup?
Institut Curie - Equipe Bioinformatique
26, rue d'Ulm - 75005 PARIS France
+33 (0)1 42 34 65 29
Philippe.Hupe at curie.fr <mailto:Philippe.Hupe at curie.fr>
2003 Dec 29
2
Update
How do you update R on Windows and how do you install your own package
with windows interface ?
regards,
Ghislaine GUIGON
Biostatisticienne
Plate-forme 2 Puces a ADN
INSTITUT PASTEUR
25-28 rue du Dr ROUX
75724 Paris cedex 15
FRANCE
tel: (33) (0)1 40 61 86 51
fax: (33) (0)1 45 68 84 06
2004 Jun 03
1
Problem with par("usr")
Hi,
I'm trying to use the "usr" argument but I see no effect of this option
on my plots. For example:
> par(usr=c(0,4,0,4))
> plot(1,1)
This plots one point fine, but the coordinates of the plotting region
are not those that I specified using par()...
I can check this with
> par("usr")
[1] 0.568 1.432 0.568 1.432
What can I change in order to have this
2009 Jul 20
2
Rows for a list of values
Hi could yelp me with this
Suppose that we have the following matrix
m1<-matrix(c("a","e","a","i","o","u","i","1","2","3","4","5","6","7"),
ncol=2)
m2<-c("a","i")
m1
[,1] [,2]
[1,] "a" "1"
[2,]
2002 Dec 17
2
Cross-correlograms or cross-variograms in R?
Hello group,
For my PhD I'm working on a spatial sampling grid. I do have two data sets
which I'd like to compare using cross-correlograms or cross-variograms.
Is this an option in one of the R-packages? I've been searching the R-help
archive and the available package-documentations, but I can't find how to do
this.
Thanks in advance,
Ren?.
2004 Feb 01
2
3 little questions
> From: Siegfried.Macho
>
> Dear R-helpers,
>
> 3 questions:
> 1. Is there a package that contains a routine for computing
> Kendall's W
> (coefficient of concordance), with and without ties ?
Is that the same as Kendall's tau, as in cor(..., method="kendall")?
> 2. Is there a package that contains a routine for computing
> Goodman' s
2009 Jul 20
2
I need to obtain all the rows in m1 in which m2 the elements of m2 are present
Hi could you yelp me please with this
Suppose that we have the following matrix
m1<-matrix(c("a","7","a","i","o","u","i","1","2","3","4","5","6","7"),
ncol=2)
m1
[,1] [,2]
[1,] "a" "1"
[2,] "7" "2"
[3,]