Displaying 20 results from an estimated 200 matches similar to: "Choosing nlme or lme4?"
2013 Jan 15
0
temporal and spatial correlation structures in GAMM
Dear R_help
list members!
I’m
studding forest carnivores and I have data on resting site selection and use!
I’m trying
to model the probability that a forest carnivore might have in be located in a
tree hollow (1) (the main resting site selected) rather than elsewhere (0)
(other resting site types, dens, nests, etc.).
The model
should be related with several variables such as for instance:
2008 Dec 09
1
Bootstrap a GLM model with Poisson family
Hello!
Anyone can help me to know how to do a bootstrap evaluation analysis
to a GLM with family=Poisson?
I have some R codes but they were coded only for family=binomial...
thanks a lot
Joana Vicente .?.
CIBIO - Centro de Investiga??o em Biodiversidade e Recursos Gen?ticos.
Faculdade de Ci?ncias do Porto
Departamento de Bot?nica -Edif?cio FC4
Rua Do Campo Alegre, S/N
4169-007 Porto - Portugal
2006 Nov 24
6
Rails 1.2 RC1 problem
Hi
Have this helper method inside a sites_helper.rb module
def distritos
[
['0', 'Todos'],
['1', 'Aveiro'],
['2', 'Beja'],
['3', 'Braga'],
['4', 'Brangança'],
['5', 'Castelo Branco'],
['6', 'Coimbra'],
['7',
2012 Nov 15
4
Can I create virtual resources with create_resources function
I am trying to add ability to add virtual users to
the git://github.com/erwbgy/puppet-system.git module as I really want the
ability to use virtual users and then combine that with "User <| group ==
''x'' and group == ''y'' |>" way of realizing the users. This is much more
flexible than what I can do with this module out of the box.
Using the
2009 Jun 19
3
read.table error
Hello,
I'm receiving an error on attempting to use the read.table() function
to read in data from a tab-delimited file. The file has more than
60,000 rows with 94 tab-delimited columns. However, the error occurs
on row 3 of the file:
> wl <-read.table("sr003lines.tab", header=T, sep="\t")
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
2007 Apr 18
1
[Bridge] Bridge / Transparent Proxy
Hi,
I am using my machine as a Bridge and running transparent proxy on it.
My question is - where the brdige will work?
Do brdige will forward the packet before it reaches to iptables rule?
If yes then what is the solution - as I want to use my machine as
Transparent proxy and I have setup iptables rules on it.
I have tried so many times - look at the tcpdump also - but it seems
that packets
2013 Apr 18
2
How to remove a node from Puppet CA, Puppet DB from a remote host
I need to programmatically remove cert from Puppet master and remove all
information in Puppet DB for a node from another machine which is neither
Puppet Master or PuppetDB. It does have a Puppet signed cert since it is
also provisioned using Puppet.
I can''t find any decent documentation on this. I am using the Community
Edition.
Any pointers / help is appreciated.
Rajul
--
You
2007 Apr 18
2
[Bridge] Bridge Problem with RedHat and iptables
Hello,
I am running into a strange problem here. I wrote you a mail earlier
also regarding this.
1. I am trying to run the bridge mode over Redhat 7.3 (kernel 2.4.18).
I tried the latest version of brdige mode utility and also I tried
version 0.94 as well. But whenever I run the brdige mode on this
kernel - the kernel goes panic saying "aiee - killing interrupt
handler". Now I am in a
2012 Nov 13
3
Graficos
Hola a todos
Estoy haciendo graficos con R pero no puedo guardarlos para utilizarlos en una presentacion
png("C:/Users/padiazor/Pictures/Graficos/G1.jpg",height=100,width=80)
ejecuto esta linea y no me da error pero cuando voy a ver el grafico me sale el siguiente mensaje
Visualizador de fotos de Windows no puede abrir esta imagen porque se está editando en otro programa y no me
2008 Nov 19
1
controllername_url vs controllername_path
Hi,
''m new RoR.
I was just going thru one book.
I was confused between Controllername_Path() and Controllername_Url()
in RESTful Rails apps.
Can anyone tell me the clear difference?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send
2009 Dec 17
1
Configure a linux client to be a member of a Samba Domain and allow users from Domain to sign on.
Hi,
I have a Samba server setup as a PDC. I have a mostly Windows client in the
domain. I have one linux client that I configured and joined the domain.
However, after joining the domain, I can't login with any of the domain
users.
I have the SMB.conf configured on the client side as security=domain
What else do I have to do to allow smb users to login to the linux box? I
searched google
2013 May 29
0
Aprovados relação publicada Joaquim Gomes
Aprovados rela??o publicada Joaquim Gomes:
Torixor?u: ANA FL?VIA DA SILVA, LUAN MARLLUS MAIA RAULINO, FRANCISCO MARIO ROCHA DE MELO, PEDRO IGOR GARCIA COSTA, JO?O CARLOS MOREIRA DE CARVALHO, DANIEL GUIMARAES CORDEIRO, MARIA IVONEIDE DE OLIVEIRA NASCIMENTO, JESICA FREITAS E SILVA. SILVONEIDE DE O, AYSLAN CORDEIRO DO SANTIAGO, LUCIANA SOARES F. DA SILVA, HARIANNE LEITE DE ALENCAR, REJANE SANTA
2014 Feb 28
2
Re: [Qemu-devel] Adjust disk image migration (NBD)
On 24/02/14 23:26, Paolo Bonzini wrote:
>> Thanks for raising this.
>>
>> I noticed that mirror_run() does not throttle the first loop where it
>> populates the dirty bitmap using bdrv_is_allocated_above().
> This is on purpose. Does it causes a noticeable stall in the guest?
>
>> The main
>> copy loop does take the speed limit into account but perhaps
2014 Mar 11
1
Re: [Qemu-devel] Adjust disk image migration (NBD)
On 28/02/14 11:43, Paolo Bonzini wrote:
> Il 28/02/2014 11:41, Joaquim Barrera ha scritto:
>>>
>>
>> Thanks for the answer. Something is still not clear to me. Are we in
>> front of a bug (that means, something that could be fixed) or is this
>> behaviour somehow expected for some reason? More and more tests I am
>> doing, I get allways the same throughput
2007 Jul 25
1
For loops
Hi,
is there a way of simplifying the following code:
G <- rep(NA,n)
for(i in 1:n)
{
gj <- 0
for(j in 1:n)
{
for(l in 1:n)
{
for(m in 1:n)
{
gj <- gj+G.fun(XB[i]+p[3]*X[j,3]+p[4]*X[l,4]+p[5]*X[m,5],ff)
}
}
}
G[i] <- gj/n^3
}
Thanks.
Joaquim Santos
2000 Apr 05
1
simulation from a bivariate normal distribution
Hi,
I need to generate two normal variables with covariance matrix:
0.25, 0.20
0.20, 0.25
but I have no idea how to do that.
Can anyone help me?
Thanks,
Joaquim
----------------------------------------------------------------------------
----------
Joaquim J. S. Ramalho
University of Bristol
Department of Economics
8 Woodland Road
Bristol BS8 1TN
United Kingdom
2011 Mar 14
1
RGtk in a windows 64 bits machine
An embedded and charset-unspecified text was scrubbed...
Name: n?o dispon?vel
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110314/2cd59073/attachment.pl>
2013 Dec 16
2
First & long question
Hello everybody!
/(First I need to apologize becase I mussunderstood the prupose of
libvirt-list and I sent this mail there instead of this list)/
I would like to introduce myself, as this is my first contact with
libvirt mailing list (although I've been reading quite a lot of
documentation).
My name is Joaquim Barrera, from Barcelona, Catalonia. I am a computer
engineer and recently I
2013 Dec 16
2
Re: First & long question
On 16/12/13 11:19, Ján Tomko wrote:
> On 12/16/2013 11:00 AM, Joaquim Barrera wrote:
>> After make finishes I have compiled 1.2.0 libvirt in the source tree, and if I
>> execute 'sudo ./run tools/virsh version' I get a this answer:
>>
>> /Compiled against library: libvirt 1.2.0//
>> //Using library: libvirt 1.2.0//
>> //Using API: QEMU 1.2.0//
2011 Nov 20
3
install.package tseries
I have not been successfull in downloading tseries package in the R in my macbook air.
The message sent is:Error in dyn.load(file, DLLpath = DLLpath, ...) :
imposs?vel carregar objeto compartilhado '/Library/Frameworks/
Do you have any clue?