search for: enrollment

Displaying 20 results from an estimated 215 matches for "enrollment".

2010 Mar 10
1
Strange result in survey package: svyvar
Hi R users, I'm using the survey package to calculate summary statistics for a large health survey (the Demographic and Health Survey for Honduras, 2006), and when I try to calculate the variances for several variables, I get negative numbers. I thought it may be my data, so I ran the example on the help page: data(api) ## one-stage cluster sample dclus1<-svydesign(id=~dnum, weights=~pw,
2011 Sep 25
4
checkbox use question
Hi, how can I use checkbox in a form to show all customers from table customers, Course Users Customers ========= ========= ============= user_id customer_id Customer_name I would like to select customers from the checkbox list, then add to the course table only users of the selected customers. thanks dani -- Posted via http://www.ruby-forum.com/. -- You received
2006 Jul 27
0
Controllers, Models, and Validations...
Hello, After listening to DHH''s 2006 RailsConf keynote, I decided to take a leap on my current application and do a little more re-organizing to make it more CRUD-based. As such, I ended up changing some things around to get this (simplified): User has_many :enrollments, :conditions => ''status > 0'' User has_many :schools, :through => :enrollments User has_many :memberships, :conditions => ''status > 0'' User has_many :groups, :through => :memberships If a user leaves a school or a group, the status is just rese...
2008 Jun 09
2
converting a data set to a format for time series analysis
...olled into an international clinical trial, the name of the hospital enrolling this human subject, the date when the subject was enrolled, and a vector with variables representing characteristics of the site (e.g., number of beds in a hospital). my data sets looks like this: subject hospital date_enrollment hospital_beds 1 hospitalA 1/3/2002 300 2 hospitalA 1/6/2002 300 3 hospitalB 2/4/2002 150 4 hospitalC 3/2/2002 200 to perform a time series analysis I am now trying to get to a format that would give me the following variables: month year site number_enrolled_subjects hospital_beds the data would...
2017 Sep 30
0
XP auto enrollment error; TEMP profile
...ns, I removed myself from the old domain and > rebooted, powered off the old server, reattached to the domain. > > Problem: when I log into the domain, I get the following in my error > log and I get a stinking TEMP directory/profile. > > Event Type: Error > Event Source: AutoEnrollment > Event Category: None > Event ID: 15 > Date: 9/29/2017 > Time: 4:33:10 PM > User: N/A > Computer: CURTIS-SCREW > Description: > Automatic certificate enrollment for local system failed to contact > the active directory (0x8007054b). The specified domain either does &...
2017 Oct 01
1
XP auto enrollment error; TEMP profile
...the old domain and >> rebooted, powered off the old server, reattached to the domain. >> >> Problem: when I log into the domain, I get the following in my error >> log and I get a stinking TEMP directory/profile. >> >> Event Type: Error >> Event Source: AutoEnrollment >> Event Category: None >> Event ID: 15 >> Date: 9/29/2017 >> Time: 4:33:10 PM >> User: N/A >> Computer: CURTIS-SCREW >> Description: >> Automatic certificate enrollment for local system failed to contact >> the active directory (0x8007054b)....
2009 Jan 19
1
further notes on model.frame issue
...tevar=list(sex=gender, year=enroll.dt, age=age*365.25)) The model statement says that I want separate curves by gender, and is similar to other model statements. The ratevar option gives the mapping between my variable names and the dimnames of the survexp.us rate table. It wants age in days, enrollment date to be some sort of date object, and sex to be a factor. Then the heading of the R code would be m <- match.call() m <- m[c(1, match(names(m), c('data','formula','na.action', 'subset', 'weights', 'ratevar'), noma...
2012 Apr 20
1
ggplot2: Legend title
...labels=c("1st fall", "2nd fall")) + scale_shape_manual(values=c(21, 22), breaks=c("PCT_ENR_FALL1", "PCT_ENR_FALL2"), labels=c("1st fall", "2nd fall")) + opts(title="Postsecondary Enrollment Rates of High School Graduates", legend.position="bottom", axis.title.y=theme_blank()) + guides(fill=guide_legend(nrow=1)) + xlab("Graduation year") The legend on the resulting plot uses "Enrolled_by" for a title. I'd like it to be able to use "...
2016 Mar 16
2
GSoC 2016 Project: Implement Bindings for R
On Wed, Mar 16, 2016 at 12:09:01AM +0530, Amanda Jayanetti wrote: > Seems like it takes a lot of time for 'proof of enrollment' document to get > processed. Will upload the proposal as soon as it gets accepted. You should be able to upload a proposal while the proof of enrollment is still awaiting review. Cheers, Olly
2010 Feb 04
4
BDC & passwd changes
Hello I have a network setup with one Samba PDC and two Samba BDCs separated by routers (ref http://www.cybersource.com.au/users/mikef/samba/). In this test environment the Samba servers all use the master OpenLDAP server on the PDC, but the production system will have OpenLDAP servers (using master-slave replication) on all Samba servers. I can't get the Windows XP client to change a
2017 Oct 02
0
XP auto enrollment error; TEMP profile
The auto enrollment messages seems to be indicate that the client machine thinks it is connecting to an AD domain. The profile messages is indicative of a domain membership problem, whether or not you are using roaming profiles. Workgroup method is probably simplest-  although my past experience was that even at...
2009 Jul 16
1
Error with r2winbugs
Hi, I am trying to do run the following model saved in "C:/bugs/sus.bug" model { for (i in 1:n){ y[i] ~ dpois(lamdba[i]) log(lambda[i]) <- mu+bmale[male[i]]+bschn[schn[i]]+epsilon[i] # epsilon[i] ~ dnorm(0,tau.epsilon) } mu ~ dnorm(0,.0001) bmale ~ dnorm(0,.0001) tau.epsilon <- pow(sigma.epsilon, -2) sigma.epsilon ~ dunif(0,100) for (j in
2017 Oct 01
0
XP auto enrollment error; TEMP profile
Seems to be an old problem http://www.eventid.net/display-eventid-15-source-AutoEnrollment-eventno-1397-phase-1.htm Am 30.09.2017 um 03:27 schrieb ToddAndMargo via samba: > Dear list, > > Help! > > I just upgrade a samba server. > > Server: >    Fedora 26 >    samba-4.6.8-0.fc26.x86_64 > > Workstations (5 of them): >    XP Pro SP3 > > The old s...
2017 Oct 02
1
XP auto enrollment error; TEMP profile
On Mon, 2 Oct 2017 10:37:34 -0400 Gaiseric Vandal via samba <samba at lists.samba.org> wrote: > The auto enrollment messages seems to be indicate that the client > machine thinks it is connecting to an AD domain. > > The profile messages is indicative of a domain membership problem, > whether or not you are using roaming profiles. > > Workgroup method is probably simplest-  although my past...
2017 Oct 01
2
XP auto enrollment error; TEMP profile
On 10/01/2017 03:06 PM, Achim Gottinger via samba wrote: > Seems to be an old problem > > http://www.eventid.net/display-eventid-15-source-AutoEnrollment-eventno-1397-phase-1.htm I found that one. I googled my tail end off. Every solution others came up with did not work for me.
2017 Oct 02
0
XP auto enrollment error; TEMP profile
Am 02.10.2017 um 06:35 schrieb ToddAndMargo via samba: > M$'s patches/updates can be miserable and cause all kinds > of havoc.  It is a judgment call on when and how to install > M$'s patches/updates.  It is best to make sure you have a good > anti-virus updated and running.  Your AV is where most > of your protection comes from, not M$ with its miserable > track record
2017 Oct 02
0
XP auto enrollment error; TEMP profile
Am 02.10.2017 um 07:25 schrieb ToddAndMargo via samba: > On 10/01/2017 10:03 PM, Reindl Harald (mobile) via samba wrote: >> sorry but to say it clear: to think a anti-virus can replace a solid >> operating system is a naive and dangerous attitude >> > > Uhhh,   Why do you not look at infections rates instead of > marketing FUD.  WannaCry did not even touch XP. so
2007 Aug 01
0
Identify and Select Your Educational Need-Enroll Now without leaving Home
*Whitman Nobel provides students with an elite educational institution for individualized, online distance learning for grades 3-12.* *Click Here* Whitman Nobel eAcademy <http://www.dpbolvw.net/4b100fv2rz1GJKJOOOIGIHLPPOLQ> *With Keystone, you''re sure to find a program that''s just right for you--one that helps you meet your immediate and future goals.* Click Here
2020 Sep 05
3
Schema version 87 and windows Hello
Hi all, I would like to set up windows Hello (in the sense user and management are pressuring me) but for both option the schema would need to be at least 87 (windows 2016). I looked on the roadmap, bugzilla but couldn't find anything regarding this topic. Would you know when this version would be available and what is needed in order to achieve so? As a separate question, do you know good
2017 Oct 01
0
XP auto enrollment error; TEMP profile
On 09/30/2017 08:21 AM, Gaiseric Vandal via samba wrote: > If this is a customer rather than your employer you may find that you > need to just part ways, which I know isn't easy.   If you provide a > customer with your professional advice, and they choose to ignore it, > then I think you can't really help them. Hi Gaiseric, Easier said than done. We are still suffering