We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is the error:
|.................... | 39% [unnamed-chunk-5] Error in is.nan(): ! default method not implemented for type 'list' Backtrace:
is.nan()
<fn>
[<-.tbl_df
*tmp*
<lgl>
Here is the code: lmimp1<- lme_imp(phqtotal~time_25 + treat + treat:time_25 + PHQBL + time_25:PHQBL+nonwhite +(1|id) +(1|cohort), data =rostlong1r)
Here is the result of lapply for my dataset:
View(rostlong1r) lapply(rostlong1r, class) $id [1] "numeric"
$phqtotal [1] "numeric"
$time_25 [1] "numeric"
$treat [1] "numeric"
$PHQBL [1] "numeric"
$nonwhite [1] "numeric"
$cohort [1] "numeric"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is the error:
|.................... | 39% [unnamed-chunk-5] Error in
is.nan()
:! default method not implemented for type 'list'
Backtrace:
<fn>
(...)[<-.tbl_df
(*tmp*
, is.nan(data[, k]), k, value =<lgl>
)Here is the code: lmimp1<- lme_imp(phqtotal~time_25 + treat + treat:time_25 + PHQBL + time_25:PHQBL+nonwhite +(1|id)
+(1|cohort), data =rostlong1r)
Here is the result of lapply for my dataset:
$phqtotal
[1] "numeric"
$time_25
[1] "numeric"
$treat
[1] "numeric"
$PHQBL
[1] "numeric"
$nonwhite
[1] "numeric"
$cohort
[1] "numeric"
The text was updated successfully, but these errors were encountered: