Displaying 2 results from an estimated 2 matches for "zcrit".
Did you mean:
scrit
2009 Nov 16
1
No Visible Binding for global variable
...nctions is below, but the only place the variable "Zobs" appears in the function cheat.fit is:
cheaters <- cbind(data.frame(cheaters), exactMatch)
names(cheaters)[1] <- 'Zobs'
names(cheaters)[2] <- 'Nexact'
cheaters$Zcrit <- Zcrit
cheaters$Mean <- means
cheaters$Var <- vars
cheaters <- subset(cheaters, Zobs >= Zcrit)
result <- list("pairs" = c(row.names(cheaters)), "Ncheat" = nrow(cheaters),
"T...
2009 Jul 28
2
formatting in r
...ines such as seen here?
2] Critical Z etc. were added by hand. I need an example of how I can
mix alphanumeric
and numeric data on output.
Can you assist? R is proving to be a really fine computational language
that is easy to use.
Thank you.
Sincerely,
Mary A. Marion
u xbar alpha zcrit zcrit2 zstat pvalue
140 150 .05 1.6449 1.96 4 6.334248e-05
LB95 UB95 LB90 UB90
145.1 154.9 145.888 154.112
Beta Power
0.021 0.979
Critical Z = 1.645
Zstatistic = 4
Empirical Mean 150 [ 135.1, 144.9 ) = Ao(?o)
Population Mean...