search for: ampm

Displaying 4 results from an estimated 4 matches for "ampm".

Did you mean: akpm
2009 Oct 08
1
unordered multinomial logistic regression (or logit model) with repeated measures (I think)
...I need an unordered multinomial logistic regression (or logit model) with repeated measures to do so. The data in question is location of chickens. Chickens could be in any one of 5 locations when a snapshot sample was taken. The locations of chickens (bird) in 8 pens (pen) were scored twice a day (AMPM) for 20 days (date) one a minute for 15 minutes (time). I want to build a model which specifies that bird is repeated as is time and AMPM and time is autoregressive. Then I want to use this to see the independence of location from time to see how much the the data I can legitimally consider separat...
2013 May 01
1
Windows, format.POSIXct and character encodings
Hi all, In what encoding does format.POSIXct return its output? It doesn't seem to be utf-8: Sys.setlocale("LC_ALL", "Japanese_Japan.932") times <- c("1970-01-01 01:00:00 UTC", "1970-02-02 22:00:00 UTC") ampm <- format(as.POSIXct(times), format = "%p") x <- gsub(">", "*", paste(ampm, collapse = "+>")) y <- "??+*??" identical(x, y) # [1] TRUE # But, confusingly, ... charToRaw(x) # [1] e5 8d 88 e5 89 8d 2b 2a e5 8d 88 e5 be 8c charToRaw(...
2007 Sep 20
1
Paging MEETME_RECORDINGFILE Variable
...iz #!/bin/bash #Set some variables USFACULTY="ast-phonepages at somedomain.com" LSFACULTY="ast-phonepages at somedomain.com" USFACULTY="ast-phonepages at somedomain.com" MONTH=`date +%B` DAY=`date +%d` YEAR=`date +%Y` HOUR=`date +%I` MINUTE=`date +%M` ZONE=`date +%Z` AMPM=`date +%P` PGSOUNDDIR="/var/lib/asterisk/sounds/" LOGFILE="/var/log/mail_lastpage.log" #Write Log echo "`date` Running script for campus $1 with file $2" >> $LOGFILE #Let give asterisk time to finish creating the recordng file. Just in Case. sleep 10 # #Cre...
2006 Mar 21
5
Getting a time select input
I''m having trouble workign out which ActionView DateHelpers to display a time input for an ActiveRecord field of type :time. I just want an hours input and a minuites input. I can get these with time_select helper using :field_name and :prefix but it gives both hours and miniutes the same name. <%= select_time(Time.now, :prefix => "search", :field_name =>