Displaying 6 results from an estimated 6 matches for "scils".
Did you mean:
sails
2002 Apr 30
3
Labeling matrix data
...use read.table, I can import the lables. But, the problem is, I don't know how I make this data as matrix.
I'd really appreciate any help, and will keep diggin the manual for more information.
Regrads,
-hyo
Hyo Kim, student
Communicaiton Department
Rutgers, New Jersey, US
hkimscil at scils.rutgers.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-requ...
2006 Apr 14
0
Calling variables dynamically
...1)))
}
What I expected is a variable named e.g. res.count_1. However, I get an
error:
Error in unique(res[j]$V1) : object "res" not found
How can I dynamically call res1, res2, etc? I've also tried using quotes
and paste, but with no success.
Any help is appreciated.
Andrew Noyes
SCILS
Rutgers University
2006 Apr 14
0
Calling variables dynamically [Broadcast]
...nt_1.
> However, I get an
> error:
> Error in unique(res[j]$V1) : object "res" not found
>
> How can I dynamically call res1, res2, etc? I've also tried
> using quotes and paste, but with no success.
>
> Any help is appreciated.
>
> Andrew Noyes
> SCILS
> Rutgers University
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>
>
2006 Aug 29
40
Red Hat release info
Hi all,
I''m looking at changing the operatingsystemrelease fact for Red Hat.
Linux currently just uses the kernel release as the operating system
release, but I''ve got a client who wants the release to have both the
specific distro (e.g., AS or EL) and the release (e.g., 3 or 4).
Will this particularly annoy anyone? Anyone want to help make the
release string work on
2002 May 08
0
, Netlogit
Hello -
I have a problem of getting output from a logit test (network). The command, "summary" would not finish its report; because of an obscure error...
I have a stack of network graphs, which are arrayed as follows
== description starts here.
#### graphs structure
> rrel<-array(dim=c(4,69,69))
> rrel[1,,]<-aspRel
> rrel[2,,]<-aspArea
> rrel[3,,]<-aspCrowding
2002 May 07
4
Putting obejct into Graph title
Hello all -
If I want to put mean value of a matrix into the title or subtitle of a graph, how would I do this? For example, in a set of commands like below,
> m.mean<-mean(m)
> gplot (m, thresh=m.mean)
> title (main="A2. Block Density of Matrix m\nplotted based on MDS",
+ sub="lines below mean density (**0.435**) suppressed")
I want to ask [R] to put the