Displaying 20 results from an estimated 114 matches for "mare".
Did you mean:
are
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
...enuri 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 achizitionarii unei parcele pentru constructia unei case de vacanta, vila sau pensiuni turistice langa mare la un pret cu adevarat avantajos.
PENTRU DETALII COMPLETE ACCESATI WWW.TERENLAMARE.RO
Loturi de Casa (OFERTA LIMITATA):
Suprafata - 500mp + Alee de Acces Gratuita
Cadastru; Intabulare; Utilitati in zona; Propus Intravilan.
200 euro/luna - Rata Fixa
Avans - 500Euro; Dobanda - 0%; Comision 0%...
2006 Jun 26
0
[klibc 14/43] Remove in-kernel nfsroot code
....
- * (3) The actual mounting is done later, when init() is running.
- *
- *
- * Changes:
- *
- * Alan Cox : Removed get_address name clash with FPU.
- * Alan Cox : Reformatted a bit.
- * Gero Kuhlmann : Code cleanup
- * Michael Rausch : Fixed recognition of an incoming RARP answer.
- * Martin Mares : (2.0) Auto-configuration via BOOTP supported.
- * Martin Mares : Manual selection of interface & BOOTP/RARP.
- * Martin Mares : Using network routes instead of host routes,
- * allowing the default configuration to be used
- * for normal operation of the host.
- * Martin Mares : Random...
2006 Mar 01
1
(no subject)
...ing the help files I get the message " no hhc: found"
and after that "cp: cannot stat"
there seems to be a file named mypakage.chm missing
Can you help me solving this, ?
Best regards
Filipe Alberto
Filipe Alberto
Posdoctoral Fellowship Researcher
http://www.ualg.pt/ccmar/maree/index.php?t=falberto
------------------------------------------------------------------------
MAREE-Marine Ecology and Evolution (http://www.ualg.pt/ccmar/maree)
CCMAR - Centre of Marine Sciences, and CIMAR -Laborat?rio Associado
Faculdade de Ci?ncias do Mar e Ambiente, Universidade do Algarve
M...
2000 Jul 31
2
NLME 3 (R version) again!
...see the envir were being used in default mode so I simply removed them. Now when I run the code I get the following;
library(nlme)
Loading required package: nls
> data(Ovary)
> fm1 <- gls(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), Ovary,
+ correlation = corAR1(form = ~ 1 | Mare))
> plot(fm1, resid(., type = "p") ~ fitted(.) | Mare, abline = 0)
[[1]]
coplot
$show.given
[1] FALSE
(and a very blank graph screen).
Also if I run the following (plot.variogram example) I get the following;
> data(Ovary)
>
> fm1 <- lme(follicles ~ sin(2*pi*Time) + c...
2005 Nov 17
1
anova.gls from nlme on multiple arguments within a function fails
...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)
## stolen from example(anova.gls)
# AR(1) errors within each Mare
fm1 <- gls(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), Ovary,
correlation = corAR1(form = ~ 1 | Mare))
anova(fm1)
# variance changes with a power of the absolute fitted values?
fm2 <- update(fm1, weights = varPower())
anova(fm1, fm2)
## now define a little function
dummy <- fu...
2000 Mar 07
1
Problems with nlme (PR#471)
...list = ls(all = TRUE)); .Random.seed <- c(0,rep(7654,3))
> ###--- >>> `anova.gls' <<<----- Compare Likelihoods of Fitted Objects
>
> ## alias help(anova.gls)
>
> ##___ Examples ___:
>
> library(nlme)
> data(Ovary)
> # AR(1) errors within each Mare
> fm1 <- gls(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), Ovary,
+ correlation = corAR1(form = ~ 1 | Mare))
Warning message:
NA/Inf replaced by maximum positive value
> anova(fm1)
Denom. DF: 305
numDF F-value p-value
(Intercept) 1 354.7375 <...
2003 Nov 18
5
mixed model for Splus and R
...odel fit by REML
Data: Ovary
Log-restricted-likelihood: -775.2224
Fixed: follicles ~ sin(2 * pi * Time) + cos(2 * pi * Time)
(Intercept) sin(2 * pi * Time) cos(2 * pi * Time)
12.1895808 -2.9473432 -0.8807113
Random effects:
Formula: ~sin(2 * pi * Time) | Mare
Structure: Diagonal
(Intercept) sin(2 * pi * Time) Residual
StdDev: 2.807293 0.03630784 3.665217
Correlation Structure: AR(1)
Formula: ~1 | Mare
Parameter estimate(s):
Phi
0.6073908
Number of Observations: 308
Number of Groups: 11
*********************************...
2008 Jun 11
0
ARMA random effects?
...ects model fit by REML
Data: Ovary
Log-restricted-likelihood: -771.9471
Fixed: follicles ~ sin(2 * pi * Time) + cos(2 * pi * Time)
(Intercept) sin(2 * pi * Time) cos(2 * pi * Time)
12.1248728 -2.9198264 -0.8487095
Random effects:
Formula: ~sin(2 * pi * Time) | Mare
Structure: Diagonal
(Intercept) sin(2 * pi * Time) Residual
StdDev: 2.614435 1.004898 3.733423
Correlation Structure: ARMA(1,1)
Formula: ~1 | Mare
Parameter estimate(s):
Phi1 Theta1
0.7868896 -0.2793591
Number of Observations: 308
Number of Groups: 11
> coef...
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
...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 kid'll
eat ivy too, wouldn't you?
-- Leland Palmer, from Twin Peaks
###########
Jonathan Manning
PhD Student
Barton Group
School of Life Sciences
University of Dundee
Scotland, UK
Tel +44 1382 388707
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+...
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+...
2007 Jan 30
0
lme : Error in y[revOrder] - Fitted : non-conformable arrays
...3rd Qu.:82.63
Max. :8 Max. :99.13
> lme(CHEAL~rel.year,data=cheal.grp)->cheal.lme
Error in y[revOrder] - Fitted : non-conformable arrays
#### Everything works fine using the Pinheiro & Bates example
#### on page 240 (in a simplified form)
> summary(Ovary)
Mare Time follicles
8 : 31 Min. :-0.1667 Min. : 1.00
4 : 29 1st Qu.: 0.1667 1st Qu.: 8.00
5 : 29 Median : 0.5000 Median :12.00
1 : 29 Mean : 0.5000 Mean :12.04
6 : 29 3rd Qu.: 0.8333 3rd Qu.:15.00
10 : 29 M...
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
Hi,
I'm needing to expand a LUN on my EMC CX4-120 SAN. (Well I already had done it).
On this LUN I had a PV of a cLVM VG. Know I need to run pvresize on it.
Has anybody done this on a cLVM PV ?
I'm trying to rescan the devices, but I can't "see" the new size. And,
googling on it I can only find RHEL5.2 responses.
Thanks in advance,
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!
Hi,
I'm searching for "virtualization options". I already take a look on
VMware, but it needs too much MS software to work for my needs. Citrix needs
less, but the key validation is still MS-AD.
Now I'm taking a look at RHEV... and run into Oracle VM! Somebody had already
take a look at Oracle VM?
We need in primary a solid VM solution for an "enterprise
2008 Oct 28
3
Keep the email on the server
Hello,
I migrate my server POP3/IMAP recently the Courier-IMAP for Dovecot and
am having
problems when the user configures your e-mail client to leave a copy of
mail on the server.
All mail in the inbox, are brought all the time that you check your mailbox
input via POP3, causing a large traffic of unnecessary data every time.
In my opinion
you should bring only the new mail, unread.
Can you
2005 Aug 04
1
SwitchTower CVS support
...39;'m crap
2- I don''t have the required infrastructure to test the resulting script
3- Is it possible to discover the latest version of a repo fro CVS - I''m
not sure it is as each file has an individual version number, this makes
writing the latest_revision method a bit of a mare.
Anyway here''s where I got upto before I was dragged off to work on some
Java for a customer;
module SwitchTower
module SCM
# An SCM module for using CVS as your source control tool. Use it by
# specifying the following line in your configuration:
#
# set :scm, :c...
2018 Feb 15
2
OpenShift Origin Install
Hi,
I'm trying to install OpenShift Origin on a CentOS 7 host (just for
initial testing), and I'm trying to follow the instructions from here:
https://wiki.centos.org/SpecialInterestGroup/PaaS/OpenShift-Quickstart
On that page we need to run: "atomic-openshift-installer install" to
configure OpenShift... after run the script it throws this errors:
Failure summary: