Skip to content

Commit 37c1391

Browse files
author
Jesse Hamner
committed
Initial Commit
0 parents  commit 37c1391

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+13974
-0
lines changed

.Rapp.history

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
install.packages('Rserve',,'http://www.rforge.net/')
2+
library(Rserve)
3+
Rserve()
4+
dlogis(seq(0,50,0.1), scale=1, log=FALSE)
5+
pwd()
6+
dir()
7+
cd Dropbox
8+
setwd("/Users/jhamner/Dropbox/PSCI2300/R/")
9+
source("logisticprob.R")
10+
source("logisticprob.R")
11+
source("logisticprob.R")
12+
source("logisticprob.R")
13+
plogis(seq(0,1,0.1), location=0, scale=1, lower.tail=TRUE, log.p=FALSE)
14+
source("logisticprob.R")
15+
source("logisticprob.R")
16+
source("logisticprob.R")
17+
source("logisticprob.R")
18+
source("logisticprob.R")
19+
source("logisticprob.R")
20+
x <- seq(0, 10, 0.01)
21+
x
22+
x <- seq(0, 1, 0.01)
23+
x
24+
plot(x, plogis(x, location=0, scale=1, lower.tail=TRUE, log.p=FALSE), type = "l", ylim = c(0,0.3), lwd = 2, xlab="X value", ylab="Probability of event occurrence")
25+
dev.xquartz()
26+
xquartz()
27+
plot(x, plogis(x, location=0, scale=1, lower.tail=TRUE, log.p=FALSE), type = "l", ylim = c(0,0.3), lwd = 2, xlab="X value", ylab="Probability of event occurrence")
28+
plot(x, plogis(x, location=0, scale=1, lower.tail=TRUE, log.p=FALSE), type = "l", ylim = c(0,1), lwd = 2, xlab="X value", ylab="Probability of event occurrence")
29+
plogis(seq(0,1,0.01), location=0, scale=1, lower.tail=TRUE, log.p=FALSE)
30+
plogis(seq(-1,1,0.01), location=0, scale=1, lower.tail=TRUE, log.p=FALSE)
31+
plogis(seq(-3,3,0.01), location=0, scale=1, lower.tail=TRUE, log.p=FALSE)
32+
plogis(seq(-1,1,0.01), location=0, scale=1, lower.tail=TRUE, log.p=FALSE)
33+
source("logisticprob.R")
34+
source("logisticprob.R")
35+
source("logisticprob.R")
36+
source("logisticprob.R")
37+
source("logisticprob.R")
38+
source("logisticprob.R")
39+
source("logisticprob.R")
40+
?polygon
41+
?c
42+
source("logisticprob.R")
43+
source("logisticprob.R")
44+
source("logisticprob.R")
45+
source("logisticprob.R")
46+
source("logisticprob.R")
47+
source("logisticprob.R")
48+
source("logisticprob.R")
49+
source("logisticprob.R")
50+
source("logisticprob.R")
51+
source("logisticprob.R")
52+
?line
53+
?line
54+
source("logisticprob.R")
55+
source("logisticprob.R")
56+
source("logisticprob.R")
57+
source("logisticprob.R")
58+
source("logisticprob.R")

0 commit comments

Comments
 (0)