search for: mental

Displaying 20 results from an estimated 970 matches for "mental".

2010 Mar 16
3
function arguments: name of an object vs. call producing the object?
...as passed as an argument, not a call to glm() producing that object. How can I distinguish these two cases? For example, I can use the following to get the name of the argument: foo.glm <- function(object) { oname <- as.character(sys.call())[2] oname } > indep <- glm(Freq ~ mental + ses, family = poisson, data = Mental) > foo.glm(indep) [1] "indep" But in foo.glm() I want to avoid using this as oname: > foo.glm(glm(formula = Freq ~ mental + ses, family = poisson, data = Mental)) [1] "glm(formula = Freq ~ mental + ses, family = poisson, data = Mental)...
2006 Jul 23
2
constructing a dataframe from a database of newspaper articles
...rier Mail SC COUMAI PG 30 LA English CY (c) 2001 Queensland Newspapers Pty Ltd LP Was Charles Manson temporarily insane when he led a wild killing rampage in the US in 1969? Clearly he was mad and bad. But would Queensland have placed him before its Mental Health Tribunal, found him of unsound mind at the time of his crimes, institutionalised him and "treated" his illness? WHY is Queensland the only jurisdiction in the Commonwealth with a Mental Health Tribunal which establishes if an accused is fit to face tri...
2012 May 08
0
Mental Health Informatician
The CAMHS EBPU is a research and training unit that is part of University College London (UCL) and the Anna Freud Centre (a registered charity dedicated to excellence in child and adolescent mental health). Within the unit sits the central team for the CAMHS Outcome Research Consortium (CORC) ? a national collaboration between child and adolescent mental health services (CAMHS) across the UK who contribute outcome data for central analysis and reporting. The CORC central database currently ha...
2010 Oct 25
2
extracting characteristics of datasets from data()
...t;Labour Force Participation of Married Women 1967-1971" [11,] "Hoyt" "Minnesota High School Graduates" [12,] "ICU" "Death in the ICU" [13,] "JobSat" "Cross-classification of job satisfaction by income" [14,] "Mental" "Mental impariment and parents SES" [15,] "Mobility" "Social Mobility data" [16,] "TV" "TV Viewing Data" [17,] "Vietnam" "Student Opinion About the War in Vietnam" [18,] "Yamaguchi87" "Oc...
2007 Mar 20
10
fastthread 1.0
...hotfix for 1.8.6 until the next 1.8.x version is released, and of course it should still work for speeding up older versions of 1.8 as well. Gems and source are available via the mongrel RubyForge project: http://rubyforge.org/frs/?group_id=1306 Let me know if you guys have any more problems. -mental -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://rubyforge.org/pipermail/mongrel-users/attachments/20070320/f123ad0a/attachment.bin
2006 Nov 03
1
Translation of R code required
...which I need to run on a dataset. I have downloaded and installed R but I dont seem to be able to get the code to run. I was hoping someone on the list would be able to give me a 'translation' of what the code is trying to do and if there appears to be any errors in it. The code is; mental <- read.csv("dataextract.csv") mental$Rx <- factor(mental$Rx, levels=c("VS","IPS")) library(MASS) model.effect <- glmmPQL(p~Benefit/Rx, ~1|Centre, data=mental, family=quasi(link="identity", variance="mu(1-mu)"), weight=n) model.combined...
2010 Mar 13
2
Two questions, first about contingency tables, and second about table () and data.frame (), from a visually impaired user.
Hi all, I want to make a contingency table in R. I want to tabulate two variables, one as the independent and second as the dependent variable. The IV has two categories, namely, birth complications, and no birth complications. The frequency of birth complication category is fifty, and the frequency of no birth complication category is 34. The categories and frequencies of DV follows.
2009 May 05
1
[LLVMdev] LLVM related jobs at mental images
Hello, mental images is looking for developers with LLVM experience to strengthen its MetaSL compiler backend team. MetaSL is a universal shader language designed to support shaders both for high quality offline rendering and GPUs. === Job Profile === Implementing and maintaining back-ends for the MetaSL compi...
2012 Apr 02
2
linear-by-linear association model in R?
Dear all, can somebody give me some pointer how I can fit a "linear-by-linear association model" (i.e. loglinear model for the ordinal variables) in R? A brief description can be found here 'https://onlinecourses.science.psu.edu/stat504/node/141'. Thanks for your help
2006 Dec 31
3
fastthread 0.6.1
...the classes needs to happen atomically. Otherwise, it creates a race condition where a thread can e.g. end up seeing an incompletely defined Mutex class or none at all. fastthread 0.6.1 addresses this by defining the classes and then atomically swapping the constant definitions as a final step. -mental -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://rubyforge.org/pipermail/mongrel-users/attachments/20061231/5b51a1ca/attachment.bin
2017 Nov 13
3
[PATCH RFC v3 4/6] Documentation: Add three sysctls for smart idle poll
...his one. ============================================================== +paravirt_poll_grow: (X86 only) + +Multiplied value to increase the poll time. This is expected to take +effect only when running as a virtual machine with CONFIG_PARAVIRT +enabled. This can't bring any benifit on bare mental even with +CONFIG_PARAVIRT enabled. + +By default this value is 2. Possible values to set are in range {2..16}. + +============================================================== + +paravirt_poll_shrink: (X86 only) + +Divided value to reduce the poll time. This is expected to take effect +only when...
2017 Nov 13
3
[PATCH RFC v3 4/6] Documentation: Add three sysctls for smart idle poll
...his one. ============================================================== +paravirt_poll_grow: (X86 only) + +Multiplied value to increase the poll time. This is expected to take +effect only when running as a virtual machine with CONFIG_PARAVIRT +enabled. This can't bring any benifit on bare mental even with +CONFIG_PARAVIRT enabled. + +By default this value is 2. Possible values to set are in range {2..16}. + +============================================================== + +paravirt_poll_shrink: (X86 only) + +Divided value to reduce the poll time. This is expected to take effect +only when...
2005 May 16
3
Mental Block with PCA of multivariate time series!
Please could someone point me in the right direction as I appear to be having a total mental block with fairly basic PCA problem! I have a large dataframe where rows represent independent observations and columns are variables. I am wanting to perform PCA sequentially on blocks of nrows at a time and produce a graphical output of the loadings for the first 2 EOFs for each variable. I'...
2006 Jan 22
6
*Very* basic layout question
I''m trying to use a different layout for just one action in my controller, all the other actions use the application.rhtml layout, so what i''m doing is ... class SomeController < ApplicationController layout "simple", :only=> :some_action ...... end and the "simple" layout is applied to all the actions, can someone please give me a hint?
2017 Nov 14
1
[PATCH RFC v3 4/6] Documentation: Add three sysctls for smart idle poll
...=================== >> >> +paravirt_poll_grow: (X86 only) >> + >> +Multiplied value to increase the poll time. This is expected to take >> +effect only when running as a virtual machine with CONFIG_PARAVIRT >> +enabled. This can't bring any benifit on bare mental even with >> +CONFIG_PARAVIRT enabled. >> + >> +By default this value is 2. Possible values to set are in range {2..16}. >> + >> +============================================================== >> + >> +paravirt_poll_shrink: (X86 only) >> + >> +D...
2017 Nov 14
1
[PATCH RFC v3 4/6] Documentation: Add three sysctls for smart idle poll
...=================== >> >> +paravirt_poll_grow: (X86 only) >> + >> +Multiplied value to increase the poll time. This is expected to take >> +effect only when running as a virtual machine with CONFIG_PARAVIRT >> +enabled. This can't bring any benifit on bare mental even with >> +CONFIG_PARAVIRT enabled. >> + >> +By default this value is 2. Possible values to set are in range {2..16}. >> + >> +============================================================== >> + >> +paravirt_poll_shrink: (X86 only) >> + >> +D...
2007 Aug 02
2
got/expects causes mental layering violation
I was, for the first time, spec''ing a class that redefined ==. And my spec was incorrect, so == was returning false. The result was something like: class C def ==(other) false end end .. C.new.should == other... expected other, got #<C:0x7f03c454> (using ==) But wait! Why on earth is == returning the class itself instead of true/false? That shouldn''t be
2013 Aug 14
1
Redirected folders and mental health
We are very close to being comfortable enough with Samba4 to begin moving it into production. We've got a PDC and AD running, machines can join the domain, authentication works, but we're having some fun with profiles. We're running 4.0.5 via the Sernet PPA on Ubuntu 12.04LTS. Workstations are Windows7. We require roaming profiles with redirection of the obvious sub-folders.
2006 Dec 26
7
Rubygems 0.9.0.8 and Fastthread problem
Heya Folks- This is mainly for Zed and Mentalguy. I have been playing with the new release of rubygems 0.9.0.8 and I have a major problem with the requirement that fastthread needs to be required before thread. Just requiring rubygems and then requiring fastthread right after that will throw the error: ez _blog $ ruby require '...
2006 Aug 14
8
How search engine friendly are RoR sites?
I am a total RoR virgin, and took my first steps this weekend into the Ruby world. A lot of sites I create need to be as SEO friendly as possible, particularly for google. Before I delve any further, can anyone tell me how friendly the dynamic URLs or if there is the usual rewrite mod for rugby? Thanks Mike -- Posted via http://www.ruby-forum.com/.