search for: author1

Displaying 3 results from an estimated 3 matches for "author1".

Did you mean: authors
2004 Feb 16
1
Binary logistic model using lrm function
...oing wrong here? I am trying to fit a binary logistic model using the lrm function in Design. The dataset I am using has a dichotomous response variable, 'covered' (1-yes, 0-no) with explanatory variables, 'nepall', 'title', 'abstract', 'series', and 'author1.' I am running the following script and all seems to be working. library(Hmisc, T) library(Design, T) Mydata <- read.table("author1.df", header=T) attach(Mydata) dd <- datadist(nepall, title, abstract, series, author1) fit <- lrm(covered ~ nepall + title + abstract + series...
2012 Apr 03
1
Mixed italic and non-italic in text
Hi, I need to italicize the journal in a citation but have thus far failed. How can I make 'Journal of Something' below italic but leave the rest? mtext( "See Author1 and Author2 (2007) , \"Title\", Journal of Something , pp. 1-50.", side = 3, outer = T, line=-0.75, cex = 0.7, at= 0.04, adj = 0, font = 1, family = "Times") -- View this message in context: http://r.789695.n4.nabble.com/Mixed-italic-and-non-italic-in-text-tp4529710p4529...
2012 Apr 03
1
Italicize journal article in mid text
Hi, I need to italicize the journal in a citation but have thus far failed. How can I make 'Journal of Something' below italic but leave the rest plain? mtext( "See Author1 and Author2 (2007) , \"Title\", Journal of Something , pp. 1-50.", side = 3, outer = T, line=-0.75, cex = 0.7, at= 0.04, adj = 0, font = 1, family = "Times") Thanks -- View this message in context: http://r.789695.n4.nabble.com/Italicize-journal-article-in-mid-text-tp...