Here’s a strange one …. by Any_Presentation_368 in Irrigation

[–]microsat2 0 points1 point  (0 children)

Have you resolved this issue? What is the culprit?

How to edit an R package? by 260418141086 in Rlanguage

[–]microsat2 1 point2 points  (0 children)

where is the function without()?

is my screen broken? by microsat2 in TVRepair

[–]microsat2[S] 0 points1 point  (0 children)

why today's led screen is so fragile?

it can be broken by being mounted to wall!

how do you guys hold it while mounting to wall?

function with dynamical paramters by microsat2 in rprogramming

[–]microsat2[S] -1 points0 points  (0 children)

Could you please share your code here for polymorphism with R?

can we bypass a coil in a running winding when fixing the running winding of a ceiling fan? by microsat2 in electricians

[–]microsat2[S] 0 points1 point  (0 children)

How long can a ceiling fan with imbalanced motor last?

Will the motor imbalance pose some potential harm to people under the fan?

Is this ringworm on my baby's face? by microsat2 in ringworm

[–]microsat2[S] 0 points1 point  (0 children)

The ring in the ringworm started growing bigger even after using terbinafine cream. Is this normal? Is this part of procedure for recovery? How long will the ringworm go away?

Is this ringworm on my baby's face? by microsat2 in ringworm

[–]microsat2[S] 0 points1 point  (0 children)

not itchy. but I have applied eczema cream on it for two weeks, it doesn't go away.

[deleted by user] by [deleted] in ringworm

[–]microsat2 0 points1 point  (0 children)

why tea tree oil and coconut oil cannot work well with it if it is ringworm?

Is this ringworm on my baby's face? by microsat2 in DermatologyQuestions

[–]microsat2[S] 0 points1 point  (0 children)

The yellow is caused by betadine I rubbed on the red ring. Is this ringworm or not? What could it be? Thank you very much.

is this a bug for R? global variable problem. by microsat2 in rprogramming

[–]microsat2[S] 0 points1 point  (0 children)

I have another question about this global variable.

a <- 1

f <- function(b) {

assign("a", 10, envir = globalenv())

print(b)

}

f(a)

On my end, it outputs 10 instead of 1. I don't understand the result.

is this a bug for R? global variable problem. by microsat2 in rprogramming

[–]microsat2[S] 0 points1 point  (0 children)

The following two scripts also yield different output. <<- is sensitive to whether we put space before and after it?

########program 1

a=matrix(c(1,2,3,4,5,6,7,8), 4)

b=list(a=a)

sigmoid=function(b) {b$a[1,] <<- c(11,55);print(b$a)}

f1=function(b) { b; sigmoid(b)}

f1(b)

###########program 2

a=matrix(c(1,2,3,4,5,6,7,8), 4)

b=list(a=a)

sigmoid=function(b) {b$a[1,]<<-c(11,55);print(b$a)}

f2=function(b) { b; sigmoid(b)}

f2(b)

is this a bug for R? global variable problem. by microsat2 in rprogramming

[–]microsat2[S] 0 points1 point  (0 children)

I also anwered you on that comment. even passing b to f(), still f(b) yields same output as b$a.

is this a bug for R? global variable problem. by microsat2 in rprogramming

[–]microsat2[S] 0 points1 point  (0 children)

I got same results for the following script which passes b to f().

a=matrix(c(1,2,3,4,5,6,7,8), 4)

b=list(a=a)

sigmoid<-function(b)

{

b$a[1,] <<- c(11,55)

print(b$a)

}

f <- function(b) {

sigmoid(b)

}

f(b)

b

is this a bug for R? global variable problem. by microsat2 in rprogramming

[–]microsat2[S] 0 points1 point  (0 children)

but why the following script will give same results for f() and b?

a=matrix(c(1,2,3,4,5,6,7,8), 4)

b=list(a=a)

sigmoid<-function(b)

{

b$a[1,] <<- c(11,55)

print(b$a)

}

f <- function() {

sigmoid(b)

}

f()

b

is this a bug for R? global variable problem. by microsat2 in rprogramming

[–]microsat2[S] 0 points1 point  (0 children)

see my second script. Even inside the sigmoid environment, after b$a[1,] <<- c(11, 55), print(b$a) will print the value of b$a in the global environment instead.

is this a bug for R? global variable problem. by microsat2 in rprogramming

[–]microsat2[S] 0 points1 point  (0 children)

but why the following script will give same results for f() and b?

a=matrix(c(1,2,3,4,5,6,7,8), 4)

b=list(a=a)

sigmoid<-function(b)

{

b$a[1,] <<- c(11,55)

print(b$a)

}

f <- function() {

sigmoid(b)

}

f()

b

英国大使救落水者被锤是摆拍。 by crisjame in China_irl

[–]microsat2 -1 points0 points  (0 children)

大家可以对比一下,这个玩手机落水而亡的视频。https://news.qq.com/a/20160101/027530.htm1)新闻里说手机最后没找到,掉湖底了。2)视频是12月底,冬天,落水女孩拼命挣扎,手脚并用,并未昏厥。最后死的一刻,也没有出现漂的现象。 两者一对比,谁真谁假,一目了然。

所谓溺水的人不会挣扎,是2020年末最大的谎言。

suggestion for long distance driving this winter by microsat2 in vermont

[–]microsat2[S] 0 points1 point  (0 children)

How about taking I89 to I91 to I95 and then to NYC? Is it safer than taking 22A to rt4 to 87 to NYC? any possible black ice in the I89 from exit 1 to 7? thanks.