similar to: thurston case 5

Displaying 20 results from an estimated 300 matches similar to: "thurston case 5"

2011 Mar 07
2
Sweave with scan()-ed data
In an Sweave slide, I want to use sem::read.moments() and sem::specify.model(), which work by using scan() to read the following lines, up to the first blank line. However, Sweave throws an error: > Sweave("sem-thurstone.Rnw") Writing to file sem-thurstone.tex Processing code chunks ... 1 : term hide (label=arrests-setup) 2 : echo term hide (label=thurstone-data) Error:
2013 Jul 01
3
Installing NUT on Solaris
On 7/1/2013 2:55 PM, Charles Lepple wrote: > On Jul 1, 2013, at 12:47 PM, John Thurston wrote: > >> I'm running Solaris 10 on a dozen SPARC boxes. I'd like to explore NUT for use with our snmp UPS, but I'm unable to complete the configure/make/install process. >> >> Can anyone share a how-to for solaris? > > Here's some general NUT-on-Solaris
2013 Jul 05
1
Installing NUT on Solaris
On 7/1/2013 8:27 PM, Bernd Markgraf wrote: > On Mon, 2013-07-01 at 15:42 -0800, John Thurston wrote: >> On 7/1/2013 2:55 PM, Charles Lepple wrote: >>> On Jul 1, 2013, at 12:47 PM, John Thurston wrote: >>> >>>> I'm running Solaris 10 on a dozen SPARC boxes. I'd like to explore NUT for use with our snmp UPS, but I'm unable to complete the
2014 Jun 19
2
Principal component analysis with EQUAMAX rotation
Hello, I need to do a principal component analysis with EQUAMAX-rotation. Unfortunately the function principal() I use normally for PCA does not offer this rotation specification. I could find out that this might be possible somehow with the package GPArotation but until now I could not figure out how to use this in the principal component analysis. Maybe someone can give an example on how to do
2013 Jul 01
2
Installing NUT on Solaris
I'm running Solaris 10 on a dozen SPARC boxes. I'd like to explore NUT for use with our snmp UPS, but I'm unable to complete the configure/make/install process. Can anyone share a how-to for solaris? -- Do things because you should, not just because you can. John Thurston 907-465-8591 John.Thurston at alaska.gov Enterprise Technology Services Department of Administration
2013 Jul 02
0
Installing NUT on Solaris
On Mon, 2013-07-01 at 15:42 -0800, John Thurston wrote: > On 7/1/2013 2:55 PM, Charles Lepple wrote: > > On Jul 1, 2013, at 12:47 PM, John Thurston wrote: > > > >> I'm running Solaris 10 on a dozen SPARC boxes. I'd like to explore NUT for use with our snmp UPS, but I'm unable to complete the configure/make/install process. > >> > >> Can anyone
2013 Aug 29
2
Slave only configuration
It appears that, without munging the startup scripts, it isn't possible to create a slave-only configuration. The scenario is this: My NUT server doesn't need to turn off, it isn't allowed to turn the UPS off, and it isn't authoritative to turn any other server off. Its only job is to make UPS status available to NUT clients. My NUT clients are independent of the NUT server.
2015 Sep 02
1
monitoring Eaton parallel/redundant UPSs
I have been happily using NUT to monitor a couple of Eaton UPS. These are independent UPSs, each driving one "leg" of the power in our data center. In this scenario, I've told my clients they need to have one UPS working and to shutdown when the last UPS reaches critical battery. I have recently learned that our power arrangement will be changing to a parallel-fed/redundant
2014 Sep 08
3
OpenUPS2 support in the HID driver?
I bought a very nice little, self contained, UPS from mini-box: http://www.mini-box.com/OpenUPS2 thinking it would be handled by NUT. I think I misread or misinterpreted the HCL http://www.networkupstools.org/stable-hcl.html The OpenUPS UPS is listed as supported under usbhid-ups, and I had assumed that OpenUPS2 would be as well. Bzzzzt. I get a unknown device ID for d005 Is adding (or
2014 Sep 08
0
OpenUPS2 support in the HID driver?
On Sep 8, 2014, at 5:46 PM, John Thurston <john.thurston at alaska.gov> wrote: > I bought a very nice little, self contained, UPS from mini-box: > http://www.mini-box.com/OpenUPS2 > thinking it would be handled by NUT. > I think I misread or misinterpreted the HCL > http://www.networkupstools.org/stable-hcl.html Correct, we only knew about the original openUPS (USB ID
2013 Jul 01
0
Installing NUT on Solaris
On Jul 1, 2013, at 12:47 PM, John Thurston wrote: > I'm running Solaris 10 on a dozen SPARC boxes. I'd like to explore NUT for use with our snmp UPS, but I'm unable to complete the configure/make/install process. > > Can anyone share a how-to for solaris? Here's some general NUT-on-Solaris information: http://people.cs.clemson.edu/~gdowdin/work/ch06.html Can't
2013 Aug 29
0
Slave only configuration
On Aug 28, 2013, at 8:03 PM, John Thurston wrote: > It appears that, without munging the startup scripts, it isn't possible to create a slave-only configuration. > > The scenario is this: > My NUT server doesn't need to turn off, it isn't allowed to turn the UPS off, and it isn't authoritative to turn any other server off. Its only job is to make UPS status available
2013 Aug 28
1
Question marks in Broadcast Messages
I'm setting up a NUT server. During testing, I have deployed it on both CentOS and SUSE. I have both servers looking at two physical UPSs and two "dummy" UPSs. My NUT client is running on Solaris and is rigged to look at the "dummy" UPSs. As I toggle states on the dummy UPSs, the client correctly detects the changes and throws a message of the type: > Broadcast
2010 Aug 27
2
Nestad ANOVA with random Factors
Hi, I need a help. I am new in R and I need to run a nested anova with fixed and random factors (Mixed Model). I have a design with three factors: Day, Area and Plot and the dependent variable is density. The factors Day and Area are fixed while Plot is random, factor Area is nested in factor Day, and factor Plot is nested in Area. I can do it using aov by: mod1<-aov(density~ day +
2002 Oct 30
1
Microsoft outlook or outlook express and roaming profiles
Hi all, we are using samba 2.2.6 with windows xp SP1, and roaming profiles. We would like to have email settings (servers/usernames etc) with the roaming profiles, but outlook (either microsoft, or express) store their settings in a path that is not included in the profiles we do not care about the actual emails, since the mailserver is IMAP, we only care about settings Has anybody
2010 Jun 28
2
Note on PCA (not directly with R)
Dear all, I am looking for some interactive study materials on Principal component analysis. Basically I would like to know what we are actually doing with PCA? What is happening within the dataset at the time of doing PCA. Probably a 3-dimensional interactive explanation would be best for me. I have gone through some online materials specially Wikipedia etc, however what I need a "movable
2008 Jul 28
1
Mixed model question.
I continue to struggle with mixed models. The square zero version of the problem that I am trying to deal with is as follows: A number (240) of students are measured (tested; for reading comprehension) on 6 separate occasions. Initially (square zero) I want to treat the test time as a factor (with 6 levels). The students are of course ``random effects''. Later I want to look at
2002 Nov 07
0
OT : sensible analysis of censored rank data
This is more of a conceptual/methodological question than "how to do it in R", so anyone who cares to reply might want to do it off list. I have censored rank order data .. electors have been asked to rank the 4 most important issues out of a list of 20. For each individual we therefore have a vector of 20 measurements 1..5, where 1..4 are ranks and 5 = not ranked/less important than
2013 Apr 19
4
Spider Plot
Does any one have a sample code for a Spider Plot as attached? Thanks, Xing
2010 Oct 14
2
Samba 4 Bad password lockout
I have a question about bad password lockout. Net pwsettings has settings for Complexity, Password history Length, Minimum password length, Minimum password age, and Maximum password age. But I can not see how to set a bad password login attempts. Can this be set using a group profile? Getting ready to use samba 4 for authentication purposes but really do need this ability. Everything