Displaying 20 results from an estimated 10000 matches similar to: "as.integer"
2009 Jul 03
3
Histogram
Hallo,
How can I have the control of the width of each bin in the histogram?
I would like to plot my data modifying the number and the width of the bins.
Is there a good pdf or manual where i can learn to use the plot/hist in R
very well?
I find the help not always clear
Thanks a lot
Ale
--
View this message in context: http://www.nabble.com/Histogram-tp24325261p24325261.html
Sent from the R
2012 Mar 13
2
beginner's loop issue
Dear All,
I hope you don't mind helping me with this small issue. I haven't been using
R in years and I'm trying to fill in a matrix
with the output of a function (I'm probably using the Matlab logic here and
it's not working).
Here is my code:
for (i in 1:length(input)){
out[i,1:3] <- MyFunction(input[i,1],input[i,2], input[i,3])
out[i,4:6] <-
2009 Jul 07
2
rle
Hallo,
I have an other problem, I have this vector signData with an alternation of
1 and -1 that corrispond to the duration of two different percepts. I
extracted the durations like this:
signData<- scan("dataTR10.txt")
dur<-rle(signData)$length
Now I would like to extract only the positive duration, e.g.
signData <- c(1,1,1,1,-1,-1,-1,1,1,-1,-1)
posduration <- c(4,2)
I
2009 Apr 29
3
mode(x) <- "double"
Hi,
I need your help!!
I imported a big coloumn vector from a txt file but it results as mode
:"list" I want to change it in numeric otherwise I can't do my analysis.
This is what i get:
mode (data) <- "double"
Error in eval(expr, envir, enclos) :
(list) object cannot be coerced to type 'double'
>
Thanks a lot!!!
Alessandra
--
View this message in
2012 Jun 05
1
Fourier descriptors created in a loop
Hi All,
Here is the problem: I'm trying to generate a number of Fourier Descriptors
figures for an experiment.
All I need is that they are created within a loop and saved with sequential
names (e.g., s1_1.png, s1_2.png etc..) in my directory.
I created a nested loop with a counter for the different amplitudes for the
actual shapes and a counter for the file names.
This script:
*count
2009 Jun 29
2
re moving value from a vector
Hallo,
I have a vector of several iterations and I have to remove /filter out all
the values < than 10,
how can I do this?
Thanks a lot
Alessandra
--
View this message in context: http://www.nabble.com/removing-value-from-a-vector-tp24250608p24250608.html
Sent from the R help mailing list archive at Nabble.com.
2009 Aug 04
4
folder/users privileges
Hello everyone.
I been working up with samba shared folders, but have some troubles with
users/folder privileges.
Users: ale jvillar
I got a folder named "BACKUP"
users ale and jvillar can read/write this folder
inside "BACKUP" is another folder named "MAIL BACKUP"
i want user ale to read/write this folder and user jvillar only read.
Even though i tried everything i
2011 Jan 16
1
problem installing rgdal
Dear R experts,
I'm trying to install rgdal in my R 2.11.1 (Ubuntu 10.10).
I have as an ouput the following messages. It seems that there are problems
with libgdal1.7.0 or sqlite3...
Could someboby help me?
Thanks a lot!
Ale
> install.packages()
Warning in install.packages() :
argument 'lib' is missing: using '/home/ale/R/i686-pc-linux-gnu-library/2.
11'
trying URL
2003 Jul 29
1
no charset ver. 3.0.0beta3 on solaris
Hi all
This question came up several times in this list in the last couple of
weeks, but nobody seems to have found a solution... so I post this
again, hoping that anybody out there has the answer.
I compiled Samba 3.0.0beta3 on Solaris 9 with the following options:
--with-winbind --with-acl-support --with-included-popt --with-pam
Starting the daemon or doing testparm gives me always:
Error
2009 Jul 01
1
Plot cumulative probability of beta-prime distribution
Hallo,
I need your help.
I fitted my distribution of data with beta-prime, I need now to plot the
Cumulative distribution. For other distribution like Gamma is easy:
x <- seq (0, 100, 0.5)
plot(x,pgamma(x, shape, scale), type= "l", col="red")
but what about beta-prime? In R it exists only pbeta which is intended only
for the beta distribution (not beta-prime)
This is
2014 Jun 02
1
Called name not present error, but only once!
Hello:
I am trying to use the net time command to sync a server:
$ net ads time -S ale.hunt.com
(hunt.com is just for internal use only)
I see an immediate response like so:
>>> NBT Session Packet
NBT SessionReject
Flags=0x0
Length=1 (0x1)
Reason=0x82
Called name not present
"Called name not present" - alright but....
# nmblookup -A 192.168.17.53
Looking up status of
2010 Sep 29
1
LMTP don't accept jobs for system users
Hi, I'm trying to configure Dovecot 2.0.1 to deliver email to users in
/etc/passwd using the Dovecot LMTP service. So far, I can
sucessufully do POP3 for system users, but when Postfix tries to deliver
email to the Dovecot LMTP service the LMTP reject the job with:
"User doesn't exist ale at centos54.mydomain.com"
Any suggestions?
The user 'ale' is a valid user:
#
2006 Oct 06
1
[Fwd: Interdomain Trust: winbind not working]
Anyone?
Could you write me the exact steps to have a working
configuration of Samba/winbind domain trusting Windows 2000 Dom?
I've followed the one proposed in the samba howtos but is not
working.
thanks
-------- Original Message --------
Subject: [Samba] Interdomain Trust: winbind not working
Date: Mon, 11 Sep 2006 16:09:49 +0200
From: Matteo Calcagnini <calcagnini@publinet.it>
To:
2011 Jan 17
2
How to still processing despite bug errors?
Hi, everybody.
I am working processing EEG data from 1000 pacients. I have a specific
syntax to perform the Spectral Analysis and a loop to analyse all subjects.
each subject data are in separate folders (P1, P2 P3...)
My question is: in some cases, some errors can appear in one subject. I want
to know if is possible to jump to the next subject and perform the same
syntax , exibiting an error
2005 May 31
2
Null space (or kernel) and image of a matrix
Hello!
Does anyone now if there exist a function that would compute a "null space"
(or "kernel" - "Ker") of a matrix and maybe also one that would compute an
"image" ("Im") of a matrix.
I tried R-site search and google, However I found notnihg useful!
Thanks for any sugestions! I am also not sure what an "image" of a matrix
is, so
2012 Jun 12
1
SAP ABAP Consultant available
[1]Click here to unsubscribe if you no longer wish to receive our emails
Hello,
We have an excellent consultant, Pritesh Agrawal - SAP ABAP . Below is
his/her quick profile for your review.
Pritesh Agrawal - SAP ABAP -
Rate: Open Total Exp: 9+ Available: immediate Relocation: OPEN
Over 9.5 years of work experience in SAP R/3 technical, functional and
2006 Dec 14
3
AOC-D or similar
hi all,
I'm trying to send text messages to Snom 300 to show the credit
remaining during the call...
Sending a MESSAGE directly to the phone via udp i'm able to update the
text on the display... but not during the conversation.
I read about AOC, but i can't find any documentation about Asterisk +
SIP + AOC
Have you any experience, docs or workaround to suggest?
Thx Ale
2006 May 26
2
Leave copy on server problem.
Hello, I am using Dovecot 0.99.14-r1 with mbox format.
I have a problem with the option "Leave copy on server", the messages are
duplicated. I tried many options but I can?t find the solution. The last test was:
I modified in src/pop3/commands.c (function list_uids())
the folowing things:
"...
client_send_line(client, message == 0 ?
"%u %u.%u" : "+OK %u
2004 May 14
2
how add objects to an svm graphic
Dear all,
I'm not able to solve easily the following simple problem.
I really hope someone can give me some hints.
I trained an svm (e1071). Now I'd like to show the results graphically.
I used plot.svm and I'd like to add some other objects to the plot:
points, (coloured) ellipses to indicate some intersting regions, curves,
and so on...
I tried to pass these as additional
2005 Aug 26
3
Free-form to fixed-form Fortran
Hello!
I have writen some subrutines in Free-form Fortran. I would like to includ
them in a package, which I would like to build on WinXP. I have all
suggested tools/programs for bulding R packages on Windows (except latex).
What is the best way of using these subrutines? Does sombody mybe know any
translation tools for converting Free-form to fixed-form Fortran?
Thanks for any suggestions,