Displaying 5 results from an estimated 5 matches for "v174".
Did you mean:
174
2002 Dec 27
2
RSvgDevice & sapply(plotmeans)
...better solution ?
library(RSvgDevice)
library(gregmisc)
devSVG(file = "AllbusMeanPlots.svg", width = 10, height = 8,
bg = "lightblue", fg = "white", onefile=T, xmlHeader=TRUE)
#par(bg="lightblue",ann=T)
plt <- function(x) {
plotmeans(h2[,x] ~
h2$V174,ylab=names(h2)[x],xlab="InglehartIndex",mean.labels=T,
connect=list(1:2,3:4,4:5),ccol="red",pch=7,barwidth=1,barcol="black")
title("Mittelwert-Plots Allbus 1998")
}
sapply((2:ncol(h2)),plt)
dev.off()
Thanks for advance
christian
2008 Jul 14
2
long data frame selection error
...V124, V125, V126, V127, V128,
V129, V130, V131, V132, V133, V134, V135, V136, V137, V138, V139, V140,
V141, V142, V143, V144, V145, V146, V147, V148, V149, V150, V151, V152,
V153, V154, V155, V156, V157, V158, V159, V160, V161, V162, V163, V164,
V165, V166, V167, V168, V169, V170, V171, V172, V173, V174, V175, V176,
V177, V178, V179, V180, V181, V182, V183, V184, V185, V186, V187, V188,
V189, V190, V191, V192, V193, V194, V195, V196, V197, V198, V199, V200,
V201, V202, V203, V204, V205, V206, V207, V208, V209, V210, V211, V212,
V213, V214, V215, V216, V217, V218, V219, V220, V221, V222, V223, V224...
2006 Feb 01
2
sort columns
...uot;v159"
"v16" "v160" "v161" "v162" "v163" "v164" "v165" "v166" "v167"
[77] "v168" "v169" "v17" "v170" "v171" "v172" "v173" "v174" "v175" "v176"
"v177" "v178" "v179" "v18" "v180" "v181" "v182" "v183" "v184"
[96] "v185" "v186" "v187" "v188" "v189" "v19"...
2008 Oct 27
1
Problem with script,
I?m sorry, in my last email I forgot to attach the data I?m using wich
is a matrix of 175x175 filled with 0?s and 1?s
0 is the sea
1 is the continental land
The script is area.r
Thank you very much.
Carlos L?pez
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
-------------- next part --------------
An embedded and
2011 Apr 08
2
lars - lasso problem
hi,
I have problem in following code, error is occurred. I have attached my data
herewith. and my code is as following,
> library(lars)
Loaded lars 0.9-8
Warning message:
package 'lars' was built under R version 2.12.2
> x<- read.table("D:/spring '11/james reggression/NewFeature.txt")
> y<-read.table("D:/spring '11/lars/RFU.txt")
> out<-