search for: caith

Displaying 8 results from an estimated 8 matches for "caith".

Did you mean: faith
2001 Nov 09
2
Transforming matrix to data.frame: problems
...I do: > is.matrix(parcelas.cobtot.conti) [1] TRUE > dim(parcelas.cobtot.conti) [1] 25 64 > a <- data.frame(parcelas.cobtot.conti) > is.data.frame(a) [1] TRUE > > dim(a) [1] 1600 3 Why a does not have the same dimensions than parcelas.cobtot.conti? I've tested with caith and the behaviour there is different: > data(caith) > is.data.frame(caith) [1] TRUE > dim(caith) [1] 4 5 > a <- as.matrix(caith) > dim(a) [1] 4 5 > b <- data.frame(a) > dim(b) [1] 4 5 What can be wrong with parcelas.cobtot.conti ? I'd appreciate any help Thanks,...
2001 Mar 02
0
[OT] correspondence analysis w/ non-mutually-exclusive ca tegories
...orrespondence > analysis. Specifically, is it appropriate to use ca on a matrix of values > such that the columns and/or rows are not mutually exclusive? To be more > detailed: > > - The standard use of ca is illustrated in the example of corresp() (from > MASS): > > data(caith) > library(mva) > corresp(caith) > biplot(corresp(caith, nf=2)) > > > caith > fair red medium dark black > blue 326 38 241 110 3 > light 688 116 584 188 4 > medium 343 84 909 412 26 > dark 98 48 403 681 85 > &gt...
2001 Mar 01
1
[OT] correspondence analysis w/ non-mutually-exclusive categories
...My question is about the substance of correspondence analysis. Specifically, is it appropriate to use ca on a matrix of values such that the columns and/or rows are not mutually exclusive? To be more detailed: - The standard use of ca is illustrated in the example of corresp() (from MASS): data(caith) library(mva) corresp(caith) biplot(corresp(caith, nf=2)) > caith fair red medium dark black blue 326 38 241 110 3 light 688 116 584 188 4 medium 343 84 909 412 26 dark 98 48 403 681 85 in this table, presumably, an observation can fall in only...
2006 May 21
3
Unreadable labels
Playing around with examples from MASS4, I found a font problem in the mosaicplot in R-2.3.0. It doesn't happen in other plots. Running this example from MASS4, page 326... library(MASS) caith1 <- as.matrix(caith) names(dimnames(caith1)) <- c("eyes", "hair") mosaicplot(caith1, color = TRUE) ...I get an image as attached. The column and row labels are unreadable. It is true for both x11() and png() devices. I can adjust the font sizes with the "cex.axis&qu...
2009 Jun 02
1
Plot with different x axis
dear, I am trying to plot a standard plot, but I want the x axis to be 1,2,4,8,16 with equal intervals between them on plot. I will appreciate some help. Thank you, Irina Irina Foss Environmental Research Institute North Highland College UHI Millennium Institute Castle Street Thurso, Caithness Scotland KW14 7JD United Kingdom Tel: +44 (0) 1847 889 587 Fax: +44 (0) 1847 890 014 http://www.eri.ac.uk/sub/staff.php?id=11
2009 Jun 04
1
Morlet wavelet analysis
...function "wavelet" from dplR package. library(dplR) D2<-wavelet(d1,Dt=1) But the wavelets from two tests are very different. What is the reason?? Thank you, Irina Irina Foss Environmental Research Institute North Highland College UHI Millennium Institute Castle Street Thurso, Caithness Scotland KW14 7JD United Kingdom Tel: +44 (0) 1847 889 587 Fax: +44 (0) 1847 890 014 http://www.eri.ac.uk/sub/staff.php?id=11
2009 Mar 20
1
Plot contour inside a polygon
...inside UK area, so that no contours are plotted over the sea. I was wondering if anyone can help me with this task and if I can get any suggestions how to do that. Thank you, Irina Irina Foss Environmental Research Institute North Highland College UHI Millennium Institute Castle Street Thurso, Caithness Scotland KW14 7JD United Kingdom Tel: +44 (0) 1847 889 587 Fax: +44 (0) 1847 890 014 http://www.eri.ac.uk/sub/staff.php?id=11
2003 Apr 09
1
'Apparently' trouble with name spaces and Sweave...
...(which was my first thought). I am not having problems building other packages. Any thoughts? * creating vignettes ... ERROR Error in namespaceExport(ns, exports) : undefined exports: abbey, accdeaths, Aids2, Animals, anorexia, austres, bacteria, beav1, beav2, biopsy, birthwt, Boston, cabbages, caith, Cars93, cats, cement, chem, coop, cpus, crabs, Cushings, DDT, deaths, drivers, eagles, epil, farms, fdeaths, fgl, forbes, GAGurine, galaxies, gehan, genotype, geyser, gilgais, hills, housing, immer, Insurance, leuk, lh, mammals, MASS.data.load, mcycle, mdeaths, Melanoma, menarche, michelson, minn3...