search for: psychiatry

Displaying 20 results from an estimated 285 matches for "psychiatry".

2014 Dec 11
0
Postdoctoral researcher: genome informatics in psychiatry
We are seeking a talented and driven postdoctoral fellow to join the laboratory of Jake Michaelson, PhD, assistant professor in the department of psychiatry at the University of Iowa. The Michaelson lab investigates the effect of genetic variation on the development and function of the brain, particularly in the context of neurodevelopmental conditions such as autism and language impairment. Our work revolves mostly around integrating information from...
2002 Jan 08
3
Finding functions in uninstalled libraries
...efore, but how do I search for a function/keyword in libraries I don't yet have installed? (ie. on the CRAN site I tried the search engines with "recode" etc., but didn't pick up the car package this way) Stuart Dr Stuart Leask MA MB BChir (Cantab) MRCPsych Clinical Lecturer in Psychiatry, University of Nottingham Dept Psychiatry Duncan Macmillan House, Porchester Road, Nottingham. NG3 6AA. UK tel. 00 44 115 969 1300 xtn 40784 fax 0115 955 5352 www.nottingham.ac.uk/psychiatry/staff/sjl.html -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mail...
2002 Jan 18
1
RE: z-scores for different factor levels
...& SDs by factor level straight back into the original dataframe, so I can then subtract the mean & divide by the SD to get a Z-score for each case? - Is there a function already available that can generate z-scores by factor levels? Stuart Dr Stuart Leask MA MRCPsych, Clinical Lecturer in Psychiatry University of Nottingham Dept of Psychiatry, Duncan Macmillan House Porchester Road, Nottingham. NG3 6AA. UK http://www.nottingham.ac.uk/psychiatry/staff/sjl.html -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. -.- r-help mailing list -- Read http://www.ci.tuwien.ac.at...
2006 May 09
4
ks.test one-sample - where can I get a list of the strings specifying the distribution?
...o get such a list. Is this a hole in my R knowledge? Where can I get a list of the strings specifying the possible distributions? and more specifically What would be the string and following parameters for a uniform(0,1) distribution? regards Desmond Campbell Room C0.29, SGDP Centre Institute of Psychiatry, De Crespigny Park, London SE5 8AF Tel: +44 (0) 20 7848 0236 Fax: +44 (0) 20 7848 0866 Announcing the 7th MRC SGDP SUMMER SCHOOL 17 - 21 July 2006 with courses in a) twin model fitting, Mx b) gene expression and microarrays (Affymetrix) c) linkage, association and allied methods See http://sgdp.i...
2002 May 03
2
an info on 3d representation
Dear list, sorry to waste your time. I downloaded R and I like it very much. However, my main interest is in plotting 3D graphics form imported data (points and lines in a 3d space). I imported data in a very elegant way but I wasn't able to find in R something similar to the simple "splot" function of WGNUplot (I don't need persp, image, contour: my values are not
2011 Aug 27
3
all combinations of the elements of two vectors
...uot;) v2 <- c(1,2,3) I want an easy way to produce every possible combination of v1, v2 elements Ie I want to produce c("a1","a2","a3", "b1","b2","b3") regards Desmond Desmond Campbell Dept of Biostatistics and Computing, Institute of Psychiatry (KCL), PO Box 20, De Crespigny Park, Denmark Hill London, SE5 8AF Tel 020 7848 0309 Email D.Campbell@iop.kcl.ac.uk<mailto:D.Campbell@iop.kcl.ac.uk> [[alternative HTML version deleted]]
2009 Aug 20
5
help with regular expressions in R
...aphics grDevices datasets utils methods base other attached packages: [1] RWeka_0.3-20 tm_0.4 loaded via a namespace (and not attached): [1] grid_2.10.0 rJava_0.6-3 slam_0.1-3 ------------------------------------------------------------ Mark W. Kimpel MD ** Neuroinformatics ** Dept. of Psychiatry Indiana University School of Medicine 15032 Hunter Court, Westfield, IN 46074 (317) 490-5129 Work, & Mobile & VoiceMail "The real problem is not whether machines think but whether men do." -- B. F. Skinner ****************************************************************** [[...
2008 May 06
3
rggobi is crashing R-2.7.0
...AL **: Error on loading plugin library plugins/GraphLayout/plugin.la: libgvc.so.3: cannot open shared object file: No such file or directory ** (R:25146): CRITICAL **: can't locate required plugin routine addToToolsMenu in GraphLayout > -- Mark W. Kimpel MD ** Neuroinformatics ** Dept. of Psychiatry Indiana University School of Medicine 15032 Hunter Court, Westfield, IN 46074 (317) 490-5129 Work, & Mobile & VoiceMail (317) 663-0513 Home (no voice mail please) ****************************************************************** [[alternative HTML version deleted]]
2002 Jan 09
1
value labels from read.spss()?
>From owner-r-help at stat.math.ethz.ch Wed Jan 9 10:08:44 2002 > >Does anyone know how to access/list the value labels stored in a SPSS .sav >file? >At the moment I can read in variables using read.spss() (foreign package), >but have to power up SPSS to check value labels. > >Stuart There may be a solution to this in R, and I would love to hear it, but I was just faced
2002 Feb 21
1
Factor analysis of categorical or mixed categorical/continuous data in
Are there any suitable routines that perform factor analysis of categorical or mixed categorical/continuous data in R? Stuart Dr Stuart Leask MA MB BChir (Cantab) MRCPsych Clinical Lecturer in Psychiatry, University of Nottingham Dept Psychiatry Duncan Macmillan House, Porchester Road, Nottingham. NG3 6AA. UK tel. 00 44 115 969 1300 xtn 40784 fax 0115 955 5352 www.nottingham.ac.uk/psychiatry/staff/sjl.html -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mail...
2008 Oct 17
1
how to list variables enclosed in an environment
...on my end) I'd like to list the variables contained in an environment. If you have an environment loaded, lets call it "pkgEnv', how does one find what it does contain? Mark ------------------------------------------------------------ Mark W. Kimpel MD ** Neuroinformatics ** Dept. of Psychiatry Indiana University School of Medicine 15032 Hunter Court, Westfield, IN 46074 (317) 490-5129 Work, & Mobile & VoiceMail (317) 399-1219 Home Skype: mkimpel "The real problem is not whether machines think but whether men do." -- B. F. Skinner **********************************...
2011 Oct 18
1
nuisance variables
...les... Therefor my code should be: try = glm(Sepal.Length~Sepal.Width - Petal.Length - Species, data=iris); Sorry if it looks stupid... But I didn't manage to find any information on nuisance variables in R... -- *Best Regards,* *Alexander Lebedev* Stavanger University Hospital, Dept. of Psychiatry, 4011, Armauer Hansens vei 20, Stavanger, Norway. researcher [[alternative HTML version deleted]]
2008 Apr 13
3
Matched pairs with two data frames
...uot;which" and "match", but I failed and was unlucky looking at the help/archive. Merge doesn?t do the job, because it makes all possible matches. Thank?s for any help! Udo -------------------------------------------- Udo K N G ? I Clinic for Child an Adolescent Psychiatry Philipps University of Marburg / Germany
2008 Sep 24
1
splitting strings efficiently
...ewString <- "" } else { newString<-paste(newString, substr(string, i, i), sep="") } } new.vec<-c(new.vec,newString) } new.vec } ------------------------------------------------------------ Mark W. Kimpel MD ** Neuroinformatics ** Dept. of Psychiatry Indiana University School of Medicine 15032 Hunter Court, Westfield, IN 46074 (317) 490-5129 Work, & Mobile & VoiceMail (317) 399-1219 Home Skype: mkimpel ****************************************************************** [[alternative HTML version deleted]]
2012 Sep 26
3
Broken Links on http://www.r-project.org
...ischer Daten". Not sure if there is a new URL. 3) http://www.r-project.org/other-projects.html -> link to Jim Lindsey's R page. I believe the correct/new URL should be: http://www.commanster.eu/rcode.html Best, Wolfgang -- Wolfgang Viechtbauer, Ph.D., Statistician Department of Psychiatry and Psychology School for Mental Health and Neuroscience Faculty of Health, Medicine, and Life Sciences Maastricht University, P.O. Box 616 (VIJV1) 6200 MD Maastricht, The Netherlands +31 (43) 388-4170 | http://www.wvbauer.com
2002 Jan 18
0
RE: z-scores for different factor levels
...& SDs by factor level straight back into the original dataframe, so I can then subtract the mean & divide by the SD to get a Z-score for each case? - Is there a function already available that can generate z-scores by factor levels? Stuart Dr Stuart Leask MA MRCPsych, Clinical Lecturer in Psychiatry University of Nottingham Dept of Psychiatry, Duncan Macmillan House Porchester Road, Nottingham. NG3 6AA. UK http://www.nottingham.ac.uk/psychiatry/staff/sjl.html -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. -.- r-help mailing list -- Read http://www.ci.tuwien.ac.at...
2003 Feb 19
4
Help in separate window under X11
Dear R users, Is there the possibitily in R under X11 to get (after typing help(...) command) separate help window, as it is in Windows version? Best wishes, ================================= Dr. Alexey B. Shipunov Section of Molecular Systematics Jodrell Laboratory Royal Botanic Gardens, Kew, Richmond, Surrey, TW9 3DS, U.K. e-mail: a.shipunov at rbgkew.org.uk
2002 Jan 06
2
Passing names of variables to functions
Hi, I am still new to R and have a programming question. I have created a small function which takes a parameter. In the function I want to be able to refer to the names of the variables sent to the function (specifically I want to be able to use the name of the variable given to the function in an output table). For example, in the following (fictional) function I want some way of printing
2011 Sep 09
2
Manhattan Plot
...nction that I use for color is not working. I have tried many different arguments, but none seem to work. How should I go about changing the colors of my data points? Thank you very much for your assistance. Best, Jillian Weinfeld ________________________________ Jillian Weinfeld Department of Psychiatry One Gustave L. Levy Place Box 1230 New York, NY 10029-6574 Phone (212) 659-5629 Email: Jillian.Weinfeld@mssm.edu [[alternative HTML version deleted]]
2008 Mar 05
4
vertex labels in igraph from adjacency matrix
...of the inputted adjacency matrix to graph.adjacency? This would seem like an intuitive feature, but I can't find it documented. In the absence of this feature, how can I make sure that I am setting the vertex name attributes correctly? -- Mark W. Kimpel MD ** Neuroinformatics ** Dept. of Psychiatry Indiana University School of Medicine 15032 Hunter Court, Westfield, IN 46074 (317) 490-5129 Work, & Mobile & VoiceMail (317) 204-4202 Home (no voice mail please) mwkimpel<at>gmail<dot>com