Displaying 3 results from an estimated 3 matches for "sspa".
Did you mean:
ssa
2010 Jun 09
1
Problem with library(SSPA)
...the fellowing problem and I am thankful for any advice!
Regards,
Samuel
################################################################
> source("http://bioconductor.org/biocLite.R")
BioC_mirror = http://www.bioconductor.org
Change using chooseBioCmirror().
> biocLite("SSPA")
Using R version 2.11.0, biocinstall version 2.6.7.
Installing Bioconductor version 2.6 packages:
[1] "SSPA"
Please wait...
trying URL 'http://www.bioconductor.org/packages/2.6/bioc/bin/windows/contrib/2.11/SSPA_1.4.0.zip'
Content type 'application/zip' length 30531...
2009 Oct 28
1
Help - Probability scale on an ECDF plot
Hello;
Can anyone tell me how to set my y-axis to a probability scale on an ECDF
plot? Or alternatively, how to generate a plot of percent cumulative
probability against concentration? DASplusR does this and calls it a CP
plot, but I would like to be able to generate this outside of DASplusR-
Thank you!
[[alternative HTML version deleted]]
2012 May 22
1
Adding Text to a Plot
Hi, all!
I'm pretty sure I'm missing something about this.
Is there a smart way of typping hat(R)^2 and it's value from a linear
regression?
I've just found this tricky one:
# Sample data
x <- sample(1:100,10)
y <- 2+3*x+rnorm(10)
# Run the regression
lm1 <- lm(y~x)
# Plotting
plot(x,y, main="Linear Regression", col="red")