Displaying 20 results from an estimated 8000 matches similar to: "Replicate weights in R?"
2011 Oct 20
2
Expire plugin not executing for sieve plugin?
Running dovecot 1.2.12 on ubuntu 10.10. Here is the problem: I have
mysql backend for expire. I am using the dovecot-postfix package which
creates /etc/dovecot/conf.d/01-mail-stack-delivery.conf which looks like
this:
# Some general options
protocols = imap imaps managesieve
disable_plaintext_auth = no
ssl = yes
ssl_cert_file = /etc/ssl/certs/ssl-mail.pem
ssl_key_file =
2004 Jun 27
4
Re Cron
Hi List
Is there a cron that I con do to replace this, as the fx0 card doesnt hang up properly
phonegc:/home/samantha# asterisk -r
Asterisk CVS-05/30/03-17:17:07, Copyright (C) 1999-2001 Linux Support Services, Inc.
Written by Mark Spencer <markster@linux-support.net>
=========================================================================
Connected to Asterisk CVS-05 currently running on
2010 Mar 11
2
cluster analysis labels for dendrogram
Hi,
I am clustering data based on three numeric variables. I have a fourth
variable that is categorical (site) which I would like to use to label the
leaves of my dendrogram, so I can see how the different sites are grouped
throughout the tree, but I do NOT want to use this variable in the cluster
analysis itself. Is there any way I can do this?
Thanks,
Samantha
--
View this message in
2018 Apr 19
3
Usuario en r-help
Hola a todos,
No se si a alguien m?s le sucedi? lo mismo:
Al mandar una pregunta a esta lista, que amablemente me respondieron Carlos y Javier, la primer respuesta que recib? fue de una persona que no tiene nada que ver con R ni nada por el estilo. Tiene pinta de ser spam. Posteriormente recib? otro correo de otra direcci?n de email con el mismo nombre y con el subject de mi pregunta.
2011 Jul 27
1
Inserting weights in ltm package
Afternoon R help,
I want to run Rasch/IRT analyses using the ltm package, however, I am
using large scale survey data which requires weighting for accurate
results. I attempted to create a weighted object to insert into the
formulae of the ltm packages, however, the survey data only includes
30 replicate weights and a sampling weight. The svrepdesign requires
additional information such as
2010 May 09
2
Re TrixBox
Hey Guys
We are replacing a BM4 with a trixbox (asterisk) virtual numbers as the
customer wants to move the callcentre.
They are asking for an equiv to the ipview
I gather HUD may be or the panel view
The problem is that we need to see
(a) total calls in the queue
(b) calls for specific DID - How can you give 1 DID preference to another
DID
ie
DID 61740410001 = Fred Electrical
DID
2003 May 19
1
RE: AVM A1 (OLD) CARD
I have an old A1 ISDN card that we used to use in the mid 1990's for the
delivery of data to our ISP
I have seen some users have been using them, with respect to doing web
searches.
Can someone please let me know what drivers I require to use this card under
debian and with asterix,
and what the limitations are of using this card. I dont want to make calls
but do inbound using it.
The
2010 Jun 30
1
RE How to break pri DID to multiple SIP Trunks
Hey Guys
I have an indial range of 61211118[01234]X being trunked sip to
xxx.yyy.189.65
Now I want to break this down into 612111180x going to xxx.yyy.188.145 and
612111184x going to xxx.yyy.189.199
reminder being used for fax->email etc etc etc
I have created the outbound routes and sip trunks
I can see that all the sip trunks are up
I can see the outbound routes are there and
2013 Feb 22
2
Fitting this data with a gaussian would be great
Hello,I'm still working with this data set, and trying to fit it with a nonlinear model. Here is my data
> small <- c(507680,507670,508832,510184,511272,513380,515828,519160,525046,534046,547982,567124,590208,614506,637876,656846,669054,672976,668800,656070,637136,614342,590970,570752,554480,542882,535630,531276,528682,527682,527020,526834,526802,526860)
test <- glm(dnorm(x),
2004 Oct 04
2
Re Problem with Asterisk 2 fx100 cards
Hi
I have installed 2 fx0 cards into a machine
1 for pstn (out) and the other for pstn (in)
However I can get the first card (pstnout to work fine)
I have swapped the cards and both work
I am also unable to make outgoign on the second card
ztcfg -v shows
r2d2:/etc/asterisk# ztcfg -v
Zaptel Configuration
======================
2 channels configured.
My /etc/zapdata.conf file
#
fxsks=1,2
2004 Oct 06
3
Re 2 x100p cards H E L P (I have no hair left)
Hi
Has anyone had any luck in putting two of these im a box?
May I ask how.... I am starting to go bald....
I do have a suggestion is make another box and link them with iax2
Thanks
Samantha
r2d2:/home/s/samantha# ztcfg -vv
Zaptel Configuration
======================
Channel map:
Channel 01: FXS Kewlstart (Default) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Slaves: 02)
2
2010 Aug 26
1
Random slopes in lmer
Hi
I want to extract the random slopes from a lmer (I am doing a random regression), but are the answers obtained from ranef or coef?
My model is: mod1<-lmer(B~ A +(A|bird), family=quasibinomial)
And I want to obtain a slope for each individual bird but am not sure which output I need and can't find the answer anywhere.
Thanks
Sam
Dr Samantha Patrick
EU INTERREG Post Doc
Davy 618
2011 Jan 26
1
Quantile regression (rq) and complex samples
I am new to R and am interested in using the program to fit quantile
regression models to data collected from a multi-stage probability
sample of the US population. The quantile regression package, rq, can
accommodate person weights. However, it is not clear to me that
boot.rq is appropriate for use with multi-stage samples (i.e., is
capable of sampling primary sampling units instead of survey
2004 Apr 19
1
specifying as.svrepdesign with odd number PSUs
Is there a way to create a BRR svrepdesign from a survey design when the number of PSUs is odd in one or more stratum? Creating a JKn svrepdesign with that condition works okay, but when I tried to create a svrepdesign with type="BRR" I get an error and this message:
"Can't split with odd numbers of PSUs in a stratum"
I get that message when I tell it to merge the
2009 Oct 23
2
Memory Problems with CSV and Survey Objects
I'm working with a 350MB CSV file on a server that has 3GB of RAM, yet I'm
hitting a memory error when I try to store the data frame into a survey
design object, the R object that stores data for complex sample survey data.
When I launch R, I execute the following line from Windows:
"C:\Program Files\R\R-2.9.1\bin\Rgui.exe" --max-mem-size=2047M
Anything higher, and I get an
2009 Mar 24
1
Missing TMP folder - Dovecot 1.2 Beta3
Recently after upgrading to 1.2 Beta3 from 1.1.13, I started to defer
mail. After looking into it deeper, it looks like Dovecot/sieve now asks
for a tmp folder in the imap (maildir) folder. Once I added the tmp
folder as the logs indicants, the mail was processed normally.
I have split my Inbox and imap store to different folder. Looking at
what it's trying to do, it looks to me that
2016 Apr 04
2
Using final sample weight in survey package
I have the final sample weight (expansion factor) from a socieconomic
survey. I don't know the exact design used in the study ( (probably is a
stratified two-stage design).
To illustrate my problem I will use the next dataset which have a sample
weight (but the design is not specified) and incorporate the design with
svydesign and create some bootstrap replicates in order to be able to
2005 Apr 13
1
barplot usage
Hi,
I?m trying to make a barplot with the following dataframe, with information on
relative frequency per sediment type (ST) for some species:
Species ST1 ST2 ST3
SP_A 10 60 30
...
At x-axis are (should be ...) the species names and at y-axis the frequency per
sediment, in stacked bars.
I tried to use barplot command but with no results. Could anyone help me on this?
Thanks in
2004 Jun 01
1
Unexplained error (code 24)
Hi all,
While trying to mirror a filesystem from one machine to another (for
backup purposes) I get the following error:
[root@samantha root]# /usr/bin/rsync -qavxzC --delete chandler:/var/
/bigdisk/backup/chandler/dev-md5-var/
root@chandler's password:
rsync error: unexplained error (code 24) at main.c(1045)
Does this mean anything to anybody?
Regards,
Graham
--
2007 Sep 20
2
Package Survey
Hello,
How I use the function as.svrepdesign without memory.size problems?
desenho_npc_JK <- as.svrepdesign(desenho_npc,type="JKn")
Error: cannot allocate vector of size 161.3 Mb
In addition: Warning messages:
1: Reached total allocation of 1022Mb: see help(memory.size)
2: Reached total allocation of 1022Mb: see help(memory.size)
3: Reached total allocation of 1022Mb: