similar to: TukeyHSD

Displaying 20 results from an estimated 300 matches similar to: "TukeyHSD"

2006 Jun 28
3
R project question (SEM)
Hi there, I just saw your question on the help list and tough you could help me with some start-up info.... I just downloaded the R project software to try running SEM analysis and I also downloaded the SEM package. But it just sits there on the desktop and R does not know where it is...I can¹t figure out how to organize the files...When I type ?sem in R it says object sem not found...I can¹t
2009 Jul 06
1
how to apply a self-written function to a data frame
Hello, I have written a function in order to analyse gaze paths. It works with the test data but when I try to apply the function to a data frame that stores "the real data" in columns I receive the error message that the " In if (pp > 1) { : condition has length > 1 only the first element will be used " I interpret this error message as saying that only the first
2008 Jan 20
4
read.table: wrong error message? (PR#10592)
--Apple-Mail-44--797532055 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit I believe read.table may report misleading errors. In this example, where a header line in a file has an incorrect number of row names (28 instead of 29), I get the error message "duplicate row.names are not allowed". However, I cannot not find any
2018 Dec 20
1
Password expiration: how to trigger it?
Dear Dovecot Team, I'm in the (long) process of migrating my whole email infrastructure. Of course, dovecot is in the place, and is working just fine. Still, I have an issue: password expiration. I'm now using FreeIPA backend for the user authentication, and it includes the capacity to expire passwords. Basically, it's an LDAP with fancy things, among them a field named
2013 Mar 10
2
Writing to Spreadsheet issues
I am having trouble with this code: trOne <- read.csv("*.csv", header=TRUE) srOne <- read.csv("*/SRdivision1.csv", header=TRUE) row = 1 for (g in 1:162) { e = trOne[g, "END_TIME"] s = trOne[g, "START_TIME"] q = trOne[g, "OCC_TIME"] r = trOne[g, "R_TIME"] gazeSum = 0 n = 0 print(g) while (s <= e) { if (srOne[row,
2000 Sep 08
5
mount: only root can do that
I am having a problem letting users mount there samba shares. The root user has no problem mounting . But regular users get the error "mount: only root can do that " when trying to execute the following. mount -rw -t smbfs //jelly-bean-iii/E /home/ca43887/E Any help is appreciated. Thanks, Charles
2006 Jun 28
0
data.frame error using sem package
Hi there, I just saw your question on the help list and tough you could help me with some start-up info.... I just downloaded the R project software to try running SEM analysis and I also downloaded the SEM package. But it just sits there on the desktop and R does not know where it is...I can¹t figure out how to organize the files...When I type ?sem in R it says object sem not found...I can¹t
2000 Jul 10
6
Novell
Hi, I like to know if anyone has ever gotten samba to work on Sun Solaris on a Novell Network. I don't have an issue with installation on Sun Solaris that works fine. But I've never put Samba on a Novell Network Before. Please describe any steps or issue with this. Phillip B. Bruce, Manager > kpmg Consulting > Network Engineering & Integration >
2000 Aug 07
1
GUI share watching program
I've searched down freshmeat and the likes.. but I still have yet to find a program for linux that runs like "net watcher" for windows.. which would be a program for X that would show in real times all the people connected to the samba server and all the files they have open under there names.. does such an app exist? smbstatus works great but doesn't cut it when I want to know
2000 Aug 29
1
Samba on Novell 5?
Has anybody installed Samba on a Novell 5 Server? I would like to replace the buggy NFS from Novell with Samba. Any hints what to do? Thank you, Mattias Kunkel
2000 Aug 31
1
novell maped directory
Hello samba-bugs, I trying to share by samba(2.0.3) allready maped novell directory (maped by ncpmount): ncpmount -S CAPITAL -U butthead -P 12345 /tmp/samba/novell smb.conf: [form618] comment = none writeable = Yes path = /tmp/samba/novell/bank/BANK/618_PO read only = No create mask = 0666
2003 Dec 01
0
No subject
so apparently the printer name and the share name for the printer need to be the same so cups knows where to send the print job. <p>By the way, my configuration file was generated by SWAT, so it was SWAT that put the *&nbsp;command's in the conf file, and it was SWAT that allowed me to name the share something other than the name of the printer. <p>Dan <p>Ries van Twisk
2000 May 26
0
LDAP status
Can anyone enlighten me on what the status of LDAP support is for SAMBA? I tried to search the archives but they don't seem to be working. I downloaded the latest source (2.0.7) and tried to compile LDAP support (--with-ldap) but I got an error "LDAP password database not supported in this version". Can anyone tell me what I need to do to get LDAP support. I downloaded an older
2000 Jun 07
2
samba head
I was wondering if anyone could help me out. I read the Samba-PDC LDAP howto for both the HEAD and TNG samba versions. Since it appears the TNG LDAP stuff isn't functional, I wanted to try to setup samba using the older HEAD schema. I have tried several times to to compile the 10/15/99 samba on a linux box using the 2.2.14 kernel, but I consistantly get the same compile error. I have
2000 Aug 17
1
Large scale Samba installations
Hello Samba folks- I'm currently in the position of trying to convince my IT management that using Samba to provide SMB services to our NT client base is a Good Thing. Our client/server situation is as follows: o An HA cluster of two quad-cpu (400MHz) Sun Enterprise servers, with IP address takeover on failover. o About 1000 Windows NT clients connecting via SMB o
2006 Jun 30
0
mascot
>>I *have* to use one of these for the Mongrel BUGS Mascot. Man, that is a tough one. +1 Tater Tot, with the spiked hair and steely gaze. But one eyed Jake has a lot going for him.
2007 Dec 12
1
Tons of SNMP ?errors? in /var/log/messages
I'm running up-to-date CentOS 5 w/ Xen. I'm getting tons (tons = 13787 just yesterday, presumably because I have a monitoring system poll every 5 minutes) of log entries of the following: netsnmp_assert index == tmp failed if-mib/data_access/interface.c:467 _access_interface_entry_save_name() and netsnmp_assert rc == 0 failed if-mib/ifTable/ifTable_data_access.c:209
2011 Nov 22
4
Data Frame Search Slow
Hey All, So - I promise to write a blog post on this topic and post it somewhere on the internet once I get to the bottom of this. Basically, the set-up to the problem is like this: 1. I have a data frame with dim (2547290, 4) 2. I need to make SQL like lookups on the dataframe. I have been using the following sort of syntax: a.dataframe[a.dataframe[[column_index]] %in% some_value, ] 3.
2010 Jan 14
0
LOTURI DE CASA (500mp) CU VEDERE LA MARE, (in rate de 200E / Luna) LANGA PLAJA CORBU / PRET - incepand de la 5500
Stimate Domn (Doamna), Imi permit sa va prezint oferta noastra de teren (loturi de 500mp) in apropierea plajelor Corbu si Vadu (10 km nord de Mamaia) langa viitoarea Statiune EUROPA, terenuri cu propunere intravilan, intr-o zona superba, ce cunoaste o dezvoltare accelerata in ultimii 2 ani, deschizand posibilitati avantajoase de investitie pe termen scurt si mediu sau ofera sansa
2006 Jun 30
0
Mongrel-users Digest, Vol 5, Issue 24
>> Can I change my vote to http://samugliestdog.com/Sam162edited.jpg yikes! how''d that get past my firewall? +1 On 6/30/06, mongrel-users-request at rubyforge.org <mongrel-users-request at rubyforge.org> wrote: > Send Mongrel-users mailing list submissions to > mongrel-users at rubyforge.org > > To subscribe or unsubscribe via the World Wide Web, visit