similar to: bwplot in loop doesn't produce any output

Displaying 20 results from an estimated 200 matches similar to: "bwplot in loop doesn't produce any output"

2009 Mar 07
1
Test network under wine
Hello, firstly, I'm sorry for posting in the 3 lists ... I don't know if it is a bug or if some developer can help me. I comment my problem, I've used a game named FML (football manager live) with wine previously, it worked (months ago), I don't remember the version of FML client and wine version :-( I would want play to FML again, I've downloaded the new version of fml client
2008 Nov 20
1
binomial glm???
Hi everyone, newbee query! I've installed R 2.8.0 and tried to run this simple glm - x is no of cars in a given year, y is the number voted in an election that year while n is the population 18+: votes <- data.frame(x = c(0.62,0.77,0.71,0.74,0.77,0.86,1.13,1.44), + y=c(502,542,711,653,771,806,934,1123), n=
2009 Jun 19
1
a difficulty in boot package
Hi, I have a problem in programming for bootstrapping. I don't know why it show the error message. Please see my code below: #'st' is my original dataset. #functions of 'fml.mlogl','pcopula.fam4','ltd','invltd' are already defined boot.OR<-function(data,i) { E=data[i,] ml1<-glm(c_VAsex90_bf ~ trt,family=binomial,data=E) ml2<-glm(c_VAsex90_bm ~
2009 May 13
2
Football Manager Live with Wine
Hi ! First of all I have to advise you that I don't speak english as well as I whish. So, be lenient. I installed Ubuntu 9.04 on my laptop one month ago. I didn't make any changes, I used it with default settings. I managed to install Football Manager Live (FML) and it worked perfectly ! I installed wine (by apt-get - didn't make any changes either) and then ran the setup.exe from
2016 May 13
2
A question about AArch64 Cortex-A57 subtarget definition
Hello everybody, I'm reading the .td files defining the Cortex-A57 processor, which is a subtarget of AArch64 target, and there is something confusing me in the `AArch64SchedA57.td` file. In the top of `AArch64SchedA57.td`, various processor resource are defined, as follows ``` def A57UnitB : ProcResource<1>; // Type B micro-ops def A57UnitI : ProcResource<2>; // Type
2008 Apr 18
1
swig 1.3.35 & R - is the R wrapper still maintained and of interest?
Dear all, I was trying to use the R swig wrapper with R 2.7 and shogun ( http://www.shogun-toolbox.org ) but it fails completely, as in doesn't even compile and even after patching then though compiling - crashes... So I asked on swig-users/swig-devel CC'ing the potential R maintainer but I never received a reply. I now wonder if anyone here could help or would be willing to maintain
1999 Mar 10
2
SWAT authentication problem
I just installed Samba 2.0.3 on my Redat 5.2 system. When I point my browser to http://localhost:901/, SWAT prompts me for the username and password. I type in root, and then roots password, but the authorization always fails. I have tried accessing from an outside machine (which I would not normally do), I have tried changing roots password.I tried it both with shadowed passwords, and
2001 Nov 14
2
(no subject)
Greetings to you all, I had a quick question that I was not able to find an answer for. I am running Redhat 7.2 on i386 (Pentium III), and I am getting an error when I try to compile the samba 2.2.2 source, and I get the following error: Using FLAGS = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
2002 Mar 21
2
Small typo in An Introduction to R (PR#1402)
At a snail's pace I keep on translating an introduction to R into italian; I have reached the section describing the glm() function, in which some example code is presented. The very last line of code, before the beginning of the section on Poisson models is: ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fmp)); c(ldp, ldl) which of course gives results 43.663 and 43.663; the correct code
2002 Mar 21
2
Small typo in An Introduction to R (PR#1402)
At a snail's pace I keep on translating an introduction to R into italian; I have reached the section describing the glm() function, in which some example code is presented. The very last line of code, before the beginning of the section on Poisson models is: ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fmp)); c(ldp, ldl) which of course gives results 43.663 and 43.663; the correct code
2009 Jun 22
1
Problem with storing a sequence of lmer() model fit into a list
Dear R-helpers: May I ask a question related to storing a number of lmer model fit into a list. Basically, I have a for-loop (see towards the bottom of this email) in the loop, I am very sure that the i-th model fit (i.e.,fit_i) is successfully generated and the character string (i.e., tmp_i) is created correctly. The problem stems from the following line in the for-loop #trouble making line
2017 Mar 20
1
Problem sysvolreset
Im questioning this because of the following. What is "Domain Admins" doing with rights on SYSVOL anyway.. ?? There should not be any "domain admins" at all on sysvol share and security rights. But to overcome the problem explained below. You can use : acl_xattr:ignore system acls = yes And make sure sysvol and/or netlogon are windows only shares and not used by any
2017 Mar 07
4
Problem sysvolreset
On Tue, 7 Mar 2017 10:26:03 -0800 Kris Lou via samba <samba at lists.samba.org> wrote: > Hang on, can you explain this a little further? I thought that Domain > Admins was issued gidNumber 512 by default. In addition, sysvolreset > is not recommended to fix potential SysVol replication problems with > GPO perms? > No Domain Admins doesn't get gidNumber 512 by default,
2007 Jul 30
0
problems in limma
Dear list members, I am analysing my microarray data using limma package. Now I encounter several problems. Looking forward to your suggestions! Question 1: During the process of background correction using method="normexp", four warning messages appeared as "NaNs produced in: log(x)" (as you can see in the program posted below). What does that mean? How will it effect the
2003 Aug 05
0
Net rpc vampire + LDAP broken?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I tried to migrate a NT4 domain to Samba. There was no problem joining the domain and the SID was imported. But when I execute "net rpc vampire - -S MYNT4PDC -U Administrator%passwd" I get the following result: Fetching DOMAIN database SAM_DELTA_DOMAIN_INFO not handled Creating unix group: 'DomCreating unix group:
2006 Aug 28
1
Extracting column name in apply/lapply
Hi, any good trick to get the column names for title() aside from running lapply on the column indexes? Thanks Nick. apply(X[,numCols],2,function(x){ nunqs <- length(unique(x)) nnans <- sum(is.na(x)) info <- paste("uniques:",nunqs,"(",nunqs/n,")","NAs:",nnans,"(",nnans/n,")") hist(x,xlab=info) #
2006 Nov 22
1
Probit analysis
Respected Sir/Madam, I have a question regarding calculation of LD50 (Lethal Dose) and IC50 (50% inhibitory concentration) of an antimicrobial experiment. I have used a compound isolated from a plant and observed its effect on the fungus *Fusarium oxysporum* by the food poisoning method. Solutions of the compound at concentrations of 0, 50, 100, 150, 200 and 250µg/ ml were added to
2009 Feb 16
2
Using eval in multinom argument
Hi, I am having difficulty entering a 'programmable' argument into the multinom function from the nnet package. Interactively, I can get the function to work fine by calling it this way: z1=multinom(formula = class.ind(grp[-outgroup])~ (PC1 + PC2 + PC3), data=data.frame(scores)) However I need to be able to change the number of variables I am looking for in 'scores' and so am
2002 Mar 07
1
R 1.5.0 scheduled for April 29th, feature freeze April 8
The core team has decided to release R 1.5.0 on April 29th. Somewhat earlier than maybe expected, but we realized that we needed a phase-shift away from our usual cycle with main releases in June and December since it was placing feature freezes just when several members were in a creative phase due to end of teaching. The roadmap is as follows April 8 feature freeze on r-base April 15 code
2013 Jul 06
0
xcp-vncterm_0.1-2.1_amd64.changes ACCEPTED into unstable
Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 05 Jul 2013 01:52:39 +0200 Source: xcp-vncterm Binary: xcp-vncterm Architecture: source amd64 Version: 0.1-2.1 Distribution: unstable Urgency: low Maintainer: PKG-Xen Devel <pkg-xen-devel at lists.alioth.debian.org> Changed-By: Sebastian Ramacher <sramacher at debian.org> Description: xcp-vncterm -