Displaying 8 results from an estimated 8 matches for "postingguid".
Did you mean:
postingguide
2010 Mar 23
2
Problem installing package
Dear r-help users,
I have just downloaded the package vegan and I have problems accessing
the data to go through the examples in the tutorial. I can see the data
when I type "data()" but I am told that the data doesn't exist when I
type the name of one of the variables e.g.:
> varespec
Error: object 'varespec' not found
I suspect this could be a way I have my
2007 Jun 01
1
Affycoretools
I am having problem installing the affycoretools package. When I do it
through biocLite, I get error messages saying the package XML cannot be
installed and that I need a more recent version of libxml2.
When I try to install the tar.gz file, I get the message
/usr/local/R/2.4.0/lib/R/bin/exec/R: error while loading shared libraries:
libg2c.so.0: cannot open shared object
ERROR: installing
2006 Mar 15
1
installation problem with Biobase
Hello,
I wanted to install MergeMaid package in v 2.2.1. I could install it but couldn't use without its dependant, Biobase. at biobase installation, I got the following error message
In method for function "split": expanding the signature
to include omitted arguments in definition: drop = "missing"
Error in .MakeSignature(new("signature"), def, signature) :
2009 Oct 19
3
Sweave file generation
Dear list,I have read really a lot the past few days, but I haven't found a matching solution for my problem.I have R 2.9.2 on Windows XP and MikTex 2.8 installed.What I want to do is to automate the sweave file generation.I thought I could use the R2Sweave, RweaveLatex, and Sweave in a combination so thatI won't need to do anything.Perhaps some minor modifications at the last step.My
2004 Oct 08
1
reading partial file content
.../tolstoy.newcastle.edu.au/R/help/04/07/3152.html
> >
> >
> >Regards
> >Kunal
> >
> >______________________________________________
> > R-help at stat.math.ethz.ch mailinglist
> >https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the postingguide!
> >http://www.R-project.org/posting-guide.html
> >
>
> ______________________________________________
> 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-gui...
2004 Oct 07
3
Read.Table Reading a Text file
Dear R users and Helpers
I am beginner with using R and interested in carrying out certain task for my statistical research.
I am reading data for a text file, which could contain data in following pattern
x y
8 10
11 14
16 16
18 15
6 20
4 4
20 18
As per the example I have two columns and 7 rows of data in each.
However is real life data situation I may not know how many columns are present
2013 Jun 15
2
Plotting two y-axis vs non-numeric x-axis
Hi dear all, the following code is correct. but I want to use non-numeric
x-axis, for example
if I replace time <- seq(0,72,6) by
month <-
c("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","Pag")
Ofcourse I use factor(month) instead of
2010 Mar 24
0
R-help ordinal regression
...0BAD66633 at comcast.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed;
> delsp=yes
>
> The "inner components" of object are not accessible by
> name. You need?
> to use the proper functions to retrieve or modify them. You
> are asked?
> by the PostingGuide to show your code and be more specific
> about?
> problems. Until you do so, that is about all anyone will be
> able to?
> say about your mistakes.
>
> --
> David.
> On Mar 23, 2010, at 4:17 AM, Craig Woodward wrote:
>
> > Dear r-help users,
> >
> >...