search for: 168th

Displaying 15 results from an estimated 15 matches for "168th".

2003 Oct 02
3
EMACS/ESS problems
...rsions (installed a few months ago). I tried using ess-eval-buffer/region instead of cutting and pasting and the same thing happens for me. many thanks -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th Street. New York, NY 10032 Tel: 212-305-6884 Fax: 212-305-6926
2004 Jan 14
1
model-based clustering
...n-R open source package. I have found 'snob' but this program seems a bit hard to use in an automated, non interactive fashion. regards, Murad -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th Street. New York, NY 10032 Tel: 212-305-6884 Fax: 212-305-6926
2012 Feb 02
3
Wine versioning
hello I'm trying to find out what represents the third number in the numeration of Wine versions. To give an example, there is wine-1.3.35-168-g5b93bb9 I concluded "168" means that the g5b93bb9 commit is 168th in succession after wine-1.3.35, with 1.3.35 being zeroth. Am I right?
2004 Dec 15
2
using Hmisc and Design library
Hi, I encountered a weird problem when using the Design and Hmisc problem. I have 2 data frame called "a" and "b", both have 3 columns: "time", "status" and "scores", a sample of the data frame is like: data frame "a": time status scores 1 21 1 99.61 2 38 0 101.11 3 51 0 100.62 4 48 0 87.52 5 78 0
2004 Nov 16
1
lme, two random effects, poisson distribution
...s distributed along Poisson distribution. How can I model that? I would like to use LOG or SQRT transformation, but I don't know how. ***************************************** Thank you very much for all your help. Martina Pavlicova -- Department of Biostatistics Columbia University 722 W. 168th Street, 6th floor New York, NY 10032 Phone: (212) 305-9405 Fax: (212) 305-9408 Email: mp2370 at columbia.edu
2003 Aug 25
2
lattice question
Hi, I want to use (similar to) las options in lattice (bwplot) plot. Actually I want to have x-axis labels as vertical instead of default horizontal. Thanks in advance for your help. Mahbub
2003 Oct 23
0
anova model refinement/clustering question
...ly making that obvious. any guidance to the 'right' path to approach this (privately or on the list) is really appreciated. many thanks Murad -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th Street. New York, NY 10032 Tel: 212-305-6884 Fax: 212-305-6926
2003 Nov 16
1
graphics reset
...ay in these cases where you forgot to save the original values and want to restore the graphics to some sane state after a long R session. many thanks -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th Street. New York, NY 10032 Tel: 212-305-6884 Fax: 212-305-6926
2003 Nov 18
0
SVM question
...ght someone on the list might have had recent experience with these types of problems and can offer some comments about such an approach. many thanks -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th Street. New York, NY 10032 Tel: 212-305-6884 Fax: 212-305-6926
2003 Jul 21
1
help on barplot
...actually, while on the subject of histograms. is it possible to plot a 3D-histogram in R (a true 3D bar plot, without using image). many thanks Murad -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th Street. New York, NY 10032 Tel: 212-305-6884 Fax: 212-305-6926
2004 Dec 15
0
Re: [S] using Hmisc and Design library
...> library > > > > > > actually data frame "b" has 177 rows, the script > ran > > ok on the first 166 rows as a subset, but started > to > > break down if subset of the first 177 rows were > used > > as the dataset, or the first 166 rows plus 168th > row, > > .... > > > > the data in those rows are: > > time status scores > > 165 172 0 -123.3 > > 166 105 0 -138.4 > > 167 166 0 -128.8 > > 168 140 0 -114.2 > > 169 163 0 -117.0 > > 170 141 0 -1...
2004 Jan 21
1
silhoutte.default bugs
...s.i } attr(wds, "Ordered") <- FALSE attr(wds, "call") <- cll class(wds) <- "silhouette" wds } -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th Street. New York, NY 10032 Tel: 212-305-6884 Fax: 212-305-6926
2013 Mar 27
1
Passing arguments between apply and l(s)apply functions vs. nested for loop
...rther reading of existing texts, unless extremely basic, is going to help me. Thanks, Mark Orr ---------------------------------------------------- Mark G. Orr, Ph.D. Epidemiology Merit Fellow Assoc. Research Scientist Columbia Univ.-Mailman Sch. Public Health Department of Epidemiology 722 W. 168th St., RM 528 New York, NY T: 212-305-3815 F: 212-342-5168 mo2259@columbia.edu http://chbdlab.org/ [[alternative HTML version deleted]]
2003 Jun 18
3
Multiple graph sheets
In Splus the code test.lm <- lm(y ~ x, data = test.data) plot(test.lm) generates a graphics window that contains multiple graph sheets that one may choose from via the "page" tabs at the bottom of the window. Is there a way to do this sort of thing in R? As another example, I have some repeated measures data with continuous outcomes and have been working with the nlme library in
2003 Jul 17
6
Formal definitions of R-language.
Hello! Some CS-guys (the type who knows what Church formalism is) keep asking me questions about formal definitions of R-language that I can not answer (or even understand). Is there some freely available papers which I can throw at them where it would be explained is R functional/OOP/procedural language, does it use weak/strong, dynamic/static typization, does it use lazy or ...(do not know