Displaying 20 results from an estimated 151 matches for "monica".
2014 Mar 11
1
Turning on autocreate of maildirs - how?
...rg/MailboxSettings have had no effect, the errors below are reported.
As soon as I create the Maildir manually with maildirmake fetching mail starts working fine, so all of the messages about the directory being ambiguous seem to be a red herring.
Anyone know how to turn this on?
Mar 11 16:02:37 monica dovecot: imap: Debug: Added userdb setting: mail=/home/vmail/test at sharp.fm/
Mar 11 16:02:37 monica dovecot: imap(test at sharp.fm): Debug: Effective uid=517, gid=517, home=
Mar 11 16:02:37 monica dovecot: imap(test at sharp.fm): Debug: Namespace inbox: type=private, prefix=, sep=, inbox=yes, hid...
2003 Sep 21
3
Z aware interpolation
...erse Distance Weight) interpolation (i mean the one which
takes into consideration only x and y coordinates) so i can try to
modify it to take into consideration z values as well. I am not sure
it will work, or i can do it - but it worth a try - of course if this is not
already done.
Thanks,
Monica
Monica Palaseanu-Lovejoy
University of Manchester
School of Geography
Mansfield Cooper Building
Oxford Road, Manchester
M13 9PL, UK.
email: monica.palaseanu-lovejoy at stud.man.ac.uk
2008 Apr 18
2
Correspondence and detrended correspondence analysis
...ories keep same relationships between them in all three plots - which is expected. If some code is required i can provide it but i didn't want to clutter the message too much. But i am providing the resulting plots in case they will make my problem clearer.
PCA plot: ftp://stpfiles.er.usgs.gov/Monica/R_Data/pca_veg_lidarclass_phase2.pdf
CA plot: ftp://stpfiles.er.usgs.gov/Monica/R_Data/corresp_anal_phase2.pdf
DCA plot: ftp://stpfiles.er.usgs.gov/Monica/R_Data/detrend_corresp_anal_phase2.pdf
DCA how i would expect it: ftp://stpfiles.er.usgs.gov/Monica/R_Data/detrend_corresp_anal_phase2_a.pdf
An...
2003 Aug 28
4
R-help: beginner question
...able, with
data(read.delim()), or in any other way. So in the end I was not
able to use boxplot at all.
I will appreciate any help ?for dummies? you can give me. Also,
if you know any other way to identify outliers, or to use Cook
dimension to identify them, I will really appreciate.
Thanks,
Monica
Monica Palaseanu-Lovejoy
University of Manchester
School of Geography
Mansfield Cooper Building
Oxford Road, Manchester
M13 9PL, UK.
email: monica.palaseanu-lovejoy at stud.man.ac.uk
2007 Dec 13
6
spliting strings ...
...bbb', 'cc', 'd eee aa', 'mmm o n')
str1 <- rep(1, length(str))
for (i in 1:length(str)) {
str1[i] <- strsplit(str, " ")[[i]][1]
}
str1
'aaa' 'cc' 'd' 'mmm'
Now, is there any way to do this simpler?
Thanks,
Monica
_________________________________________________________________
Get the power of Windows + Web with the new Windows Live.
[[alternative HTML version deleted]]
2011 Dec 10
2
install.packages readRDS error
...try to install a package: install.packages("SPOT")
it returns an error message: "Error in readRDS(file) : error reading from
the connection".
Also, when I try the command in R: update.packages(), it returns the same
error message described previously.
Any ideas?
Regards,
Monica
[[alternative HTML version deleted]]
2007 Aug 02
6
- round() strange behaviour
...trange results using round - it seems that it depends if the number before the decimal point is odd or even ....
For example:
> round(1.5)[1] 2> round(2.5)[1] 2
While i would expect that round(2.5) be 3 and not 2.
Do you have any explanation for that?
I really appreciate your input,
Monica
_________________________________________________________________
[[trailing spam removed]]
[[alternative HTML version deleted]]
2000 Mar 22
0
Not being digested, now . . . the question!
...usually without incident.
Occasionally however, one of them will be unable to save a file they have
saved many times previously that afternoon. Windows tells them it's "unable to
rename the document".
Samba logs:
[2000/03/22 15:00:30, 3] smbd/reply.c:reply_mv(3727)
reply_mv : \MONICAS EXCELDOC\GATEWAY\EC357000 -> \MONICAS EXCELDOC\GATEWAY\gtepub98.xlw
[2000/03/22 15:00:30, 3] lib/util.c:unix_clean_name(608)
unix_clean_name [/MONICAS EXCELDOC/GATEWAY/EC357000]
[2000/03/22 15:00:30, 3] lib/util.c:unix_clean_name(608)
unix_clean_name [/MONICAS EXCELDOC/GATEWAY/gtepub98.xlw]...
2004 Jun 23
8
Automatic routine - help
...than 1, then replace z(i,j) with 1. If z(i,j) is inside the
interval [0,1] then don?t change. In the end I would like to have a
new data.frame with the new values.
I am not sure how complicated or long such a procedure might be,
so I will be very grateful for any help.
Thank you in advance,
Monica
2003 Aug 28
1
R-help: beginner question - Thank you! OUTLIERS
...ar.
Now, if you can suggest any good package to use for identifying
outliers it will be great ;-))
Hopefully from now one, since i understood how i am using the
examples, what 'data()' means and how i am using my own data, i
will put less trivial questions.
thank you so much indeed,
Monica
Monica Palaseanu-Lovejoy
University of Manchester
School of Geography
Mansfield Cooper Building
Oxford Road, Manchester
M13 9PL, UK.
email: monica.palaseanu-lovejoy at stud.man.ac.uk
2003 Nov 17
4
cumulative distribution functions
...umulative Distribution Function
cpgram(ts) Plot Cumulative Periodogram
But i could not find either (stepfun) nor (ts) packages to read the
specific help. Are they discarded? The "cumsum" seems not to do
what i really was after.
Any help as usual very much appreciated ;-)
Monica
2004 Aug 09
2
Memory failure!!!!
...e Visual Basic so i cannot use the other commands
suggested in Help.
Also, if i am using memory.size(max=TRUE) i get a value
corresponding to about 1024K, and if i am using
memory.limit(size=NA) i get a value of about 4000K.
How can i force R to use more memory?
thank you for any suggestion,
Monica
Monica Palaseanu-Lovejoy
University of Manchester
School of Geography
Mansfield Cooper Bld. 3.21
Oxford Road
Manchester M13 9PL
England, UK
Tel: +44 (0) 275 8689
Email: monica.palaseanu-lovejoy at stud.man.ac.uk
2008 Jul 23
2
Warning message in if else statement
Hi,
I am using an if else statement inside a function ?. If I use that function I have no problems ?. If I use the function with the if else statement inside a second function I get the following waring:
Warning message:
In if (pval == 0) p_value <- "< 2.2e-16" else p_value <- pval :
the condition has length> 1 and only the first element will be used
Using the second
2003 Sep 03
1
plot only partial plots
...number????
And, on the same line, how can I sort a tab-delimited table after
the values from one column? I know how to assign one column
to a vector and sort that vector, but what if I want to sort the
whole table, like in Excel for example?
Thank you in advance for all your time and answers,
Monica
Monica Palaseanu-Lovejoy
University of Manchester
School of Geography
Mansfield Cooper Building
Oxford Road, Manchester
M13 9PL, UK.
email: monica.palaseanu-lovejoy at stud.man.ac.uk
2008 Mar 13
4
a more elegant way to get percentages?
...#######
I am wondering if there is any way to do it more efficiently, much more that the first loop which gives how many times each location is present in the data.frame is slow if you have a larger data.frame and not only 10 rows.
Thanks for any input and sorry if the email is on the long side,
Monica
_________________________________________________________________
[[elided Hotmail spam]]
2011 Nov 22
5
x, y for point of intersection
...the x, y will satisfy both linear
equations, y = m*x + b and the ln polyline ?.. but while I can visualize the
equation of the straight line ? I have problems with the polyline. I will appreciate
any ideas to solve this problem. I thought it a trivial solution but it seems I
cannot see it.
Thanks,
Monica
2007 May 25
1
RV: I need help with samba
________________________________
De: Volker Lendecke [mailto:Volker.Lendecke@SerNet.DE]
Enviado el: jue 24/05/2007 17:37
Para: LOPEZ GARCIA, MONICA
CC: samba-technical@lists.samba.org
Asunto: Re: I need help with samba
On Thu, May 24, 2007 at 05:27:11PM +0200, LOPEZ GARCIA, MONICA wrote:
> We have installed two versions of samba in the same
> machine (versi?n 2.x and 3.x).
>
> When I run only samba 2.x all is correct, but if now...
2004 Mar 24
5
colors, lines, characters .... documentation
...palette
from red to yellow, with red the lowest value, and yellow the highest
value. What if i want a reverse palette, with green the lowest value
and yellow middle values and red highest value??? Or much more
simple, just yellow lowest value and red highest value???
Thank you for assistance,
Monica
2007 Jun 27
2
Meta-Analysis of proportions
...r a possible syntax, could someone send me? I need to finish this paper before my PhD qualify, but I'm completely stuck...
So, any tip will be more than welcome...I will really appreciate it!!!
Thanks in advance and congrats on the amazing mailing-list.
Bests from Rio de Janeiro, Brazil.
Monica
Monica Malta
Researcher
Oswaldo Cruz Foundation - FIOCRUZ
Social Science Department - DCS/ENSP
Rua Leopoldo Bulhoes, 1480 - room 905
Manguinhos
Rio de Janeiro - RJ 21041-210
Brazil
phone +55.21.2598-2715
fax +55.21.2598-2779
[[alternative HTML version deleted]]
2008 May 22
15
Pros and Cons of R
...ou want to do is a command line, minimal GUI.
- Memory management problems (depends on your OS), especially when displaying big images at high resolution or working with huge matrices (hundreds of Mb).
Also i am wondering if R works under 64 bit computers and if it takes advantage of it.
Thanks,
Monica
_________________________________________________________________
Refresh_family_safety_052008