Displaying 4 results from an estimated 4 matches for "jazza".
Did you mean:
jazz
2004 Nov 09
2
R works on Fedora Core 3
The RPM for Fedora Core 2 seems to work just fine on Core 3.
(The graphics window got smaller, but I'm sure there is a setting
for that.)
Jon
--
Jonathan Baron, Professor of Psychology, University of Pennsylvania
Home page: http://www.sas.upenn.edu/~baron
R search page: http://finzi.psych.upenn.edu/
2004 Nov 09
2
R works on Fedora Core 3
The RPM for Fedora Core 2 seems to work just fine on Core 3.
(The graphics window got smaller, but I'm sure there is a setting
for that.)
Jon
--
Jonathan Baron, Professor of Psychology, University of Pennsylvania
Home page: http://www.sas.upenn.edu/~baron
R search page: http://finzi.psych.upenn.edu/
2004 Dec 13
2
Switching to Mac, suggestions? (was switching to linux)
I'm looking to switch to Mac platform. Anyone had any experience
with that? I'm expecting on a power G4 laptop later this week.... hope
R behaves...
-- dok
2005 Aug 16
2
problem using model.frame()
Hi I'm having a problem with model.frame, encapsulated in this example:
y1 <- matrix(c(3,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,1,1,1),
nrow = 5, byrow = TRUE)
y1 <- as.data.frame(y1)
rownames(y1) <- paste("site", 1:5, sep = "")
colnames(y1) <- paste("spp", 1:4, sep = "")
y1
model.frame(~ y1)
Error in model.frame(formula, rownames,