Displaying 20 results from an estimated 114 matches for "maring".
Did you mean:
making
2010 Jan 14
0
LOTURI DE CASA (500mp) CU VEDERE LA MARE, (in rate de 200E / Luna) LANGA PLAJA CORBU / PRET - incepand de la 5500
Stimate Domn (Doamna),
Imi permit sa va prezint oferta noastra de teren (loturi de 500mp) in apropierea plajelor Corbu si Vadu (10 km nord de Mamaia) langa viitoarea Statiune EUROPA, terenuri cu propunere intravilan, intr-o zona superba, ce cunoaste o dezvoltare accelerata in ultimii 2 ani, deschizand posibilitati avantajoase de investitie pe termen scurt si mediu sau ofera sansa
2006 Jun 26
0
[klibc 14/43] Remove in-kernel nfsroot code
The in-kernel nfsroot code is obsoleted by kinit. Remove it; it
causes conflicts.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 161e1dc16ec1129b30b634a2a8dcbbd1937800c5
tree c30da837d746fe65d8a13ccf6f27bd381948edb4
parent 018604e070e143657abcf0cb256a1e2dda205d97
author H. Peter Anvin <hpa at zytor.com> Sat, 20 May 2006 16:24:05 -0700
committer H. Peter Anvin <hpa at
2006 Mar 01
1
(no subject)
Hi all
I am not sure this question is better suitted for the R-devel or R-help,
but here it goes anyway
I am not a software developer but I have produced a personal set of
functions that I would like now to combine in a package.
I am finding this really hard to do only by following the manuals provided
(the language is for software developers I guess which I am far to be).
Even so I could
2000 Jul 31
2
NLME 3 (R version) again!
Hi,
Well after trying to fix the assign commands in version 3.1.7 of your nlme package
I still cannot get the plot functions to work. Basically I have no other packages installed (apart from those provided with R) so nlme is the first.
my R version info is;
platform sparc-sun-solaris2.7
arch sparc
os solaris2.7
system sparc, solaris2.7
status
2005 Nov 17
1
anova.gls from nlme on multiple arguments within a function fails
Dear All --
I am trying to use within a little table producing code an anova
comparison of two gls fitted objects, contained in a list of such
object, obtained using nlme function gls.
The anova procedure fails to locate the second of the objects.
The following code, borrowed from the help page of anova.gls,
exemplifies:
--------------- start example code ---------------
library(nlme)
##
2000 Mar 07
1
Problems with nlme (PR#471)
Dear R developers,
first of all let me join the chorus of congratulations for the release
of R 1.0.0. Well, done!
Unfortunately, I find it necessary to e-mail in a bug report regarding
the `nlme' package. On my office machine I experience the following
trouble:
bossiaea:/opt/R$ R CMD check -c nlme
Checking package `nlme' ...
Massaging examples into `nlme-Ex.R' ...
Running
2003 Nov 18
5
mixed model for Splus and R
Hi there,
I try to compare the mixed model package "lme" by Splus and R. I used the
dataset "Ovary" and the following code assuming AR(1) model for the error term:
lme(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), data=Ovary, random =
pdDiag(~sin(2*pi*Time) ) , correlation=corAR1() )
But I got different results! And then I used a simpler model:
lme(follicles ~
2008 Jun 11
0
ARMA random effects?
Hi, All:
Is there a way to get random effects for ARMA parameters?
Consider the following example from the 'corARMA' help page:
fm1Ovar.lme <- lme(follicles ~ sin(2*pi*Time) + cos(2*pi*Time),
data = Ovary, random = pdDiag(~sin(2*pi*Time)))
fm5Ovar.lme <- update(fm1Ovar.lme,
corr = corARMA(p = 1, q = 1))
fm5Ovar.lme
Linear
2011 Aug 30
3
counter strike 1.6
Hi people,
I just installed cs 1.6 and it says this message:
[Image: http://img683.imageshack.us/img683/5093/36878078.png ]
How can i fix this problem,thanks! [Wink] [/img]
2005 Dec 05
2
plot() and points() precision control
Hi all,
I have a problem in that when I plot points that have a high degree of
precision, some significant rounding seems to occur, resulting in
uneccessary overlap of my points. Is there a way to specify the
resolution or precision in plotting functions? Is there an underlying
grid I have to modify somehow?
Many Thanks,
Jon
--
Mares eat oats and does eat oats and little lambs eat ivy. A
2015 Jan 22
0
[pciutils patch v2] add virtio vendor capability support
On Do, 2015-01-22 at 10:10 +0100, Martin Mares wrote:
> lspci -vxxx
Attached is a dump of a virtio-net device (both verbose=2 and hex).
cheers,
Gerd
-------------- next part --------------
00:09.0 Ethernet controller: Red Hat, Inc Virtio network device
Subsystem: Red Hat, Inc Virtio network device
Physical Slot: 9
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
2015 Jan 22
0
[pciutils patch v2] add virtio vendor capability support
On Do, 2015-01-22 at 10:10 +0100, Martin Mares wrote:
> lspci -vxxx
Attached is a dump of a virtio-net device (both verbose=2 and hex).
cheers,
Gerd
-------------- next part --------------
00:09.0 Ethernet controller: Red Hat, Inc Virtio network device
Subsystem: Red Hat, Inc Virtio network device
Physical Slot: 9
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
2007 Jan 30
0
lme : Error in y[revOrder] - Fitted : non-conformable arrays
Greetings R-helpers,
I am attempting to fit an lme() while specifying a correlation
structure, but I'm getting into trouble long before I get to that point.
I am receiving the error:
Error in y[revOrder] - Fitted : non-conformable arrays
It doesn't seem to matter how simple or complex the model I specify is,
it always gives this same error message. This makes me suspect
something is
2006 Nov 06
1
question about function "gls" in library "nlme"
Hi:
The gls function I used in my code is the following
fm<-gls(y~x,correlation=corARMA(p=2) )
My question is how to extact the AR(2) parameters from "fm".
The object "fm" is the following. How can I extract the correlation parameters
Phi1 and Phi2 from "fm"? These two parametrs is not in the "coef" componenet of "fm".
Thanks a
2011 Oct 13
1
pvresize on a cLVM
...the new size. And,
googling on it I can only find RHEL5.2 responses.
Thanks in advance,
Antonio.
--
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Antonio S. Martins Jr. - Support Analyst | "Only The Shadow Knows |
| Universidade Estadual de Maring? - Brasil| what evil lurks in the |
| NPD - N?cleo de Processamento de Dados | Heart of Men!" |
| E-Mail: asmartins at uem.br / shadow at uem.br | !!! Linux User: 52392 !!! |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
"Real Programmer...
2005 Sep 14
2
File owning and rights problems
Hi!
I use protocol manager on a boot diskete to map a network drive share which
is shared by a samba server. (i.e net use i: \\server\d)
I give a username and a password which exists in /etc/samba/smbpasswd (i.e
user name: user1 and password: passwd1) but when I create and/or edit a
file, it changes the ownership to that file to owner user: dobody and group
owner: nobody. Also the rights are
2012 Oct 31
6
Virtualization Options!
...isn't necessary now.
Anybody had some other options to tell?
Thanks in advance,
Antonio.
--
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Antonio S. Martins Jr. - Support Analyst | "Only The Shadow Knows |
| Universidade Estadual de Maring? - Brasil| what evil lurks in the |
| NPD - N?cleo de Processamento de Dados | Heart of Men!" |
| E-Mail: asmartins at uem.br / shadow at uem.br | !!! Linux User: 52392 !!! |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
"Real Programmer...
2008 Oct 28
3
Keep the email on the server
...unread.
Can you tell me if this is a configuration issue on Dovecot?
Thank you all
--
Att.
Rubens Aurelio Mascari ..................................... _
Linux & Internet Developer .... ICQ# 2730907 ............... ?v?
Odara Internet LTDA............ (44) 3226-3662 ............. /(_)\
Maring? - Paran? .............. http://www.odara.com.br .... ^ ^
______.-""-.__ QuEm TeM o CoNhEcImEnTo TeM o PoDeR __.-""-._______
2005 Aug 04
1
SwitchTower CVS support
I did an svn up this morning and discovered this whole new bundle of code!
Lookingn through it it looks cool, but there''s no CVS support for an SCM
- I''d have thought this would be more widely used than darcs. Looking
at the code for subversion.rb and I thought it''d be possible to add a
new scm - CVS.
I''m running into 3 problems:
1- I''m still
2018 Feb 15
2
OpenShift Origin Install
...My problem is with the "atomic-openshift" packages it can't find... they
are necessary? I can't find it anywhere!
Thanks,
Antonio.
--
*Antonio da Silva Martins Jr. *
*Analista de Suporte*
NPD - N?cleo de Processamento de Dados
UEM - Universidade Estadual de Maring?
email: *asmartins at uem.br* <asmartins at uem.br> / asmartins.uem at gmail.com
fone: +55 (44) 3011-4015 / 3011-4411
inoc-dba: 263076*100
"Real Programmers don?t need comments ? the code is obvious."