similar to: nobody answered

Displaying 20 results from an estimated 3000 matches similar to: "nobody answered"

2001 Sep 25
1
guest account/config file/encrypt passwd problem
Hello, got a smb question. I used to run 2.0 and it worked fine. I had normal users and then a guest user with NULL PASSWD. I switched to 2.2 and I try to set up the same thing but I can't manage to get them both working simultaneously. I can have either one working just fine. I narrowed it down to encrypt passwords = (yes/no). I try to override the general user settings by a config file
2001 Apr 02
1
SuSE 7.1 timeout problem
Hello, I just moved from SuSE 7.0 to SuSE 7.1 by reinstalling. I use HP 2100TN JetDirect printer. I use kernel-2.4.2, LPRng-3.6.26, ifhp-3.4.4, Samba-2.0.7 Printing from Linux server works just as before. Printing from Windows clients has problems. I set it up just like before but any print job from Windows takes its while and then spits out junk: -------------------------- ERROR: timeout
2001 Jan 23
10
smbpasswd error
Hallo , when I try to change user password on samba server i become this error : error connecting to 127.0.0.1:139 (Verbindungsaufbau abgelehnt) unable to connect to SMB server on machine 127.0.0.1. Error was : code 0. Failed to change password for bukhari if any someone I have an Idea please send me an E-Mail to "ufz6@rz.uni-karlsruhe.de" Thanks to All Amir Bukhari
2002 Feb 21
2
Samba PDC and MSN Messenger
Hello, I run a Samba 2.2.3a server with XP clients successfully. I am aware of the fact that XP restricts access to some of its users (local) in regards to some programs. I am unsure which programs these are but MSN Messenger might be one of them. I think I heard guest users are not allowed to use MSN Messenger under XP by default. Now I have trouble to get MSN Messenger to start under XP for
2007 Feb 21
0
London Pub Meetup: Tonight
Hi all, For those few of you in London and interested in an ad-hoc meetup, I''m planning on being at the Cheshire Cheese[1] at 6pm local time. I don''t expect to last long, being painfully jet lagged and all, but I''ll be there at least long enough for dinner and a pint or two. Note, also, that I''m giving a talk at GLLUG[2] tomorrow night. 1 -
2004 May 06
0
Problem with mclust surfacePlot function
I am trying to follow the mclust examples in "MCLUST: Software for Model Based Clustering, Density Estimation and Disriminant Analysis" by Chris Fraley and Adrian Raftery, but I cannot reproduce the density and uncertainty surfaces for the Lansing Woods maples. I am using R 1.8.1 with the code below. The same code works fine in S-Plus 6.2 Am I missing something or is this a bug?
2005 Apr 08
1
kunamorph@web.de
Hello, how can I use the function "cor()" with x and y in function "aggregate()" or "by()"? The data are like this: x y group 1 4 B 2 4 B 3 5 C I would like obtain the correlation between x and y for each subset. I don't want to use the workaround with the function subset(), because I have many groups. Thanks in advance. Christfried Kunath
2006 Feb 11
2
aggregate vs tapply; is there a middle ground?
Dear all, I'm wanting to do a series of comparisons among 4 categorical variables: a <- aggregate(y, list(var1, var2, var3, var4), sum) This gets me a very nice 2-dimensional data frame with one column per variable, BUT, as help for aggregate says, <<empty subsets are removed>>. I don't see in help(aggregate) how I can change this. In contrast, a <- tapply(y,
2005 Nov 28
1
read.spss problem
Hello, I am having trouble reading an spss file into R. I have reset my working directory to the folder where this file is stored. This is what I've typed into R and the error message I received: + getwd() [1] "/Users/daviacox/Graduate School/PLS 801" > read.spss("norwil.spss") Error in read.spss("norwil.spss") : error reading portable-file dictionary
2006 Sep 20
1
variance functions in glmmPQL or glm?
Hello R users- I am new to R, and tried searching the archives and literature for an answer to this - please be patient if I missed something obvious. I am fitting a logistic regression model, and would like to include variance functions (specifically the varIdent function). I cannot figure out how to do this either in glmmPQL (or something similar) for the model with random effects, or in glm
2008 Aug 25
1
Problems starting Rcmdr
I understand that Rcmdr needs the tcltk package in order to run. However, when I attempt to using the library (Rcmdr) command, I get the message below. I have attempted to start X in R as well as using starting it from the Utilities folder on my Mac to no avail. I can't figure out if there is an issue with X11 or with R itself (I just updated to 1Is there a terminal command I can use
2007 Mar 07
7
London meetup?
Following Luke''s very successful Puppet talk at GLLUG in London, which was so over-subscribed there were people queueing outside and pressing their little faces up against the glass, I wonder if the market will bear a London Puppet meet? If there are more than two or three people interested it might be worth arranging something, perhaps a pub session where we can talk about what
2010 Oct 29
2
doubt in climate variability analysis in R!
Hello all, I am trying to use "clim.pact" package for my work, but since this is the beginning for me to use gridded datasets in "R", I am having some trouble. I want to do seasonal analyses like trends, anomalies, variograms, EOF and probably kriging too to downscale my 1 degree gridded data to 0.5.  So, as a first step, I compiled my entire dataset (with 25
2010 Apr 14
1
envelope in spatstat
Hi R users, This query is regarding the use of the 'envelope' function in Spatstat. My data can be represented as a point process with CONTINUOUS marks: points <- ppp(x=x,y=y, marks=m, window= wind) However the marks are alignments (lines), and so have to be treated differently to normal scalar marks. Hence to create a mcf object with the appropriate test function for alignment
2004 Aug 19
3
probability histogram question
Hello, all; I get an unexpected result when trying to plot a probability histogram with R1.9.1 on windows xp: #with the following code: > x <- runif(100,0,1) > hist(x) > hist(x, freq=F) > h <- hist(x, freq=F) > summary(h) # Length Class Mode #breaks 11 -none- numeric #counts 10 -none- numeric #intensities 10 -none- numeric #density 10
2003 Apr 29
2
Cluster analysis and bootstraps
Hi R helpers, I was wondering if anybody knows if is possible to generate bootstrap values for a cluster analysis in R. What I am trying to do is obtain some confidence on the clusters formed by resampling the data set. A similar type of analysis is used in molecular taxonomy and the confidence values of each cluster are placed in the nodes of the dendogram. Any ideas on how to do this
2008 Apr 03
2
g++ 4.3 warning: deprecated conversion from string constant to ‘char*’
Hello, I've noticed that with g++ 4.3 I get the following "warning: deprecated conversion from string constant to ?char*?" when I call e.g., Rprintf("Hello world"); or when I try to define a const char e.g., char lower = 'L'; I am wrapping the c++ code in extern "C" {}. This seems to be something new with g++ 4.3, because the same code compiled
1998 Jun 30
0
R-beta: Re: [S] pbinom
Btw, all the pbinom() examples posted to S-news today return the proper result in R Martin >>>>> "JS" == James Stapleton <stapleton at stt.msu.edu> writes to S-news : JS> More interesting behavior of pbinom: >> pbinom(3,2,.8) JS> [1] 1 >> pbinom(30,2,.8) JS> [1] 0.9967653 >> pbinom(40,2,.8) JS> [1]
2012 Jul 23
0
igraph node placement
Hello R users, I've just defended my PhD dissertation, and I'm engaging in discussions with the "ruler lady". She has some problems with my figures. The problem is that my nodes overlap the text that I've put inside of them. Here is a url for the figure: https://www.msu.edu/~wolfste4/igraph/sorter34_graphvfr.pdf (As you can see, the cluster at the center left of
2006 Jan 06
1
Ordering boxplot factors
Hi all, what a great help list! I hope someone can help me with this puzzle... I'm trying to find a simple way to do: boxplot(obs~factor) so that the factors are ordered left-to-right along the x-axis by median, not alphabetically by factor name. Complicated ways abound, but I'm hoping for a magical one-liner that'll do the trick. Any suggestions would be treasured. Thanks,