Displaying 20 results from an estimated 3000 matches similar to: "Domain name"
2012 Oct 10
2
svyplot
Hello,
Using the svyplot () function, I have plotted four graphs that are saved in four different .png files.
I am looking for examples how to redraw the same four graphs within grid viewports so that they stay together on a page. The goal is to create one .png file that will include all four graphs (2 rows, 2 columns).
Any help would be appreciated.
Thanks,
Pradip
Pradip K. Muhuri,
2011 May 24
1
R in batch mode
Hi Everyone,
I am a new R user and trying to run R jobs in batch mode.
Robert Muenchen (2009), in his book "R for SAS and SPSS Users", has suggested writing a small batch file like mR.bat as shown below:
"C:\Program File\R\R-2.10.0\bin\Rterm.exe" --no-restore --no-save < %1 > %1.Rout 2>& 1
Could anyone tell me in which directory or subdirectory I should
2012 May 17
2
Importing ASCII flat
I am trying to import Indian National Sample Survey Data. It is ASCII flat
and an example is below
001460306025001117101011117111201*01*000000211 270104070204093
002460306025001117101011117111201*02*0000008011116104910519572 022 2600
1150 30 55 170 4005 003460306025001117101011117111201*03*
0000111039204112 222
Previous post don't seem to provide much help. I have an document
2012 Oct 02
2
svyby and make.formula
Hello,
Although my R code for the svymean () and svyquantile () functions works fine, I am stuck with the svyby () and make.formula () functions. I got the following error messages.
- Error: object of type 'closure' is not subsettable # svyby ()
- Error in xx[[1]] : subscript out of bounds # make.formula ()
A reproducible example is appended below.
I would appreciate if
2010 Dec 17
6
Authentication issue.
Hi list,
I try to run imaptest, but I get the following errors (as root):
# ./imaptest copybox=Trash # or any other command in
http://www.imapwiki.org/ImapTest/Examples
Logi List Stat Sele Fetc Fet2 Copy Stor Dele Expu Appe Logo
100% 50% 50% 100% 100% 100% 33% 50% 100% 100% 100% 100%
30% 5% 5%
0 0 0 0 0 0 0 0 0 0
2007 Oct 27
1
[non-statistics question]methodological problem
Good afternoon!
As mentioned in the subject, my question regards more the methodological part that accompanies survey design and the statistical part that is involved.
So, I have the following data:
a<-data.frame (id_hh=c(1:5), strata=c(1,1,2,2,1), Nhstrata=c(100,100,200,200,100), Nrmemb=c(2,4,2,5,4))
a$ocmemb1<-c("wk","jl","st","jl","st")
2003 Oct 21
3
Samba3+Win9x userlist, Bug596?!
> -----Original Message-----
> From: G?mes G?za [mailto:geza@kzsdabas.sulinet.hu]
>
> I've configured for testing pruposes an other PDC with tdbsam backend,
> and found, that with this backend win9x clients could get
> user and group
> list, while with ldapsam I had no success in it. Quite strange in my
> opinion:-(
Same problem here too. In 9x the userlist is
2012 Oct 05
1
svyhist
Hello,
I was trying to draw histograms of age at death and got the following 2 error messages:
1) Error in tapply(1:NROW(x), list(factor(strata)), function(index) { :
arguments must have same length
2) Error in findInterval(mm[, i], gx) : 'vec' contains NAs
In addition: Warning messages:
1: In min(x) : no non-missing arguments to min; returning Inf
2: In max(x) :
2012 Dec 31
3
cut ()
Hello List,
My goal is to create a 5 category variable (p1_st_data$ob_mrj_cat), based on the p1_st_data$obt_mrj_p variable, using the following code for 50 States and District of Columbia (N=51).
p1_st_data$ob_mrj_cat <- cut (p1_st_data$obt_mrj_p, quantile (p1_st_data$obt_mrj_p, (0:5/5), include.lowest=TRUE))
The issue is that, for Utah, I am getting an <NA> instead of (42,48.7] in
2013 Jan 08
2
Applying a user-defined function
Hello List,
My goal is to apply a user-defined function on several columns of a data frame. When testing the code on a reproducible example below, I get the following error message.
> #now Write a new function using the above cut ()/quantile function to apply on different columns of the data frame
>
> CutQuintiles <- function(x) {
+ cut (test1$x,quantile (test1$x,
2014 Aug 18
2
Dovecot failing with exit code 19200 in cron job
Hi All,
I am synchronizing a few hundred dovecot mailboxes with a perl script
via a crontab. ? It works for a while (ie exit status=0)? but the
rest then start failing with exit code 19200.?? I tried redirecting
STDERR but showed nothing.? I suspect the cron job is hitting some
sort of resource limit?? If I run the perl script from the command
line it appears to dsync all the accounts OK.?? The
2007 Jun 26
1
Subscripting specified variables in a function
I'm trying to create a function which will allow me to subset a data set
based on values of various specified variables. I also want to then
apply some other function(s) (e.g., summary).
This is what I've tried so far....
> test.fx <- function(dta, expvar, expval) {
+ newdta <- subset(dta, eval(expvar)>expval)
+ summary(newdta$eval(expvar))
+ }
>
>
2004 Jul 01
0
3.04 acl new user/group adding problem
Hi all
I've written a few mails to the list hoping that I might get some hint to what
mistake I've been making in configuring my samba server with acl support, but
haven't been able to figure out much to date. I'm sending some parts of my
log files with a description of my problem as a last hope-- I will have to go
through the manuals from cover to cover if I dont get an
2005 Feb 03
1
AMP with SUSE9.2 (Apache2)
Hi all,
After pinging the AMP userlist at SourceForge, I got a great step by
step explanation as to how to set up AMP for Apache2 (some maybe obvious
stuff that wasn't in the Newbie Guide).
Thanks to Jason Becker of Coalescent Systems.
If anyone needs me to post Jason's instructions here, I can, but they
are in a thread called "AMP noob issues with Apache2/Suse9.2" at
2012 Mar 16
2
imaptest: performance testing
Dear Folks,
Using head of imaptest with dovecot 2.1, I am attempting to put a
heavy load on the server, with insufficient success.
I made 15000 user accounts, put them in to a file, one per line. Then
I ran imaptest with
./imaptest userfile=../../imap-test-userlist-15001.txt clients=15001
pass=SECRETPASSWORD
But CPU load is only reaching 20.
I put an mbox containing 67 messages into
2003 Mar 16
1
Win 95/98/Me problem.
Hi,
As I was unable to find solution anywhere else, I write here: I have a
problem sharing win 95/98/Me resources with samba (2.2.7a) as a PDC.
Windows can't get userlist from PDC (it seems, that windows times out).
Win 2k and XP don't have that problem. Is it just a configuration
problem, or is it a general problem with samba?? How can I add a user
to share's access list???
2004 Mar 11
1
Groups not listed in USERMGR.EXE
Dear list,
I'm using samba 3.0.2a on a RedHat Linux server. Samba is configured as
being a PDC. When I use
the usermanager from SRVTOOLS.EXE on my W2K workstation I don't see any
groups listed in the window
below the userlist. Also when I look at the properties of on of the user
(who is member of more than one
group) I only see that a primary group is assigned, the one in /etc/passwd.
The
2014 Mar 28
1
basic dsync wrapper for migration from another server
Hi,
I cobbled together this somewhat shoddy Bash script to migrate email
accounts from our Cyrus server to a new dovecot system. Feel free to
use, or laugh at it as you wish :)
#!/bin/bash
##
# Migrate email accounts via IMAP from one server to another
##
trap "kill 0" SIGINT
workdir=/root/migrate
# Load list of users into array. The file "migration_map" should
contain
2012 Nov 20
4
github
Hello,
I would like to learn how to set up Github/repository and upload/update files and am looking for "Github for Dummies". Any help will be appreciated.
Thanks,
Pradip
2011 Apr 01
2
Need help with an issue after upgrading to 4.1.0
Hi all,
This is my first post to the list. My first real major issue with xen.
I started on 3.4.2 and upgraded to 4.0.1 without issues. Now I just
attempted to go to 4.1.0 and I got the following errors in my log.
# cat /var/log/xen/xend-debug.log
Xend started at Fri Apr 1 13:51:15 2011.
cat: /sys/bus/scsi/devices/host0/vendor: No such file or directory
cat: