Displaying 12 results from an estimated 12 matches for "cseres".
Did you mean:
ceres
2005 Jul 04
2
samba loses its browse list
hi
is it possible that it looses the master browser status, and it still
thinks that it is the master browser? (which it does)
thanks
wd
Guus Leeuw jr. wrote:
>>-----Original Message-----
>>From: samba-bounces+guus-leeuw=gmx.de@lists.samba.org [mailto:samba-
>>bounces+guus-leeuw=gmx.de@lists.samba.org] On Behalf Of Csere Matyas
>>Cc: samba@lists.samba.org
2000 Nov 19
3
Stataread + R-Devel fails for me
Hi,
I have a problem with R-devel and Stataread 2.5. Stataread installs
(compiles, at gives no error messages). But typing
> library(stataread)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/usr/local/lib/R/library/stataread/libs/stataread.so":
/usr/local/lib/R/library/stataread/libs/stataread.so: undefined symbol: errorcall
Error in
2004 Dec 17
3
copy files to windows thru smbmount
hello
i have this strange problem:
i've ounted up a windows share on my linux machine, and tryign to copy a file to it, which is bigger than 2gbs, and it fails with a "maximum file size exceeded" error.
the linux is running ext3, and windows is ntfs, so the size limit must be somewhere in samba.
i've read on http://www.mail-archive.com/samba@lists.samba.org/msg10412.html
2000 Oct 30
5
Newbie questions
...residuum in my GNU system. I would like to get rid of it...)
BTW, I compiled R on the Hurd (http://hurd.gnu.org). It compiled flawlessly,
but I was not able to test it because an X failure I have not been able to
track down yet (X is somewhat immature in the Hurd).
Thank you in advance,
Zsombor Cseres-Gergely
PS: please (also) cc. me the reply, because I am not on the list (yet)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe...
2000 Oct 30
5
Newbie questions
...residuum in my GNU system. I would like to get rid of it...)
BTW, I compiled R on the Hurd (http://hurd.gnu.org). It compiled flawlessly,
but I was not able to test it because an X failure I have not been able to
track down yet (X is somewhat immature in the Hurd).
Thank you in advance,
Zsombor Cseres-Gergely
PS: please (also) cc. me the reply, because I am not on the list (yet)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe...
2001 Feb 27
1
Generate temporary objects or not?
.... (If the above structure is too simple, imagine something more
complicated) Am I right, it does not matter, since it is created inside anyway?
Another question is if apply() could feed the data into the nonfirst
argument of the function applied. I have clue just for the first.
Thank you,
Zsombor Cseres-Gergely
PS: The example is the most naive way for constructing a kernel density
estimator. But yes, I have VR[MASS] and locfit installed, and I know that this is
inefficient. Just a toy. :)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read...
2000 Nov 10
3
NLS
Hello,
I try to do a very simple nonlinear regression. The function is
y = (b0 + b1*x1 + b2*x2 + b3*x3) * x4^b4
I think I do everything well, but as I set the starting value of b4 to 0 (it
is the theoretically sane starting value), it converges very quickly, and to
the wrong solution. Wrong in a sense, that 1) we do not expect this and 2) we
do not get this on E-Views, Stata and SAS. I do not
2001 Aug 22
1
limited formula length in tsls
...mula <- model
result$instruments <- instruments
if (!is.null(na.act))
result$na.action <- na.act
class(result) <- "tsls"
result
}
It works, but I feel that there is something wrong with it (although
it works fine so far). What?
Thank you,
Zsombor Cseres-Gergely
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request...
2001 Jul 18
1
hypothesis testing in models
Dear all,
Being an economics student, I am trying to put together a little
tutorial/FAQ/... for those who have (more) background in econometrics rather
than in statistics -- just as I have. I'v been looking for a hypothesis
testing tool in R (just linear or also nonlinear) for model parameters, but
could not find anything so far. I did find a similar but unanswered question
in the archives,
2001 Jul 19
1
after R 1.3: can not write to or create directory `~/lib/R'
Dear all,
I am running
platform i386-pc-linux-gnu
arch i386
os linux-gnu
system i386, linux-gnu
status
major 1
minor 3.0
year 2001
month 06
day 22
language R
and have my own library path set up having
R_LIBS='~/lib/R'; export
2001 Jul 20
0
A very good R Tips page -- why no link to it?
Dear all,
Once in the past I found somehow a very good R Tips page and I was directed to
it again recently. It is compiled by Paul Johnson and can be found at
http://lark.cc.ukans.edu/~pauljohn/R/statsRus.html It helped me a lot, since
it is thematically structured (as opposed to the mailing list itself) and
answers many questions that occurs to an R beginner who had already done many
operations
2001 Nov 07
4
Mapping in R - in the common sense
Dear R people,
I am wondering how difficult it would be to produce graphs based on maps in R (like "a county is red
where x is high"). I reckon this requires the coordinates for the polygons that make up the
map and also a mapping to a set of identifiers to assign colours, hatches, etc.
Would it be possible to pass R a vector graphics of the map and back out the polygon definitions