similar to: help with contrasts for a binomial 3-way GLM

Displaying 14 results from an estimated 14 matches similar to: "help with contrasts for a binomial 3-way GLM"

2002 May 29
1
compile release 20020509 of Wine, failed! What's wrong? Please help...
compile release 20020509 of Wine, failed! What's wrong? Please help... ============================================================== make[1]: Leaving directory `/0/acacia2/tlbach/temp/wine-20020509/server' make[1]: Entering directory `/0/acacia2/tlbach/temp/wine-20020509/dlls' make[2]: Entering directory `/0/acacia2/tlbach/temp/wine-20020509/dlls/ntdll'
2012 Jan 19
1
bug en funcion 'agrep'
Estimados R-users: Estoy intentando usar la función 'agrep' para hacer búsquedas en cadenas de texto. El parámetro max.distance permite controlar la medida de aproximación de búsqueda de la función de Levenshtein. No obstante, cuando hago búsquedas específicas no obtengo siempre el resultado deseado y no se si es un bug o que no entiendo bien el algoritmo de búsqueda. Por
2010 Dec 13
3
check for item in vector
Dear R users, Suppose I have an vector like this: animal <- c("Tiger","Panda") I would like to know is there any function that check for the existence of certain item in a vector. e.g. > func("Tiger",animal) # check for the existence of "Tiger" TRUE > func("Acacia",animal) #Acacia is not an item of the animal vector FALSE I know
2010 Sep 21
2
plot xyz data in 2D
Hello, I want to make an 2D plot of .xyz data. So plot on x-axis and y-axis and use a color scale for the z. For every x-location along a cross section of the soil at several depths a resistivity must be displayed. This must result in a picture/graph which shows the resistivity for that cross section. The depths differ for each x-location. How can I do that? In fact it is an cross
2013 Dec 11
2
Allow insecure wide links = yes, wide links =yes; but I still can't "see" files from links to NFS mounts using 3.6.15, after upgrading from 2.2.8a
Hi friends, I updated our old sparc Solaris 9 server running samba 2.2.8a to 3.6.15 so that Mac 10.7+ users could access this file server. However now we can't see files in folders that are links to NFS mounts from other servers. I can access folders/files that are links outside the share but local to the samba server, but for links to folders that are mounted to the server via NFS from
2000 Jul 15
3
Samba Passwords
I have a RH 6.0 server setup with accounts for about 1500 users (school), I use encrypted passwords. I would like users to be able to change their samba ('Windows networking') passwords and at the same time change their unix passwords (used for E-mail). I have the following in my smb.conf file as per the given example: unix password sync = Yes passwd program = /usr/bin/passwd %u passwd
2000 Jul 05
0
Sync Unix and Samba Passwords
I have a RH 6.0 server setup with accounts for about 1500 users (school), I use encrypted passwords. I would like users to be able to change their samba ('Windows networking') passwords and at the same time change their unix passwords (used for E-mail). I have the following in my smb.conf file as per the given example: unix password sync = Yes passwd program = /usr/bin/passwd %u passwd
2005 May 10
2
E1 (Digium E100P) problem : B-channel succesfully restarted.
Hi! I have an Asterisk Box with one E1. This is connected with PSTN. My problem is that periodically the Asterisk console shows the following message. -- B-channel 0/1 succesfully restarted on span 1 -- B-channel 0/2 succesfully restarted on span 1 -- B-channel 0/3 succesfully restarted on span 1 -- B-channel 0/4 succesfully restarted on span 1 -- B-channel 0/5 succesfully restarted on span 1 --
2013 Dec 15
1
l can't "see" files on NFS mounts using 3.6.15, after upgrading from 2.2.8a
Hi Steve, thanks for jumping in, I've answered your questions below. ---------- Forwarded message ---------- From: steve <steve at steve-ss.com> To: samba at lists.samba.org Cc: Date: Thu, 12 Dec 2013 10:46:15 +0100 Subject: Re: [Samba] [Sambal can't "see" files on NFS mounts using 3.6.15, after upgrading from 2.2.8a On Thu, 2013-12-12 at 01:24 -0800, Linda W wrote:
2010 May 12
3
Calling a list element
Hello, i have the following list strsplit(as.character(Elecciones$Municipios),"\\.") [[1]] [1] "ANTIOQUIA" "ABEJORRAL" [[2]] [1] "META" "ACACIAS" [[3]] [1] "CASANARE" "AGUAZUL" [[4]] and I would like to make a vector of the first element of each of the list items, in this case ANTIOQUIA, META, CASANARE, etc . Do you know how
2010 Nov 17
3
stacking consecutive columns
I have a file, each column of which is a separate year, and each row of each column is mean precipitation for that month. Looks like this (except it goes back to 1964). month X2000 X2001 X2002 X2003 X2004 X2005 X2006 X2007 X2008 X2009 1 1.600 1.010 4.320 2.110 0.925 3.275 3.460 0.675 1.315 2.920 2 2.960 3.905 3.230 2.380 2.720 1.880 2.430 1.380
2009 Aug 22
1
Quick explanation of model output
Hi, Been running the lrm model from the Design package. (Thanks Frank!) There are some output columns that I don't quite understand. What is "Wald Z" and then "P" which is 0 for all rows??? ----------------------------------------------- Coef S.E. Wald Z P Intercept -2.797 0.0431 -64.90 0 val1 3.003 0.1347 22.30 0 val2 4.882 0.1632
2009 Mar 20
3
OpenSIPS on CentOS
Hello, I've been looking into OpenSIPS to see if it's a worthwhile addition to our setup. We're currently running a cluster, using Heartbeat, between two servers. It works well but I'm interested in seeing if we can improve it. My manager heavily uses RPM's for installations rather than source, particularly using yum to update. I'm trying to actually install OpenSips via
2011 Feb 08
1
Error in example Glm rms package
Hi all! I've got this error while running example(Glm) library("rms") > example(Glm) Glm> ## Dobson (1990) Page 93: Randomized Controlled Trial : Glm> counts <- c(18,17,15,20,10,20,25,13,12) Glm> outcome <- gl(3,1,9) Glm> treatment <- gl(3,3) Glm> f <- glm(counts ~ outcome + treatment, family=poisson()) Glm> f Call: glm(formula = counts ~